|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-11-21 18:20 UTC] iliaa@php.net
[2002-11-22 03:43 UTC] bleek at jobpilot dot de
[2002-11-22 09:27 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Apr 25 04:00:01 2026 UTC |
./configure --with-apxs=/usr/local/bin/apxs \ --with-mysql=/usr/local \ --disable-shared \ --enable-bcmath \ --enable-ftp \ --enable-mbstring \ --enable-wddx \ --enable-xslt \ --with-expat-dir=/usr/local \ --with-gettext=/usr/local \ --with-openssl=/usr/local \ --with-imap=/usr/local \ --with-imap-ssl=/usr/local \ --with-xslt-sablot=/usr/local \ --with-zlib \ --with-zlib-dir=/usr/local \ --with-gd=/usr/local \ --with-png-dir=/usr \ --with-jpeg-dir=/usr \ make fails with lots of /home/cbleek/Sources/XML/expat/lib/xmlrole.c(.text+0x15d0): multiple definition of `XmlPrologStateInitExternalEntity' /usr/local/lib/libexpat.a(xmlrole.o)(.text+0x15d0):/home/cbleek/Sources/XML/expat/lib/xmlrole.c: first defined here After removing one "-lexpat" from the $EXTRA_LIBS in the main Makefile, compilation works fine. This error existed in the 4.2.3 too, There the config_vars.mk (or so) had to be modified. \carsten