军哥救命啊,加Innodb支持重装mysql的时候出错
卡在这里了../libmysql/.libs/libmysqlclient.a(viosslfactories.o): In function `new_VioSSLAcce
ptorFd':
/root/lnmp0.9-full/mysql-5.1.60/libmysql/viosslfactories.c:324: undefined referenc
e to `yaTLSv1_server_method'
/root/lnmp0.9-full/mysql-5.1.60/libmysql/viosslfactories.c:332: undefined referenc
e to `yaSSL_CTX_sess_set_cache_size'
/root/lnmp0.9-full/mysql-5.1.60/libmysql/viosslfactories.c:334: undefined referenc
e to `yaSSL_CTX_set_verify'
/root/lnmp0.9-full/mysql-5.1.60/libmysql/viosslfactories.c:340: undefined referenc
e to `yaSSL_CTX_set_session_id_context'
../libmysql/.libs/libmysqlclient.a(viosslfactories.o): In function `new_VioSSLConn
ectorFd':
/root/lnmp0.9-full/mysql-5.1.60/libmysql/viosslfactories.c:302: undefined referenc
e to `yaTLSv1_client_method'
/root/lnmp0.9-full/mysql-5.1.60/libmysql/viosslfactories.c:310: undefined referenc
e to `yaSSL_CTX_set_verify'
collect2: ld returned 1 exit status
make: *** 错误1
make: Leaving directory `/root/lnmp0.9-full/mysql-5.1.60/client'
make: *** 错误 2
make: Leaving directory `/root/lnmp0.9-full/mysql-5.1.60/client'
make: *** 错误1
ok。搞定。
./configure --prefix=/usr/local/mysql --with-extra-charsets=all --enable-thread-safe-client --enable-assembler --with-charset=utf8 --enable-thread-safe-client --with-extra-charsets=all --with-big-tables --with-readline --with-ssl --with-embedded-server --enable-local-infile --with-plugins=innobase
make && make install
页:
[1]