Toon posts:

[solaris 8] Apache wil niet starten

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hey,

Probleem met apache: Een cleane build met mod_ssl en mod_php als DSO. Als ik apachectl startssl intik, krijg ik de volgende error:

root@goddess> ./sbin/apachectl startssl
Syntax error on line 206 of /opt/srv/apache/conf/httpd.conf:
Cannot load /opt/srv/apache/libexec/libssl.so into server: ld.so.1: /opt/srv/apa
che/sbin/httpd: fatal: relocation error: file /opt/srv/apache/libexec/libssl.so:
symbol ap_user_id: referenced symbol not found
./sbin/apachectl startssl: httpd could not be started

op het moment dat ik mod_ssl uitcomment in httpd.conf, heeft hij dezelfde error
met mod_php..

Iemand ervaring met apache DSO en Solaris 8?

:wq!

  • Counter-Strike
  • Registratie: Maart 2000
  • Niet online

Counter-Strike

Maar ik speel het niet!

Yepz, bekent probleem!

* Counter-Strike heeft precies hetzelfde gehad.

De oplossing:
Hercompileer apache met de optie --enable-rule=SHARED_CORE en je probleem is opgelost

Hier draait alles nu als een zonnetje!

Wat het doet:
Placing the Apache core code (all the stuff which usually forms the httpd binary) into a DSO libhttpd.so, an executable program libhttpd.ep and a bootstrapping executable program httpd (Notice: this is only required on some of the supported platforms to force the linker to export the Apache core symbols, which in turn is a prerequisite for the DSO modularization):
Het vet gedrukte is dus van toepassing op Solaris.

Bron: http://httpd.apache.org/docs/dso.html

Suc6 verder :)

Dit is het einde van deze mededeling. De mogelijkheid tot reageren is aanwezig!


Verwijderd

Topicstarter
/me dankt u :)