php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42895 error at make - libxml
Submitted: 2007-10-08 22:22 UTC Modified: 2007-10-09 19:54 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: fischdose at gmail dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.2.4 OS: linux 2.6.18
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: fischdose at gmail dot com
New email:
PHP Version: OS:

 

 [2007-10-08 22:22 UTC] fischdose at gmail dot com
Description:
------------
can't compile php 5.2.4

configure works fine with:

make fails

Reproduce code:
---------------
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --prefix=/usr/local/php
make

Actual result:
--------------
make
/bin/sh /home/ah/installs/php-5.2.4/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/libxml/ -I/home/ah/installs/php-5.2.4/ext/libxml/ -DPHP_ATOM_INC -I/home/ah/installs/php-5.2.4/include -I/home/ah/installs/php-5.2.4/main -I/home/ah/installs/php-5.2.4 -I/usr/include/libxml2 -I/home/ah/installs/php-5.2.4/ext/date/lib -I/usr/local/mysql/include -I/home/ah/installs/php-5.2.4/TSRM -I/home/ah/installs/php-5.2.4/Zend    -I/usr/include -g -O2  -prefer-non-pic -c /home/ah/installs/php-5.2.4/ext/libxml/libxml.c -o ext/libxml/libxml.lo 
In file included from /home/ah/installs/php-5.2.4/ext/libxml/libxml.c:28:
/home/ah/installs/php-5.2.4/main/php.h:142: error: expected identifier or '(' before '__extension__'
make: *** [ext/libxml/libxml.lo] Fehler 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-10-09 19:54 UTC] fischdose at gmail dot com
upgraded libxml2-2.6.25 to 2.6.30
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Nov 22 06:00:01 2025 UTC