build all

Modje

Verified User
Joined
Nov 16, 2005
Messages
15
Hello,

Today I dit a new build all because I updated MySQL.
Now I get everytime this error:

Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).

Make Complete
Copying php.ini..
/usr/local/lib/php.ini already exists, skipping.
Enabling register_globals...
Increasing memory limit to 20M...
Installing php...
Installing PHP SAPI module: apache
[activating module `php4' in /etc/httpd/conf/httpd.conf]
cp libs/libphp4.so /usr/lib/apache/libphp4.so
chmod 755 /usr/lib/apache/libphp4.so
cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
cp /etc/httpd/conf/httpd.conf.new /etc/httpd/conf/httpd.conf
rm /etc/httpd/conf/httpd.conf.new
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/man/man1/
Installing PEAR environment: /usr/local/lib/php/
PHP Fatal error: Unable to start curl module in Unknown on line 0
make[1]: *** [install-pear-packages] Error 254
make: *** [install-pear] Error 2
 
Help me, please!
PHP doens't work anymore, so al my website's are down...
 
Is curl on your system? Does it run from the command line?

I can't help you further because I'm not familiar with Debian.

Perhaps you can write to DA support.

Jeff
 
Code:
dpkg -l 'curl*'

Code:
aptitude show curl

If it's not installed
Code:
aptitude install curl
 
Back
Top