From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.1.1
PHP Bug Type:     *Compile Issues
Bug description:  xml2-config not used

at ./configure, xml2-config is not used to get xml2 libs.  Instead, just
"-lxml2 -L/path/to/xml2dir" is used.  This means that if xml2 is
configured with pthread support, nothing after the xml2 section of
./configure will compile.  For me, this showed up when detecting jpeg
support.  Instead of using "-lxml2 -L/path/to/xml2dir", obviously
`xml2-config --libs` should be used.
-- 
Edit bug report at http://bugs.php.net/?id=15686&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15686&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15686&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15686&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15686&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15686&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15686&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15686&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15686&r=submittedtwice

Reply via email to