Re: PHP Webserver on DM800? can it be done?
I created symbolic link of usr/
to
/media/hdd/srv/php/lib/php/extensions/no-debug-non-zts-20020429/
and changed the php.ini file
(the commands you posted did not work)
retarted apache and here is the log:
I created symbolic link of usr/
to
/media/hdd/srv/php/lib/php/extensions/no-debug-non-zts-20020429/
and changed the php.ini file
[PHP]
extension=usr/lib/libcurl.so.4.1.1
extension=usr/lib/libcurl.so.4.1.1
retarted apache and here is the log:
[Thu Aug 25 21:11:19 2011] [notice] SIGHUP received. Attempting to restart
PHP Warning: Unknown(): Invalid library (maybe not a PHP library) 'usr/lib/libcurl.so.4.1.1' in Unknown on line 0
[Thu Aug 25 21:11:20 2011] [notice] Apache/1.3.41 (Unix) PHP/4.4.9 configured -- resuming normal operations
[Thu Aug 25 21:11:20 2011] [notice] Accept mutex: sysvsem (Default: sysvsem)
PHP Warning: Unknown(): Invalid library (maybe not a PHP library) 'usr/lib/libcurl.so.4.1.1' in Unknown on line 0
[Thu Aug 25 21:11:20 2011] [notice] Apache/1.3.41 (Unix) PHP/4.4.9 configured -- resuming normal operations
[Thu Aug 25 21:11:20 2011] [notice] Accept mutex: sysvsem (Default: sysvsem)
Comment