ID:               35603
 User updated by:  mana at cyor dot de
 Reported By:      mana at cyor dot de
-Status:           Feedback
+Status:           Open
 Bug Type:         Compile Failure
 Operating System: Suse 9.1
 PHP Version:      5.1.1
 New Comment:

Well i should have thought about that myself.
I compiled the latest version of libxslt, linked it against the libxml
2.6.22 and added --with-xsl=/usr/local

Sorry for bothering you with probably bogus stuff -.. should i better
post this in a soppurt mailing list? thanks

but still i get this:

ext/libxml/.libs/libxml.o(.text+0xa42): In function
`zm_deactivate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:644: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xa4e):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:645:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xafa): In function
`zm_activate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:624: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xb06):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:625:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
/usr/local/lib/libxslt.so: undefined reference to `xmlNewDocPI'
/usr/local/lib/libxslt.so: undefined reference to `xmlModuleClose'
/usr/local/lib/libxslt.so: undefined reference to `xmlModuleOpen'
/usr/local/lib/libxslt.so: undefined reference to `xmlModuleSymbol'


Previous Comments:
------------------------------------------------------------------------

[2005-12-08 18:36:11] [EMAIL PROTECTED]

I see you are building with xsl. I bet you didnt make a new build of
that linking against the new libxml2 library and its pulling in the old
libxml2 config from libxslt. You will then also need to direct xsl ext
to use the new libxslt.

------------------------------------------------------------------------

[2005-12-08 18:13:09] mana at cyor dot de

right.

------------------------------------------------------------------------

[2005-12-08 18:11:40] [EMAIL PROTECTED]

So you have several versions of libxml2 installed in your system,
right?
The one that comes with th distro and the one that you've built
yourself?

------------------------------------------------------------------------

[2005-12-08 18:07:18] mana at cyor dot de

i tried 2.6.22, 2.6.21, 2.6.11 and at last 2.6.22 again.

The version provided via yast is 2.6.7, but i dont want php to use
that. the configure script warned my anyway so i had to compile using
the /usr/local prefix.

thanks for that quick reply :))

------------------------------------------------------------------------

[2005-12-08 17:59:48] [EMAIL PROTECTED]

What libxml2 version are you using?

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/35603

-- 
Edit this bug report at http://bugs.php.net/?id=35603&edit=1

Reply via email to