[PHP-DEV] Bug #11707 Updated: FILE.lo isn't a libtool type if built php as a cgi From: sniper <email protected>
Date: 06/27/01

ID: 11707
Updated by: sniper
Reported By: tom <email protected>
Old-Status: Open
Status: Feedback
Bug Type: Compile Failure
Operating system:
PHP Version: 4.0.6
Assigned To:
Comments:

Again, does this happen with the latest CVS or with PHP 4.0.6?

--Jani

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

[2001-06-27 16:38:17] tom <email protected>
i was wrong about the options sablot, iconv, and expat options. having those options or not, doesn't matter, still the same error with

libtool: link: `main.lo' is not a valid libtool object
*** Error code 1

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

[2001-06-27 16:35:11] tom <email protected>
here is the exact error:

/bin/sh /home/staffs/t/tom/work/php/php4-current/php4/libtool --silent --mode=link gcc -I. -I/ho
me/staffs/t/tom/work/php/php4-current/php4/main -I/home/staffs/t/tom/work/php/php4-current/php4/m
ain -I/home/staffs/t/tom/work/php/php4-current/php4 -I/home/staffs/t/tom/work/php/php4-current/ph
p4/Zend -I/usr/local/include/freetype2/freetype -I/usr/pkg/include -I/usr/local/include/mysql -I/
usr/local/include -I/home/staffs/t/tom/work/php/php4-current/php4/TSRM -I/usr/pkg/include -g -O2
 -prefer-non-pic -static -o libmain.la main.lo internal_functions.lo snprintf.lo php_sprintf.l
o safe_mode.lo fopen_wrappers.lo alloca.lo php_ini.lo SAPI.lo rfc1867.lo php_content_types.lo str
lcpy.lo strlcat.lo mergesort.lo reentrancy.lo php_variables.lo php_ticks.lo streams.lo network.lo
 php_open_temporary_file.lo php_logos.lo
libtool: link: `main.lo' is not a valid libtool object
*** Error code 1

Stop.

---

i just did

rm config.cache ./configure <options> make clean make

all that w/o the LDFLAGS, LIBS, and ENV variables are refreshed (no left-overs)

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

[2001-06-27 13:40:12] sniper <email protected> What version of PHP is this? Latest CVS? Or 4.0.6?

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

[2001-06-27 13:37:07] tom <email protected> here is the exact error:

/bin/sh /home/staffs/t/tom/work/php/php4-current/php4/libtool --silent --mode=link gcc -I. -I/ho me/staffs/t/tom/work/php/php4-current/php4/main -I/home/staffs/t/tom/work/php/php4-current/php4/m ain -I/home/staffs/t/tom/work/php/php4-current/php4 -I/home/staffs/t/tom/work/php/php4-current/ph p4/Zend -I/usr/local/include/freetype2/freetype -I/usr/pkg/include -I/usr/local/include/mysql -I/ usr/local/include -I/home/staffs/t/tom/work/php/php4-current/php4/TSRM -I/usr/pkg/include -g -O2 -prefer-non-pic -static -o libmain.la main.lo internal_functions.lo snprintf.lo php_sprintf.l o safe_mode.lo fopen_wrappers.lo alloca.lo php_ini.lo SAPI.lo rfc1867.lo php_content_types.lo str lcpy.lo strlcat.lo mergesort.lo reentrancy.lo php_variables.lo php_ticks.lo streams.lo network.lo php_open_temporary_file.lo php_logos.lo libtool: link: `main.lo' is not a valid libtool object *** Error code 1

Stop. ---

i just did

rm config.cache ./configure <options> make clean make

all that w/o the LDFLAGS, LIBS, and ENV variables are refreshed (no left-overs)

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

[2001-06-27 12:44:20] tom <email protected> 'rm config.cache ; ./configure <with your options> ; make clean ; make'

like i stated in my original post, i did start from scratch several times. i've also tried it without the LDFLAGS and LIBS flags. your suggestion didn't help:

i've gone to the extent of removing configure and starting from ./buildconf. that didn't help either. the strange thing is, if i also remove the sablot, iconv, and expat options from ./configure <options> then it builds fine as a cgi.

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

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

ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=11707&edit=2

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>