>When I restart apache this is the message:
>
>Stopping httpd:                                            [  OK  ]
>Starting httpd: PHP Warning:  Unable to load dynamic library
>'/usr/lib/php4/curl.so' - /usr/lib/php4/curl.so: cannot open shared object
>file: No such file or directory in Unknown on line 0

If you need curl, figure out where "curl.so" ended up, and move/copy/symlink
it into that directory.

If you don't need curl, re-configure PHP without it.

Some maybe useful things:

locate curl | less

This should spew out every filename/directory that has "curl" in it.

It's even remotely possible that you told PHP you wanted to use "curl" but
you've never installed curl at all...  You'll need to get curl and install
it.  Start here: http://php.net/curl

-- 
Like Music?  http://l-i-e.com/artists.htm


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

Reply via email to