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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 12:01:32 2024 UTC