Tried to install PHP4 on my OpenBSD box but it complains about some file,
libcrypto.so.4.1:( What I did exactly is at the end of this message.
How can I fix this?

Thanks in advance
//Jens

tripplefault# ls
php4-4.0.4pl1.tgz
tripplefault# pkg_add php4-4.0.4pl1.tgz

+---------------
| To finish the install, you need to enable the php4
| module using the following command
|
|       /usr/local/sbin/php4-enable
+---------------

tripplefault# /usr/local/sbin/php4-enable
enabling php4 module...
[activating module `php4' in /var/www/conf/httpd.conf]
cp /usr/local/lib/libphp4.so /usr/lib/apache/modules/libphp4.so
chmod 755 /usr/lib/apache/modules/libphp4.so
cp /var/www/conf/httpd.conf /var/www/conf/httpd.conf.bak
cp /var/www/conf/httpd.conf.new /var/www/conf/httpd.conf
rm /var/www/conf/httpd.conf.new
note: sample configuration files can be found in /usr/local/share/doc/php4

tripplefault# apachectl restart
/usr/sbin/apachectl restart: configuration broken, ignoring restart
/usr/sbin/apachectl restart: (run 'apachectl configtest' for details)

tripplefault# apachectl configtest
/usr/libexec/ld.so: httpd: libcrypto.so.4.1: No such file or directory



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to