PDA

View Full Version : build all


Modje
04-20-2006, 12:08 PM
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

Modje
04-20-2006, 02:30 PM
Help me, please!
PHP doens't work anymore, so al my website's are down...

jlasman
04-20-2006, 03:51 PM
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

Eric
04-21-2006, 09:41 AM
dpkg -l 'curl*'



aptitude show curl


If it's not installed

aptitude install curl