iconv,help

aryou

Verified User
Joined
Aug 11, 2005
Messages
21
Stopping httpd: [ OK ]
Starting httpd: PHP Warning: Unknown(): Unable to load dynamic library './php_iconv.dll' - ./php_iconv.dll: cannot open shared object file: No such file or directory in Unknown on line 0

:mad:
 
.dll isn't a linux extension. If you want iconv, edit /usr/local/directadmin/customapache/configure.php, add
Code:
--with-iconv \
and rebuild php.
 
Why you've activated php_iconv.dll in /usr/local/lib/php.ini? It should be commented with ";".
 
Back
Top