Edit report at https://bugs.php.net/bug.php?id=65209&edit=1

 ID:                 65209
 User updated by:    gerbreown1 at gmail dot com
 Reported by:        gerbreown1 at gmail dot com
 Summary:            ext/date/php_date.lo missing
-Status:             Feedback
+Status:             Open
 Type:               Bug
 Package:            Compile Failure
 Operating System:   Linux Mint 15
 PHP Version:        5.5.0
 Block user comment: N
 Private report:     N

 New Comment:

I didn't have libtools installed on this so I installed it.  Then did 
PHP_AUTOCONF to the ./config directory.

I then got the following error: "libtool: Version mismatch error.  This is 
libtool 2.4.2 Debian-2.4.2-1.2ubuntu1, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 Debian-
2.4.2-1.2ubuntu1
libtool: and run autoconf again.
make: *** [ext/opcache/ZendAccelerator.lo] Error 63
gerald@gerald ~/Downloads/php-5.5.0 $ libtool --version
libtool (GNU libtool) 2.4.2
Written by Gordon Matzigkeit <g...@gnu.ai.mit.edu>, 1996"

How can the  definition of this LT_INIT be updated to use the 2.4.2 version of 
libtool?


Previous Comments:
------------------------------------------------------------------------
[2013-07-06 11:07:34] a...@php.net

export PHP_AUTOCONF=/path/to 
or 
PHP_AUTOCONF=/path/to ./configure ....

But if you say it's only the autoconf on your system - that might be some other 
part of autotools.

Or libtool itself. In that case, you'd need to run libtoolize and all the 
autoconf stuff again.

------------------------------------------------------------------------
[2013-07-06 10:36:59] gerbreown1 at gmail dot com

I just checked my autoconf version and it is 2.13.  You said "You can force 
then 
with PHP_AUTOCONF exported on the shell."  How do I do that?

------------------------------------------------------------------------
[2013-07-06 10:31:38] a...@php.net

That file extension is OK, it looks more like you have an incompatible autoconf 
version. Please check that you use a version lower than 2.59. You can force 
then 
with PHP_AUTOCONF exported on the shell.

------------------------------------------------------------------------
[2013-07-06 09:44:51] gerbreown1 at gmail dot com

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

Error: /home/gerald/Downloads/php-5.5.0/libtool: line 1323: env: command not 
found
make: *** [ext/dom/namednodemap.lo] Error 1

When I look at the files list it shows a namednodemap.loT.  If I rename it to 
remove the T it then proceeds to the next file and gives it an ext of loT.

------------------------------------------------------------------------
[2013-07-06 09:22:07] a...@php.net

What exactly is your configure line and the error message? Please paste the 
essential lines from the make output.

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


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=65209


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

Reply via email to