eggdrop1.9.1をコンパイルした結果は/usr/bin/ld: -lieee notfoundです。

eggdrop1.9.1をコンパイルした結果は/usr/bin/ld: -lieee notfoundです。

Eggdrop1.9.1をコンパイルしようとすると、gccは次のような出力を提供します。

> gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include/tcl8.6  -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o tls.o userent.o userrec.o users.o  -L/usr/lib/x86_64-linux-gnu -ltcl8.6  -lz -lpthread -lieee -lm -lssl -lcrypto -ldl  -lresolv md5/md5c.o compat/*.o `cat mod/mod.xlibs`
/usr/bin/ld: cannot find -lieee
collect2: error: ld returned 1 exit status
Makefile:45: recipe for target 'link' failed
make[2]: *** [link] Error 1
make[2]: Leaving directory '/home/user/eggdrop-1.9.1/src'
Makefile:54: recipe for target '../eggdrop' failed
make[1]: *** [../eggdrop] Error 2
make[1]: Leaving directory '/home/user/eggdrop-1.9.1/src'
Makefile:243: recipe for target 'eggdrop' failed
make: *** [eggdrop] Error 2

誰でもこの問題を解決する方法を提案できますか?

[OSバージョンと追加情報の編集] これはUbuntu 18.04.1、ldd(Ubuntu GLIBC 2.27-3ubuntu1.2)2.27にあり、ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9を使用しています。 1 .tar.gz、ビルドプロセスの全体的な出力は次のとおりです。https://pastebin.com/5hdLVC5k

ベストアンサー1

サーバーを更新しましたが、まだ同じエラーが発生します。バックアップが必要なデータは16TBなので、サーバーを消去できません。 Eggdropを実行することをお勧めしますが、ボックスを拭いて再起動するのと同じくらい重要ではないので、Eggdropに対応するために小さなサーバーを借ります。

情報と助けてくれてありがとう!

おすすめ記事