Ad Widget

Collapse

configure/make problems on OpenBSD 3.7/mysql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • per
    Junior Member
    • Jun 2005
    • 6

    #1

    configure/make problems on OpenBSD 3.7/mysql

    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
Working...