mod_ssl:
./configure --with-apache=../apache_1.3.12
PHP 4 RC1:
./configure --with-mysql --with-apache=../apache_1.3.12 --enable-track-vars --enable-magic-quotes --with-gd=/usr/local/lib/
Apache 1.3.12:
./configure --prefix=/www --enable-module=ssl --activate-module=src/modules/php4/libphp4.a --enable-module=php4 --enable-shared=ssl
Als ik dit doe, en Apache compileer, en de httpd binary van src naar /www/bin kopieer, en ik probeer /www/bin/apachectl startssl, dan krijg ik deze error:
Syntax error on line 1267 of /www/conf/httpd.conf: Invalid command 'SSLEngine', perhaps mis-spelled or defined by a module not included in the server configuration /www/bin/apachectl startssl: httpd could not be started
Betekent dit dat ik de LoadModule directive moet gebruiken? Zo ja, hoe?!
LoadModule mod_ssl libexec/libssl.so geeft een error:
Can't locate API module structure `libssl' in file /www/libexec/libssl.so: /www/libexec/libssl.so: undefined symbol: libssl /www/bin/apachectl startssl: httpd could not be started
Iemand die mij hier verder mee kan helpen ?
./configure --with-apache=../apache_1.3.12
PHP 4 RC1:
./configure --with-mysql --with-apache=../apache_1.3.12 --enable-track-vars --enable-magic-quotes --with-gd=/usr/local/lib/
Apache 1.3.12:
./configure --prefix=/www --enable-module=ssl --activate-module=src/modules/php4/libphp4.a --enable-module=php4 --enable-shared=ssl
Als ik dit doe, en Apache compileer, en de httpd binary van src naar /www/bin kopieer, en ik probeer /www/bin/apachectl startssl, dan krijg ik deze error:
Syntax error on line 1267 of /www/conf/httpd.conf: Invalid command 'SSLEngine', perhaps mis-spelled or defined by a module not included in the server configuration /www/bin/apachectl startssl: httpd could not be started
Betekent dit dat ik de LoadModule directive moet gebruiken? Zo ja, hoe?!
LoadModule mod_ssl libexec/libssl.so geeft een error:
Can't locate API module structure `libssl' in file /www/libexec/libssl.so: /www/libexec/libssl.so: undefined symbol: libssl /www/bin/apachectl startssl: httpd could not be started
Iemand die mij hier verder mee kan helpen ?