openssl und mysql

I

ilja

Foren As
ich will den mysql mit openssl installieren, aber irgendwie kommt es zu fehler, ohne openssl funktioniert es wunderbar! alles laeuft, aber mit openssl haut es nicht hin!

bei make kommt dieses fehler:
Code:
gcc -O3 -DDBUG_OFF -rdynamic -o test-ssl test-ssl.o  -lstdc++ ../dbug/libdbug.a libvio.a ../mysys/libmysys.a ../strings/libmystrings.a -L/usr/lib -lssl -lcrypto -lpthread -lcrypt -lnsl -lm -lpthread
libvio.a(viosslfactories.o): In function `new_VioSSLConnectorFd':
viosslfactories.o(.text+0x51): undefined reference to `OPENSSL_add_all_algorithms_noconf'
libvio.a(viosslfactories.o): In function `new_VioSSLAcceptorFd':
viosslfactories.o(.text+0x306): undefined reference to `OPENSSL_add_all_algorithms_noconf'
collect2: ld returned 1 exit status
make[2]: *** [test-ssl] Error 1
make[2]: Leaving directory `/home/eli/src/mysql-4.1.11/vio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/eli/src/mysql-4.1.11'
make: *** [all] Error 2

habe Debian Woody 3.0
MySQL denn ich compilieren will mit openssl ist 4.1.11 habe mit apt-get openssl installiert und auch einen den neusten compiliert glaube das war 0.9.7g

weiss jemand, was wie ich diesen fehler umgehen kann?

danke,
ilja
 
hi

ich denke du musst dann auch noch openssl-dev oder ähnliches mit installieren.

du meinst du hast als compilier gcc oder?

mfg frank
 
habe das problem geloest!

man muss den prefix eingeben und zwar so:
--with-openssl-prefix=/usr/local/ssl
 

Ähnliche Themen

GCC Crosscompiler unter Debian Wheezy

JBidWatcher: Problem bei loading Auctions in Verbindung mit mySQL

Raspberry Pi custom Kernel

Akonadi startet nicht mehr

Funktion nicht gefunden

Zurück
Oben