From:             zhouxh at im dot ac dot cn
Operating system: Ubuntu 5.10 "Breezy Badger"
PHP version:      5.1.1
PHP Bug Type:     Compile Failure
Bug description:  can't make libphp5.la

Description:
------------
compile php5.1.0 with same configure option in Ubuntu 5.0.4 every thing is
ok, but can't do it in the Ubuntu 5.10 when i compile php5.1.1.
---------
#gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared
--with-system-zlib --libexecdir=/usr/lib --enable-nls
--without-included-gettext --enable-threads=posix --program-suffix=-4.0
--enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk
--enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr
--disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)



Reproduce code:
---------------
./configure --prefix=/usr/local/php5
--with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql
--with-pdo-mysql=/usr/local/mysql --with-gd -with-jpeg-dir=/usr/local
--with-png-dir=/usr/local --with-freetype-dir=/usr/local
--enable-gd-native-ttf --enable-socket --enable-exif --with-curl
--with-zlib-dir=/usr --with-curl --with-curlwrappers --enable-wddx
--enable-sockets --enable-soap --enable-mbstring --enable-ftp
--enable-memory-limit --enable-zend-multibyte

Expected result:
----------------
compile successful.

Actual result:
--------------
....
freetype -lpng -lz -ljpeg -lcurl -lz -lresolv -lm -ldl -lnsl -lxml2 -lz
-lm -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz
-lm -lmysqlclient -lz -lcrypt -lnsl -lm -lxml2 -lz -lm -lxml2 -lz -lm
-lcrypt -lxml2 -lz -lm -lcrypt  -o libphp5.la
libtool: link: cannot find the library `'
make: *** [libphp5.la] Error 1


-- 
Edit bug report at http://bugs.php.net/?id=35463&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=35463&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=35463&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=35463&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=35463&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=35463&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=35463&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=35463&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=35463&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=35463&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=35463&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=35463&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=35463&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=35463&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=35463&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=35463&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=35463&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=35463&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=35463&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=35463&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=35463&r=mysqlcfg

Reply via email to