php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26535 Weird error on dl()
Submitted: 2003-12-05 15:58 UTC Modified: 2003-12-10 10:45 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: webmaster at tv2knet dot net Assigned:
Status: No Feedback Package: Dynamic loading
PHP Version: 4.3.4 OS: Linux Debian 2.4.23
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: webmaster at tv2knet dot net
New email:
PHP Version: OS:

 

 [2003-12-05 15:58 UTC] webmaster at tv2knet dot net
Description:
------------
When I try to load any extension (in this case the sqlite.so extension), I get this weird error when accessing the file thrua webpage:

Warning: dl(): Unable to load dynamic library 'V/?F8uPl???T/sqlite.so' - V/?F8uPl???T/sqlite.so: cannot open shared object file: No such file or directory in /home/tvke/tv2knet.net/so/sqlite.dll.php on line 34

But when I use my shell to load the extension - Same script, same server, it does work.

Please fix this/help me

Greetz to all,
- The TV2kNET Admin

NOTE: I did try to search the bugsdatabase, BUT I COULDNT SEARCH ON DL()!!!

Reproduce code:
---------------
dl($module);

Expected result:
----------------
That it loads the dynamic module.

Actual result:
--------------
Warning: dl(): Unable to load dynamic library 'V/?F8uPl???T/sqlite.so' - V/?F8uPl???T/sqlite.so: cannot open shared object file: No such file or directory in /home/tvke/tv2knet.net/so/sqlite.dll.php on line 34

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-05 18:43 UTC] sniper@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2003-12-10 10:46 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 17:01:28 2024 UTC