"Invalid command 'SSLEngine'"

Pagina: 1
Acties:
  • 116 views sinds 30-01-2008
  • Reageer

Acties:
  • 0 Henk 'm!

  • RvdH
  • Registratie: Juni 1999
  • Laatst online: 04-02 14:45

RvdH

Uitvinder van RickRAID

Topicstarter
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 ?

Acties:
  • 0 Henk 'm!

Anoniem: 11415

Het lijkt erop dat je de SSL-module niet juist in de executable hebt gecompiled (apache herkent hem daarom dus niet).

Advies: controleer even het --activate-module ssl gedeelte, je moet (waarschijnlijk) net als bij het php4-gedeelte een volledig pad opgeven.