Apache Error Upgrading to PHP 5.5
Posted
by
user195385
on Server Fault
See other posts from Server Fault
or by user195385
Published on 2013-10-17T19:24:50Z
Indexed on
2013/10/17
21:59 UTC
Read the original article
Hit count: 362
I am trying to upgrade php and received this error at the command line:
httpd:
Syntax error on line 493 of /private/etc/apache2/httpd.conf:
Syntax error on line 8 of /private/etc/apache2/other/+php-osx.conf:
Cannot load /usr/local/php5/libphp5.so into server:
dlopen(/usr/local/php5/libphp5.so, 10):
Symbol not found:
_libiconv\n Referenced from:
/usr/local/php5/lib/libintl.8.dylib\n
Expected in: /usr/lib/libiconv.2.dylib\n
in /usr/local/php5/lib/libintl.8.dylib
I was trying to upgrade at http://php-osx.liip.ch/ using the command:
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.5
Any help would be appreciated!
© Server Fault or respective owner