philip Thu Oct 24 20:15:10 2002 EDT Modified files: /phpdoc/en/faq build.xml Log: Added build.apache-sharedcore faq. Index: phpdoc/en/faq/build.xml diff -u phpdoc/en/faq/build.xml:1.18 phpdoc/en/faq/build.xml:1.19 --- phpdoc/en/faq/build.xml:1.18 Sun Jul 7 13:10:05 2002 +++ phpdoc/en/faq/build.xml Thu Oct 24 20:15:09 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.18 $ --> +<!-- $Revision: 1.19 $ --> <chapter id="faq.build"> <title>Build Problems</title> <titleabbrev>Build Problems</titleabbrev> @@ -46,6 +46,39 @@ top-level of your Apache source tree. This means that you want to specify <literal>--with-apache=/path/to/apache</literal> and <emphasis>not</emphasis> <literal>--with-apache=/path/to/apache/src</literal>. + </para> + </answer> + </qandaentry> + + <qandaentry id="faq.build.apache-sharedcore"> + <question> + <para> + When I try to start Apache, I get the the following + message: + </para> + <para> + <screen> + fatal: relocation error: file /path/to/libphp4.so: + symbol ap_block_alarms: referenced symbol not found + </screen> + </para> + </question> + <answer> + <para> + This error usually comes up when one compiles the Apache + core program as a DSO library for shared usage. Try to + reconfigure apache, making sure to use at least the + following flags: + </para> + <para> + <screen> + --enable-shared=max --enable-rule=SHARED_CORE + </screen> + </para> + <para> + For more information, read the top-level Apache + <filename>INSTALL</filename> file or the Apache + <ulink url="&url.apachedso;">DSO manual page</ulink>. </para> </answer> </qandaentry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php