PDA

View Full Version : compile/make error on obsd 3.7/mysql


per
16-06-2005, 16:04
Hi list

Having som troubles when running 'make'. It keeps whining about:

/usr/local/lib/mysql/mysqlclient.a(viosslfactories.o)(.text+0x3b0): In function `new_VioSSLAcceptorFd':
: undefined reference to `SSL_CTX_new_set_chiper_list
or
: undefined reference to `TLSv1_server_method'

- mysql is NOT compiled with 'SSL' and 'vio'
Have tried to uninstall MySQL, reinstall with 'SSL' and 'vio' (using FLAVOR) and then configure && make = same-same.

Everything else is done [PHP4 (*),zabbix user, inetd, /etc/services, schema.sql, data.sql et al]

Any help would be appresiated.

/per

Alexei
26-06-2005, 17:40
It looks to me as unresolved symbols in MySQL libs, not something ZABBIX-related.