相關文章

Subscribe
Notify of
guest

49 Comments
Newest
Oldest
汉陈帝国
汉陈帝国
2012 年 1 月 20 日 下午 1:22

[root@ns1 transmission-2.42]# make -s
make: *** No targets specified and no makefile found. Stop.
[root@ns1 transmission-2.42]# tar xjf transmission-*.tar.bz2
tar: transmission-*.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
[root@ns1 transmission-2.42]# make -s
make: *** No targets specified and no makefile found. Stop.
[root@ns1 transmission-2.42]# make -s install
make: *** No rule to make target `install’. Stop.
[root@ns1 transmission-2.42]#

yamabu
yamabu
2011 年 12 月 6 日 下午 4:30

collect2: ld returned 1 exit status
make[1]: *** [blocklist-test] Error 1
make[1]: Leaving directory `/tmp/transmission-2.42/libtransmission’
make: *** [all-recursive] Error 1
[root@houtai transmission-2.42]#
在make以後出現這樣的錯誤,怎麼辦

779
779
2011 年 11 月 5 日 上午 11:02

:kao 我又不像你是哀踢業的XD
有得用就好了 ?

779
779
2011 年 11 月 4 日 上午 11:07

噗~~ 我要哭了 :kao
checking for LIBEVENT… configure: error: Package requirements (libevent >= 2.0.10) were not met:
No package ‘libevent’ found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBEVENT_CFLAGS
and LIBEVENT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

779
779
2011 年 11 月 4 日 上午 10:44

:kao 也是久違的更新 ?
最近火力全開喔XD ? ?

汉陈帝国
汉陈帝国
2011 年 8 月 2 日 下午 9:00

[root@tuxin libiconv-1.13.1]# cd .. [root@tuxin src]# rm -fr libiconv-* [root@tuxin src]# echo ̶… Read more »

JimmyKuo
JimmyKuo
2011 年 2 月 5 日 下午 6:24
samwu995
samwu995
2011 年 2 月 1 日 上午 5:32

上週五買了那個1個月free的promotion,最後也是要£1.00GBP,約48NTD ? ? .
但是最不爽的是等等等…等不到服務開通,ticket也不回
聽說是Service delivery 要 24-72 business hours,我哩咧.
上次買也沒那麼久,難道便宜沒好貨? :kao :kao
算了,看在純粹刷上傳量的份上,忍耐一點

finler
2010 年 12 月 31 日 下午 8:54

[root@vps ~]# chkconfig –level 345 transmission on
service transmission does not support chkconfig
what caused that?
and
[root@vps ~]# chown -R www:www /web/www/transmission/
chown: `www:www’: invalid user
thx!

tmp
tmp
2010 年 12 月 9 日 上午 9:53

iconv是重新编译的,按照你写的。


窮苦人家的小孩:

有重新configure再鞭譯嗎?
echo “/usr/local/lib” >> /etc/ld.so.conf/sbin/ldconfig
這個也很重要喔!

tmp:
安装过libiconv也是出现此错误不知道什么原因了。。。

tmp
tmp
2010 年 12 月 8 日 下午 10:09

安装过libiconv也是出现此错误不知道什么原因了。。。

tmp
tmp
2010 年 12 月 8 日 下午 9:55

# find -name libiconv
./usr/local/share/doc/libiconv
./usr/local/libiconv
./usr/local/libiconv/share/doc/libiconv
我有这个,是不是说明已经安装过了啊


窮苦人家的小孩:

你少裝iconv,安裝一下再重新鞭就可以了。
wget http://ftp.gnu.org/gnu/libiconv/libiconv-1.13.1.tar.gz
tar zxf libiconv-1.13.1.tar.gz
cd libiconv-1.13.1
./configure --prefix=/usr/local/libiconv
make && make install
cd ..
rm -fr libiconv-*
echo "/usr/local/lib" >> /etc/ld.so.conf
/sbin/ldconfig


tmp:

老大,makeinstall transmission的时候出现以下错误这怎么解决啊
./libtransmission.a(utils.o): In function `to_utf8′:
/tmp/transmission-2.12/libtransmission/utils.c:1263: undefined reference to `libiconv_open’
/tmp/transmission-2.12/libtransmission/utils.c:1265: undefined reference to `libiconv’
/tmp/transmission-2.12/libtransmission/utils.c:1267: undefined reference to `libiconv_close’
collect2: ld returned 1 exit status
make[1]: *** [blocklist-test] Error 1
make: *** [install-recursive] Error 1

tmp
tmp
2010 年 12 月 8 日 下午 9:23

老大,makeinstall transmission的时候出现以下错误这怎么解决啊
./libtransmission.a(utils.o): In function `to_utf8′:
/tmp/transmission-2.12/libtransmission/utils.c:1263: undefined reference to `libiconv_open’
/tmp/transmission-2.12/libtransmission/utils.c:1265: undefined reference to `libiconv’
/tmp/transmission-2.12/libtransmission/utils.c:1267: undefined reference to `libiconv_close’
collect2: ld returned 1 exit status
make[1]: *** [blocklist-test] Error 1
make: *** [install-recursive] Error 1