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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dormancy dot jt at qq dot com
New email:
PHP Version: OS:

 

 [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: Sat Apr 27 11:01:30 2024 UTC