我是用源代码安装mysql的,5.1.33的,
./configure --with-mysqld-user=mysql --prefix=/usr/local/mysql --with-openssl --with-extra-charset=all --with-isam -exec-prefix=/usr/local/mysql
出现以下问题
checking for SSL... configure:error:The flag --with-openssl is deprecated,usr --with-ssl
怎样安装openssl?
linuxfanhhm 于 2009-04-14 16:19:05发表:
我以前安装mysql-5.0.54的时候,经常会出现
make[3]: Leaving directory `/usr/local/src/mysql-5.0.54/server-tools/instance-manager'
make[3]: Entering directory `/usr/local/src/mysql-5.0.54/server-tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/local/src/mysql-5.0.54/server-tools'
make[2]: Leaving directory `/usr/local/src/mysql-5.0.54/server-tools'
make[1]: Leaving directory `/usr/local/src/mysql-5.0.54'
我这是这样编绎的 ./configure --with-mysqld-user=mysql --prefix=/usr/local/mysql --with-openssl --with-extra-charset=all --with-isam -exec-prefix=/usr/local/mysql
然后就make很长时间就出现了上述问题。请问这是什么原因造成的?
另外求./configure的一些参数及说明?谢谢!