免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 3080 | 回复: 11
打印 上一主题 下一主题

mysqltcl-3.01的安装问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-08-05 13:54 |只看该作者 |倒序浏览
我在CentOS上安装mysqltcl-3.01,总是报错,请高手指点下,以下是报错的log:
[root@localhost ~]# cd /tmp/tar
[root@localhost tar]# cd mysqltcl-3.01
[root@localhost mysqltcl-3.01]# ls
aclocal.m4  config.log  configure.in  generic      README~         tests
AUTHORS     configure   COPYING       Makefile.in  README-msqltcl
ChangeLog   configure~  doc           README       tclconfig
[root@localhost mysqltcl-3.01]# locate mysqlclient
/usr/lib/mysql/libmysqlclient.a
/usr/lib/mysql/libmysqlclient.so
/usr/lib/mysql/libmysqlclient.so.15
/usr/lib/mysql/libmysqlclient.so.15.0.0
/usr/lib/mysql/libmysqlclient_r.a
/usr/lib/mysql/libmysqlclient_r.so
/usr/lib/mysql/libmysqlclient_r.so.15
/usr/lib/mysql/libmysqlclient_r.so.15.0.0
[root@localhost mysqltcl-3.01]# ./configure --prefix=/usr/lib/mysql
checking for correct TEA configuration... ok
checking for Tcl configuration... found /usr/lib/tclConfig.sh
checking for existence of /usr/lib/tclConfig.sh... loading
checking how to run the C preprocessor... /lib/cpp
checking for egrep... grep -E
checking for ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking if the compiler understands -pipe... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for required early compiler flags...  _LARGEFILE64_SOURCE
checking for 64-bit integer type... long long
checking for struct dirent64... no
checking for struct stat64... yes
checking for off64_t... yes
checking dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for unistd.h... (cached) no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for strtod... yes
checking for Solaris2.4/Tru64 strtod bugs... ok
checking for Tcl public headers... /usr/local/include
checking for building with threads... no (default)
checking how to build libraries... shared
checking if 64bit support is enabled... no
checking if 64bit Sparc VIS support is requested... no
checking system version (for dynamic loading)... ./configure: line 8322: syntax error near unexpected token `('
./configure: line 8322: `    case `(ac_space=' '; set | grep ac_space) 2>&1` in'
[root@localhost mysqltcl-3.01]#

论坛徽章:
0
2 [报告]
发表于 2010-08-05 14:17 |只看该作者
你configure文件有问题吧,从官方网站下一个不是太新的版本试试

论坛徽章:
0
3 [报告]
发表于 2010-08-05 15:57 |只看该作者
谢谢!
这个版本别人也曾安装过,是好的.不知道我这边出了什么差错.

论坛徽章:
59
2015七夕节徽章
日期:2015-08-24 11:17:25ChinaUnix专家徽章
日期:2015-07-20 09:19:30每周论坛发贴之星
日期:2015-07-20 09:19:42ChinaUnix元老
日期:2015-07-20 11:04:38荣誉版主
日期:2015-07-20 11:05:19巳蛇
日期:2015-07-20 11:05:26CU十二周年纪念徽章
日期:2015-07-20 11:05:27IT运维版块每日发帖之星
日期:2015-07-20 11:05:34操作系统版块每日发帖之星
日期:2015-07-20 11:05:36程序设计版块每日发帖之星
日期:2015-07-20 11:05:40数据库技术版块每日发帖之星
日期:2015-07-20 11:05:432015年辞旧岁徽章
日期:2015-07-20 11:05:44
4 [报告]
发表于 2010-08-05 15:58 |只看该作者
提示的错误信息好明显哦。除非楼主不是学英语的。

论坛徽章:
0
5 [报告]
发表于 2010-08-05 16:09 |只看该作者
我是初学菜鸟,不是太懂,还请指教呀.

论坛徽章:
0
6 [报告]
发表于 2010-08-05 16:11 |只看该作者
我应该更改什么东西呢?
一路征程一路笑 该用户已被删除
7 [报告]
发表于 2010-08-05 16:33 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
8 [报告]
发表于 2010-08-05 18:21 |只看该作者
非常感谢你,我试下.

论坛徽章:
0
9 [报告]
发表于 2010-08-05 18:33 |只看该作者
可以解释一下--prefix --with的具体意思吗,谢谢
一路征程一路笑 该用户已被删除
10 [报告]
发表于 2010-08-05 18:55 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP