gp Posted January 6, 2007 Share Posted January 6, 2007 [code]make clean./configure --prefix=/usr/local --with-config-file-scan-dir=/usr/local/etc/php --disable-all --enable-fastcgi --disable-ipv6 --enable-pcre --enable-sockets --enable-uploadprogressmakemake installphp -vPHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pcre.so' - Cannot open "/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pcre.so" in Unknown on line 0PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/sockets.so' - Cannot open "/usr/local/lib/php/extensions/no-debug-non-zts-20060613/sockets.so" in Unknown on line 0PHP 5.2.0 (cgi-fcgi) (built: Jan 6 2007 02:05:29)Copyright (c) 1997-2006 The PHP GroupZend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies[/code]I compiled the extensions staticly why is it tring to load them? Maybe it has something to do with my previous install of php? I don't know I'm lost! ??? Quote Link to comment Share on other sites More sharing options...
gp Posted January 6, 2007 Author Share Posted January 6, 2007 Bump. Quote Link to comment Share on other sites More sharing options...
shoz Posted January 8, 2007 Share Posted January 8, 2007 The php.ini most likely still has entries specifying extensions that should be loaded at startup. Look in the php.ini for lines similar to "extension=pcre.so" and remove or comment(";") them. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.