jan Sun Jul 7 13:10:05 2002 EDT Modified files: /phpdoc/en/faq build.xml Log: - fix #17653 Index: phpdoc/en/faq/build.xml diff -u phpdoc/en/faq/build.xml:1.17 phpdoc/en/faq/build.xml:1.18 --- phpdoc/en/faq/build.xml:1.17 Thu May 23 09:11:57 2002 +++ phpdoc/en/faq/build.xml Sun Jul 7 13:10:05 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.17 $ --> +<!-- $Revision: 1.18 $ --> <chapter id="faq.build"> <title>Build Problems</title> <titleabbrev>Build Problems</titleabbrev> @@ -408,7 +408,23 @@ to build this PHP installation is shown. </para> </answer> + </qandaentry> + + <qandaentry id="faq.build.gdlibs"> + <question> + <para> + When building PHP with the GD library it either gives strange compile errors + or segfaults on execution. + </para> + </question> + <answer> + <para> + Make sure your GD library and PHP are linked against the same depending + libraries (e.g. libpng). + </para> + </answer> </qandaentry> + </qandaset> </chapter>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php