PHP Error

aidan

Verified User
Joined
Jul 10, 2005
Messages
15
I'm getting an error with one DirectAdmin server. I have used
customapache to rebuild php but I still get the same error.


PHP Warning: Unknown(): Unable to load dynamic library './php_curl.dll'
- ./php_curl.dll: cannot open shared object file: No such file or
directory in Unknown on line 0
PHP 4.4.3 (cli) (built: Aug 28 2006 04:48:39)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.10, Copyright (c) 2003-2006, by
Zend Technologies
with Zend Optimizer v3.0.1, Copyright (c) 1998-2006, by Zend
Technologies
 
The fix to this was just to replace the php.ini file with the default.

Code:
cd /usr/local/directadmin/customapache/php-4.4.3

cp -f php.ini-dist /usr/local/lib/php.ini

Thank you John @ DA for the fix.
 
Back
Top