[PHP-DOC] cvs: phpdoc /en/faq installation.xml From: Mike Robinson (mike <email protected>)
Date: 12/30/01

mrobinso Sun Dec 30 11:24:59 2001 EDT

  Modified files:
    /phpdoc/en/faq installation.xml
  Log:
  fix for 11738
  
Index: phpdoc/en/faq/installation.xml
diff -u phpdoc/en/faq/installation.xml:1.11 phpdoc/en/faq/installation.xml:1.12
--- phpdoc/en/faq/installation.xml:1.11 Wed Dec 12 15:46:33 2001
+++ phpdoc/en/faq/installation.xml Sun Dec 30 11:24:59 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
  <chapter id="faq.installation">
   <title>Installation</title>
   <titleabbrev>Installation</titleabbrev>
@@ -310,6 +310,28 @@
       <function>phpinfo</function> function) then PHP is working,
       and your problem may be related to your server configuration
       which you should double check.
+ </para>
+ </answer>
+ </qandaentry>
+
+ <qandaentry id="faq.installation.cgierror">
+ <question>
+ <para>
+ Some operating systems: I have installed PHP without errors,
+ but when I try to start apache I get undefined symbol errors:
+ <programlisting>
+[mybox:user /src/php4] root# apachectl configtest
+ apachectl: /usr/local/apache/bin/httpd Undefined symbols:
+ _compress
+ _uncompress
+ </programlisting>
+ </para>
+ </question>
+ <answer>
+ <para>
+ This has actually nothing to do with PHP, but with the MySQL
+ client libraries. Some need --with-zlib, others do not. This
+ is also covered in the MySQL FAQ.
      </para>
     </answer>
    </qandaentry>