Might or might not be helpful.. but I had the same thing happend when I added 
--with-jpeg-dir=/usr/lib
Everything looked fine... but I could not call imagejpeg. (PHP 4.3 - RH8 - apache2)
Once I did a make clean, ./configure -with-xxxx ... , make, make test (to see if it 
had jpg), make install
It worked. It really needed to have that make clean done first. Don't know if this 
will help you or not.

Mike


*********** REPLY SEPARATOR  ***********

On 04/01/2003 at 9:48 AM Michael Geier wrote:

>phpinfo shows mcrypt and curl support, yet both error out on basic
>functions
>(mcrypt_module_open, curl_init)(PHP Fatal Error: call to undefined
>function...)
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to