From:             rusty at socrates dot berkeley dot edu
Operating system: solaris 9
PHP version:      5.1.1
PHP Bug Type:     Compile Failure
Bug description:  doesn't link at the end

Description:
------------
At the final linking stage I get thousands of lines like the following (at
the end of this message).  My "configure wrapper" shell script is

configure \
        --prefix=${WWWROOT} \
        --enable-bcmath \
        --enable-inline-optimization \
        --enable-libgcc \
        --enable-track-vars \
        --enable-trans-sid \
        --with-apxs2=/${WWWROOT}/bin/apxs \
        --with-config-file-path=${WWWROOT}/conf \
        --with-gmp \
        --with-ldap=${LOCAL} \
        --with-mysql=${MYSQLROOT} \
        --with-openssl=${LOCAL} \
        --with-tsrm-pthreads

With php 5.0.5 it compiles without a squeek.

Here's the start of the error output; thousands of lines like this (about
94,000) for many/all of the libraries:

Text relocation remains                         referenced
    against symbol                  offset      in file
<unknown>                           0x570      
/local_a/servers/mysql/lib/mysql/libmysqlclient.a(libmysql.o)
<unknown>                           0x574      
/local_a/servers/mysql/lib/mysql/libmysqlclient.a(libmysql.o)
<unknown>                           0x578      
/local_a/servers/mysql/lib/mysql/libmysqlclient.a(libmysql.o)
<unknown>                           0x57c      
/local_a/servers/mysql/lib/mysql/libmysqlclient.a(libmysql.o)
<unknown>                           0x580      
/local_a/servers/mysql/lib/mysql/libmysqlclient.a(libmysql.o)



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

Reply via email to