From: [EMAIL PROTECTED] Operating system: Solaris 2.7 PHP version: 4.3.0RC3 PHP Bug Type: Compile Failure Bug description: Link line too long
% ./configure --with-mysql=/opt/mysql --prefix=/opt --with-gdbm --with-ndbm --without-msql --enable-sysvsem --enable-sysvshm --enable-force-cgi-redirect --enable-discard-path --with-ftp --with-gd --with-jpeg-dir=/opt/lib --with-tiff-dir=/opt/lib --with-png-dir=/opt/lib --with-xpm=/opt --with-zlib-dir=/opt/lib --enable-sockets --with-zlib --with-oracle --with-apxs=/opt/web/apache/bin/apxs --enable-discard-path % apxs -q CFLAGS -DSOLARIS2=270 -DMOD_SSL=206106 -I/opt/src/apache_build/php-4.0.4 -I/opt/src/apache_build/php-4.0.4/main -I/opt/src/apache_build/php-4.0.4/main -I/opt/src/apache_build/php-4.0.4/Zend -I/opt/src/apache_build/php-4.0.4/Zend -I/opt/src/apache_build/php-4.0.4/TSRM -I/opt/src/apache_build/php-4.0.4/TSRM -I/opt/src/apache_build/php-4.0.4 -DMOD_PERL -DUSE_PERL_SSI -I/opt/src/apache_build/mod_perl-1.24_01/src -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DEAPI -DUSE_EXPAT -I../lib/expat-lite Apache 1.3.12 Problem: at the conclusion of all the compilation, the link line comes out too long. libtool blows up with: Output line too long. Output line too long. Output line too long. The link line is not linking in libraries, but instead links in every object file on the final link line. Maybe it was libgd that did it? (I tried to configure against the gd 2.0.9 installed on my system, but that does not have gdImageCreateFromXpm in it.) Anyway, I will go back to 4.2 to get my users up and running with gd, but I am assuming this should be fixed at some point. I can try to repair it, but I would have to understand how you have structured your build environment now, and is probably easier for a maintainer to fix it. Thanks very much. -- Edit bug report at http://bugs.php.net/?id=20998&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20998&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20998&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20998&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20998&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20998&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20998&r=support Expected behavior: http://bugs.php.net/fix.php?id=20998&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20998&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20998&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20998&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20998&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20998&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20998&r=isapi