php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65998 build with libxml2-dir error
Submitted: 2013-10-30 06:10 UTC Modified: 2020-03-22 04:22 UTC
From: dormancy dot jt at qq dot com Assigned: cmb (profile)
Status: No Feedback Package: *XML functions
PHP Version: 5.4.21 OS: redhat
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
48 - 17 = ?
Subscribe to this entry?

 
 [2013-10-30 06:10 UTC] dormancy dot jt at qq dot com
Description:
------------
when i bulid php , version of php is 5.4.21 , version of gcc is  4.6.3 ,configure params is 
./configure --prefix=/home/spider/jiangtao04/lamp/php5-4-21/ --with-libxml-dir=/home/spider/lamp/lib/libxml2 --with-mysql --with-mysqli --with-zlib --with-freetype-dir --with-jpeg-dir --with-png-dir --with-gd --with-bz2 --with-mhash --with-pcre-regex --enable-pdo --enable-inline-optimization --enable-fpm --enable-mbstring --enable-gd-native-ttf --enable-gd-jis-conv --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex --enable-zip --enable-xml --with-pdo-mysql  --enable-intl --enable-bcmath --with-gettext

when make , output /home/spider/jiangtao04/lamp/src/php-5.4.21/sapi/cli/php: /usr/lib64/libxml2.so.2: no version information available (required by /home/spider/jiangtao04/lamp/src/php-5.4.21/sapi/cli/php) 

php not use /home/spider/lamp/lib/libxml2/libxml2.so.2 but use /usr/lib64/libxml2.so.2
why ?



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-03-09 16:36 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-03-09 16:36 UTC] cmb@php.net
Do you still experience this issue with any of the actively
supported PHP versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2020-03-22 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 06:01:32 2024 UTC