From:             jason dot zhou at bertelsmann dot com dot cn
Operating system: SuSE Linux 9
PHP version:      5.2.3
PHP Bug Type:     *Extensibility Functions
Bug description:  Warning: dl() [function.dl]: Unable to load dynamic library  
'%PATH%'

Description:
------------
I have installed 'pecl_http',and modified php.ini, the
extension_dir="/usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/"
 and extension=http.so. But i still get errors like below:

Warning: dl() [function.dl]: Unable to load dynamic library
'/usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/http.so' -
/usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/http.so:
undefined symbol: OnUpdateLong in /data/int/index.php on line 9

Fatal error: Call to undefined function http_get() in
/data/cms/mx/frontend/cfrontcache.php on line 456


I have tried to change the extension_dir=/usr/local/php/modules/  but from
the phpinfo.php  it still the "/usr/.../no-debug...20060613"

Reproduce code:
---------------
Warning: dl() [function.dl]: Unable to load dynamic library
'/usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/http.so' -
/usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/http.so:
undefined symbol: OnUpdateLong in /data/int/index.php on line 9

Fatal error: Call to undefined function http_get() in
/data/cms/mx/frontend/cfrontcache.php on line 456


-- 
Edit bug report at http://bugs.php.net/?id=41636&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41636&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41636&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41636&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41636&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41636&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41636&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41636&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41636&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41636&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41636&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41636&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41636&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41636&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41636&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41636&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41636&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41636&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41636&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41636&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41636&r=mysqlcfg

Reply via email to