php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37132 undefined reference to `xmlParserInputBufferCreateFilenameDefault'
Submitted: 2006-04-19 04:46 UTC Modified: 2006-04-21 22:17 UTC
From: brad_kwastel at wgresorts dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.1.2 OS: RH9
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: brad_kwastel at wgresorts dot com
New email:
PHP Version: OS:

 

 [2006-04-19 04:46 UTC] brad_kwastel at wgresorts dot com
Description:
------------
When running make on my php compile I get the following error :

http://generalhaberdashery.com/offsite/phpcompileerror.txt

And it stops compiling. I saw a previous bug on here
http://bugs.php.net/bug.php?id=35603
but it didnt have a solution and it mentioned something about xsl not being linked, I tried to compile --without-xsl and I still got the same response.  


My configure is http://generalhaberdashery.com/offsite/phpconfigure.txt

Any help would be appreciated.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-19 07:33 UTC] tony2001@php.net
Please update your libxml2 version to the latest available and try again.
 [2006-04-19 22:55 UTC] brad_kwastel at wgresorts dot com
previously when going to install php 5.1.2 I noticed my libxml2(2.6.9) was below the required(2.6.11) so I downloaded the rpms needed to install 2.6.16, the highest version I can on rh9 without redoing python. I didn't however check xml2-config version after doing that, it still shows the old version.  So I downloaded the source for libxml2 and I installed it and now my xml2-config shows 2.6.16. 

I am in the process of running configure / make, and will post further details.

Thanks.
 [2006-04-19 23:14 UTC] brad_kwastel at wgresorts dot com
Ok now it makes it past the libxml2 problem and  just exits at this line(thanks for the help there).

/opt/sybase-12.5/OCS-12_5/lib/libintl.so: undefined reference to `__ctype_b'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

That is a fresh install of Sybase Open Client.  Any ideas?
 [2006-04-20 07:55 UTC] tony2001@php.net
Ok, lets not mix two different problems.
Please configure WITHOUT sybase and try to build it again.
 [2006-04-21 22:03 UTC] brad_kwastel at wgresorts dot com
Compiling without sybase seems to work fine now.  So I guess this solved that part of the issue, any ideas on the sybase problem or should I open another bug report.
 [2006-04-21 22:17 UTC] tony2001@php.net
No need to open a new report, it was already discussed:
http://bugs.php.net/bug.php?id=23884
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 21 17:00:03 2025 UTC