From:             [EMAIL PROTECTED]
Operating system: Solaris 8 (Sparc)
PHP version:      4.0.6
PHP Bug Type:     MySQL related
Bug description:  Configure fails when using --with-mysql=mysql_dir

Hello,

I'm trying to run th configure script with the following command line : 

./configure --enable-sysvshm --enable-sysvsem
--with-mysql=/users/produits/mysql
--with-java=/usr/java1.2
--with-imap=/users/produits/include/imap
--enable-ftp --with-nsapi=/users/produits/ns-home/4.1
--prefix=/users/produits/php4.0.6

The error message is : C++ can't create executables

The last lines of the config.log file are : 

Undefined                       first referenced
symbol                             in file
uncompress                 
/users/produits/mysql/lib/mysql/libmysqlclient.so
compress                    
/users/produits/mysql/lib/mysql/libmysqlclient.so
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:

#line 54178 "configure"
#include "confdefs.h"

int main(){return(0);}

When I try to configure without the "--with-mysql" flag, it all works
fine.

I'm using gcc 2.95.3 and MySQL 3.23.38

Any Idea ?
-- 
Edit bug report at: http://bugs.php.net/?id=12488&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to