- 主题:设置糊涂代码时碰到的,奇怪
checking how to run the C preprocessor... (cached) gcc -E
checking for pty.h... (cached) yes
checking for libiconv_open in -liconv... no
checking for ght_create in -lghthash... (cached) no
configure: error: Please install ghthash first. (cd software; make installghthash)
bbs@ppqq:/home/bbssrc/bbs$ echo $LD_LIBRARY_PATH
/usr/local/lib:/usr/local/lib:/usr/lib/:
bbs@ppqq:/home/bbssrc/bbs$ whereis libghthash
libghthash: /usr/lib/libghthash.a /usr/lib/libghthash.la /usr/lib/libghthash.so /usr/local/lib/libghthash.a /usr/local/lib/libghthash.la /usr/local/lib/libghthash.so
bbs@ppqq:/home/bbssrc/bbs$
为什么就找不到libghthash呐?
--
FROM 202.119.32.102
(cd software; make ~
installghthash)~
【 在 wuqq.bbs@ytht.net (毛驴QQ·逢赌必输) 的大作中提到: 】
: checking how to run the C preprocessor... (cached) gcc -E
: checking for pty.h... (cached) yes
: checking for libiconv_open in -liconv... no
: checking for ght_create in -lghthash... (cached) no
: configure: error: Please install ghthash first. (cd software; make installghthash)
: bbs@ppqq:/home/bbssrc/bbs$ echo $LD_LIBRARY_PATH
: /usr/local/lib:/usr/local/lib:/usr/lib/:
: bbs@ppqq:/home/bbssrc/bbs$ whereis libghthash
: ...................
--
FROM 10.2.154.115
看到了,也做了,所以我的/usr/lib下才有的libghthash
但是不知道为什么configure就是不能过
【 在 yes.bbs@wusetu.cn (那一阵小风的呐喊之理解万岁) 的大作中提到: 】
: (cd software; make ~
: installghthash)~
: 【 在 wuqq.bbs@ytht.net (毛驴QQ·逢赌必输) 的大作中提到: 】
: : checking how to run the C preprocessor... (cached) gcc -E
: : checking for pty.h... (cached) yes
: : checking for libiconv_open in -liconv... no
: ...................
--
FROM 202.119.32.102
从头./makedist.sh试试
【 在 wuqq.bbs@ytht.net (毛驴QQ·逢赌必输) 的大作中提到: 】
: 看到了,也做了,所以我的/usr/lib下才有的libghthash
: 但是不知道为什么configure就是不能过
: 【 在 yes.bbs@wusetu.cn (那一阵小风的呐喊之理解万岁) 的大作中提到: 】
: : (cd software; make ~
: : installghthash)~
: : ...................
--
FROM 10.2.154.115
你可能没运行make installghthash
【 在 wuqq (毛驴QQ·逢赌必输) 的大作中提到: 】
: checking how to run the C preprocessor... (cached) gcc -E
: checking for pty.h... (cached) yes
: checking for libiconv_open in -liconv... no
: checking for ght_create in -lghthash... (cached) no
: configure: error: Please install ghthash first. (cd software; make installghthash)
: ...................
--
FROM 221.1.32.14
试过了,就差rm -rf bbs;cvs co bbs乐...
【 在 yes.bbs@wusetu.cn (那一阵小风的呐喊之理解万岁) 的大作中提到: 】
: 从头./makedist.sh试试
: 【 在 wuqq.bbs@ytht.net (毛驴QQ·逢赌必输) 的大作中提到: 】
: : 看到了,也做了,所以我的/usr/lib下才有的libghthash
: : 但是不知道为什么configure就是不能过
--
FROM 202.119.32.102
【 在 wuqq (毛驴QQ·逢赌必输) 的大作中提到: 】
: 标 题: 设置糊涂代码时碰到的,奇怪
: 发信站: 一塌糊涂 BBS (Sun Jun 27 15:27:28 2004), 转信(ytht.net)
:
: checking how to run the C preprocessor... (cached) gcc -E
: checking for pty.h... (cached) yes
: checking for libiconv_open in -liconv... no
: checking for ght_create in -lghthash... (cached) no
~~~~~~~~~删掉config.cache试试
: configure: error: Please install ghthash first. (cd software; make installghthash)
:
: bbs@ppqq:/home/bbssrc/bbs$ echo $LD_LIBRARY_PATH
: /usr/local/lib:/usr/local/lib:/usr/lib/:
: bbs@ppqq:/home/bbssrc/bbs$ whereis libghthash
: libghthash: /usr/lib/libghthash.a /usr/lib/libghthash.la /usr/lib/libghthash.so /usr/local/lib/libghthash.a /usr/local/lib/libghthash.la /usr/local/lib/libghthash.so
: bbs@ppqq:/home/bbssrc/bbs$
: 为什么就找不到libghthash呐?
:
: --
: 我是千年的树妖
: 痒痒树的身子
: 荆条的胳膊
: 龙爪槐的爪子
: 未完待续
: ...
:
: ※ 来源:.一塌糊涂 BBS ytht.net.[FROM: 202.119.32.102]
--
FROM 211.155.251.247
果然是这样,多谢:)
【 在 dinger (test) 的大作中提到: 】
: 【 在 wuqq (毛驴QQ·逢赌必输) 的大作中提到: 】
: : 标 题: 设置糊涂代码时碰到的,奇怪
: : 发信站: 一塌糊涂 BBS (Sun Jun 27 15:27:28 2004), 转信(ytht.net)
: : checking how to run the C preprocessor... (cached) gcc -E
: : checking for pty.h... (cached) yes
: : checking for libiconv_open in -liconv... no
: ...................
--
FROM 202.119.32.102
ldconfig过没有
【 在 wuqq (毛驴QQ·逢赌必输) 的大作中提到: 】
: 看到了,也做了,所以我的/usr/lib下才有的libghthash
: 但是不知道为什么configure就是不能过
: 【 在 yes.bbs@wusetu.cn (那一阵小风的呐喊之理解万岁) 的大作中提到: 】
: : (cd software; make ~
: : installghthash)~
: : ...................
: ...................
--
FROM 220.249.10.10