当前位置: 技术问答>linux和unix
freebsd8.1下安装mysql4.0.26问题求解
来源: 互联网 发布时间:2016-12-03
本文导语: 1、求安装的详细步骤,软件版本的下载地址。 2、我现在按标题的版本安装时,在make编译时报以下错误: Making all in client if g++ -DUNDEF_THREADS_HACK -I. -I. -I.. -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBU...
1、求安装的详细步骤,软件版本的下载地址。
2、我现在按标题的版本安装时,在make编译时报以下错误:
Making all in client
if g++ -DUNDEF_THREADS_HACK -I. -I. -I.. -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT mysql.o -MD -MP -MF ".deps/mysql.Tpo" -c -o mysql.o mysql.cc; then mv -f ".deps/mysql.Tpo" ".deps/mysql.Po"; else rm -f ".deps/mysql.Tpo"; exit 1; fi
mysql.cc: In function 'void print_table_data(MYSQL_RES*)':
mysql.cc:1650: error: expected primary-expression before '?' token
mysql.cc:1650: error: expected `:' before ')' token
mysql.cc:1650: error: expected primary-expression before ')' token
mysql.cc:1652: error: expected primary-expression before '?' token
mysql.cc:1652: error: expected `:' before ')' token
mysql.cc:1652: error: expected primary-expression before ')' token
mysql.cc:1666: error: expected primary-expression before '?' token
mysql.cc:1666: error: expected `:' before ')' token
mysql.cc:1666: error: expected primary-expression before ')' token
*** Error code 1
Stop in /www/mysql-4.0.26/client.
*** Error code 1
Stop in /www/mysql-4.0.26.
*** Error code 1
Stop in /www/mysql-4.0.26.
3、请问是什么原因?有什么方法可以解决。
2、我现在按标题的版本安装时,在make编译时报以下错误:
Making all in client
if g++ -DUNDEF_THREADS_HACK -I. -I. -I.. -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT mysql.o -MD -MP -MF ".deps/mysql.Tpo" -c -o mysql.o mysql.cc; then mv -f ".deps/mysql.Tpo" ".deps/mysql.Po"; else rm -f ".deps/mysql.Tpo"; exit 1; fi
mysql.cc: In function 'void print_table_data(MYSQL_RES*)':
mysql.cc:1650: error: expected primary-expression before '?' token
mysql.cc:1650: error: expected `:' before ')' token
mysql.cc:1650: error: expected primary-expression before ')' token
mysql.cc:1652: error: expected primary-expression before '?' token
mysql.cc:1652: error: expected `:' before ')' token
mysql.cc:1652: error: expected primary-expression before ')' token
mysql.cc:1666: error: expected primary-expression before '?' token
mysql.cc:1666: error: expected `:' before ')' token
mysql.cc:1666: error: expected primary-expression before ')' token
*** Error code 1
Stop in /www/mysql-4.0.26/client.
*** Error code 1
Stop in /www/mysql-4.0.26.
*** Error code 1
Stop in /www/mysql-4.0.26.
3、请问是什么原因?有什么方法可以解决。
|
你用的mysql版本是4.x的 我让你去http://dev.mysql.com/downloads/mysql/这个网站下载FreeBSD平台的5.x的mysql然后 编译安装。
|
那连接上根本没有解决方法。
你下载个5.x的mysql 编译安装吧
|
1、求安装的详细步骤,软件版本的下载地址。
-------------
到mysql官网去下载http://dev.mysql.com/downloads/mysql/
然后解压目录有安装说明!!!!!!!!!!!!!!
-------------
到mysql官网去下载http://dev.mysql.com/downloads/mysql/
然后解压目录有安装说明!!!!!!!!!!!!!!