Forum Moderators: phranque

Message Too Old, No Replies

build error

apache 1.3.35 build error

         

jpl80

5:03 pm on May 12, 2006 (gmt 0)

10+ Year Member



Upon installing apache 1.3.35, I get this error that seems to be specific to MySQL.

/local/lib/libcrypto.a(x509_cmp.o)(.text+0x10): In function `X509_get_subject_name':
: multiple definition of `X509_get_subject_name'
/usr//lib/mysql/libmysqlclient.a(ssl.o)(.text+0xd40):/usr/src/packages/BUILD/mysql-5.0.21/extra/yassl/src/ssl.cpp:383: first defined here
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: Warning: size of symbol `X509_get_subject_name' changed from 9 in /usr//lib/mysql/libmysqlclient.a(ssl.o) to 10 in /usr//lib/mysql/libmysqlclient.a(ssl.o)
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/home/jones/downloads/apache_1.3.35/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/jones/downloads/apache_1.3.35'
make: *** [build] Error 2

Runnin SLES 9
I installed these rpm first
MySQL-devel-standard-5.0.21-1.sles9.i586.rpm
MySQL-server-standard-5.0.21-1.sles9.i586.rpm
MySQL-client-standard-5.0.21-1.sles9.i586.rpm

Please help