PDA

View Full Version : configure/make problems on OpenBSD 3.7/mysql


per
16-06-2005, 20:36
Hi list

(Don't want to crosspost but I've made a thread on 'help' ; wrong list, so I'll put it here instead.)

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
usr/local/lib/mysql/mysqlclient.a(viosslfactories.o)(.text+0x3b0): In function `new_VioSSLAcceptorFd':
: 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.

Also complaining about line 8 + 96 in Makefile (nothing on those lines or nearby that could give a clue).

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

Any help would be appresiated.

/per