Jump to content

Problems compiling


Recommended Posts

[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-uploadprogress
make
make install
php -v
PHP 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 0
PHP 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 0
PHP 5.2.0 (cgi-fcgi) (built: Jan  6 2007 02:05:29)
Copyright (c) 1997-2006 The PHP Group
Zend 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! ???
Link to comment
https://forums.phpfreaks.com/topic/33082-problems-compiling/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.