A aryou Verified User Joined Aug 11, 2005 Messages 21 Apr 8, 2007 #1 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
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
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 10,139 Location LT, EU Apr 8, 2007 #2 .dll isn't a linux extension. If you want iconv, edit /usr/local/directadmin/customapache/configure.php, add Code: --with-iconv \ and rebuild php.
.dll isn't a linux extension. If you want iconv, edit /usr/local/directadmin/customapache/configure.php, add Code: --with-iconv \ and rebuild php.
A aryou Verified User Joined Aug 11, 2005 Messages 21 Apr 8, 2007 #3 smtalk said: .dll isn't a linux extension. If you want iconv, edit /usr/local/directadmin/customapache/configure.php, add Code: --with-iconv \ and rebuild php. Click to expand... Yes,I do it like this.But,can not. http://help.directadmin.com/item.php?id=23 service httpd restart ...
smtalk said: .dll isn't a linux extension. If you want iconv, edit /usr/local/directadmin/customapache/configure.php, add Code: --with-iconv \ and rebuild php. Click to expand... Yes,I do it like this.But,can not. http://help.directadmin.com/item.php?id=23 service httpd restart ...
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 10,139 Location LT, EU Apr 8, 2007 #4 Why you've activated php_iconv.dll in /usr/local/lib/php.ini? It should be commented with ";".
A aryou Verified User Joined Aug 11, 2005 Messages 21 Apr 8, 2007 #5 smtalk said: Why you've activated php_iconv.dll in /usr/local/lib/php.ini? It should be commented with ";". Click to expand... Thanks.
smtalk said: Why you've activated php_iconv.dll in /usr/local/lib/php.ini? It should be commented with ";". Click to expand... Thanks.