ID:               31799
 Comment by:       larizzsj at ector-county dot k12 dot tx dot us
 Reported By:      ilya-- at mail dot ru
 Status:           No Feedback
 Bug Type:         Compile Failure
 Operating System: Mandrake 10.0 i686
 PHP Version:      5.0.3
 New Comment:

I was able to reproduce this bug. My versions are:

PHP: 5.2.3
libxml2: 2.2.29

I was following this guide:
http://hostlibrary.com/installing_apache_mysql_php_on_linux

I extracted the libxml2 file into / and did:

./configure
make
make install

libxml2 installs fine. 

I downloaded php and extracted it to /
I did:

./configure --prefix=usr/local/php
--with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql

After that script finishes, I am let with the same error message as the
original bug. However, it is repeated longer than my terminal will show.


Previous Comments:
------------------------------------------------------------------------

[2005-02-21 19:58:04] [EMAIL PROTECTED]

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 "Open". Thank you.



------------------------------------------------------------------------

[2005-02-02 13:05:12] [EMAIL PROTECTED]

Can't reproduce.
Please provide more info and make sure that your PHP installation is
not broken.

------------------------------------------------------------------------

[2005-02-02 01:08:23] ilya-- at mail dot ru

Description:
------------
Bug

Reproduce code:
---------------
  first:
./configure --with-apxs2=/usr/local/apache2/bin/apxs
  second(bug):
make
 

Expected result:
----------------
/home/inst/php-5.0.3/Zend/zend_list.h:68: warning: parameter names
(without types) in function declaration
/home/inst/php-5.0.3/Zend/zend_list.h:69: error: parse error before
"TSRMLS_DC"
/home/inst/php-5.0.3/Zend/zend_list.h:74: error: parse error before
"TSRMLS_DC"

/home/inst/php-5.0.3/Zend/zend_list.h:83: error: parse error before
"TSRMLS_DC"
/home/inst/php-5.0.3/Zend/zend_list.h:85: error: parse error before
"TSRMLS_DC"
In file included from /home/inst/php-5.0.3/Zend/zend_API.h:29,
                 from /home/inst/php-5.0.3/main/php.h:38,
                 from /home/inst/php-5.0.3/ext/libxml/libxml.c:28:
/home/inst/php-5.0.3/Zend/zend_operators.h:42: error: parse error
before "TSRMLS_DC" 
         AND
/home/inst/php-5.0.3/ext/libxml/libxml.c:81: error: parse error before
"TSRMLS_DC"
/home/inst/php-5.0.3/ext/libxml/libxml.c:82: error: parse error before
"TSRMLS_DC"
/home/inst/php-5.0.3/ext/libxml/libxml.c:126: error: parse error before
"TSRMLS_DC"
/home/inst/php-5.0.3/ext/libxml/libxml.c: In function
`php_libxml_clear_object':
/home/inst/php-5.0.3/ext/libxml/libxml.c:128: error: `object'
undeclared (first use in this function)
/home/inst/php-5.0.3/ext/libxml/libxml.c:131: error: parse error before
"TSRMLS_CC"
/home/inst/php-5.0.3/ext/libxml/libxml.c:132: error: parse error before
"TSRMLS_CC"
/home/inst/php-5.0.3/ext/libxml/libxml.c: At top level:
/home/inst/php-5.0.3/ext/libxml/libxml.c:135: error: parse error before
"TSRMLS_DC"


Actual result:
--------------
problems


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31799&edit=1

Reply via email to