Edit report at https://bugs.php.net/bug.php?id=65209&edit=1
ID: 65209 Updated by: a...@php.net Reported by: gerbreown1 at gmail dot com Summary: ext/date/php_date.lo missing -Status: Open +Status: Feedback Type: Bug Package: Compile Failure Operating System: Linux Mint 15 PHP Version: 5.5.0 Block user comment: N Private report: N New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [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. ------------------------------------------------------------------------ [2013-07-05 11:58:04] gerbreown1 at gmail dot com Description: ------------ I filed this bug report yesterday and now am trying to compile the program again. When I do the ./configure it works fine, but when I do the MAKE it keeps on creating new files with the "loT" extension. I rename the file to remove the "T" and it then creates the next file with that same extension. I think the problem is in the MAKE function that is adding the "T" on to the end of the file extension. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=65209&edit=1