ID:               20998
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: Solaris 2.7
 PHP Version:      4.3.0RC3
 New Comment:

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


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

[2002-12-13 14:29:50] [EMAIL PROTECTED]

% ./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 this bug report at http://bugs.php.net/?id=20998&edit=1

Reply via email to