Hallo Leute,

ich versuche gerade meinem Apache ein in Kylix erzeugtes Shared Object
beizubringen.
Beim starten von apache via "rcapache start" bekomme ich als Fehlermeldung "Cannot load /usr/local/httpd/modules/libapachetest.so into server: libhttpd.so: cannot open shared object file: No such file or directory"

libapachetest.so habe ich erzeugt und in das Verzeichnis kopiert.

In der Doku zu Apache und DSO's habe ich was gelsen von wegen:

To place the complete Apache core program into a DSO library (only required on some of the supported platforms to force the linker to export the apache core symbols -- a prerequisite for the DSO modularization) the rule SHARED_CORE has to be enabled via configure's --enable-rule=SHARED_CORE option (see top-level INSTALL file) or by changing the Rule command in your Configuration file to Rule SHARED_CORE=yes (see src/INSTALL file). The Apache core code is then placed into a DSO library named libhttpd.so.

Ich habe Apache ja nur von den CDs (SuSE) installiert. Muss ich jetzt Apache
selber kompilieren damit das überhaupt geht ?