php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20998 Link line too long
Submitted: 2002-12-13 14:29 UTC Modified: 2002-12-13 17:39 UTC
From: maxwell at cs dot dal dot ca Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.0RC3 OS: Solaris 2.7
Private report: No CVE-ID: None
 [2002-12-13 14:29 UTC] maxwell at cs dot dal dot ca
% ./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.

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-13 14:40 UTC] msopacua@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

http://bugs.php.net/19533
 [2002-12-13 17:39 UTC] maxwell at cs dot dal dot ca
Quite correct.   The version mentioned in the other bug report is a CVS version so it was not picked up in my search for 4.3.  It was also marked bogus, and I did not notice that I had left the status as open, so it was not found in my attempts to search the database.  
  Sorry about that.  I will try to work the search form better next time.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Aug 16 15:01:28 2024 UTC