|
GemLik Nickli Üyeden Alıntı
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. |
ana dizine kurulup kurmaması önemli değil önemli olan hesapa kurulmuş olması eğer tcl i kurduysanız hesaba eggdrop kurmayı deneyin
makineye tcl kurulumu için ; Kod: Kodu kopyalamak için üzerine çift tıklayın! wget http://garr.dl.sourceforge.net/sourceforge/tcl/tcl8.5.0-src.tar.gz
tar -zxvf tcl8.5.0-src.tar.gz
cd tcl8.5.0/unix
./configure --prefix=$HOME --enable-shared
make install
export TCLLIB=$HOME/lib
export TCLINC=$HOME/include
export LD_LIBRARY_PATH=$HOME/lib
cd ..
cd .. |
GemLik Hocam vermiş olduğunuz uygulamayı ROOT SSH hesabımdan kurdum, Kurarken herhangi bir ( warning, error, v.s. ) hatası almadım.
Yalnız yine ROOT hesabımdan IRC hesabıma giriş yaparak eggdrop kurmaya başladığımda karşıma aynı hata çıkıyor.
Çıkan Hata;
Eggdrop requires Tcl to compile. If you already have Tcl installed on
this system, and I just wasn't looking in the right place for it, re-run
./configure using the --with-tcllib='/path/to/libtcl.so' and
--with-tclinc='/path/to/tcl.h' options.
See doc/COMPILE-GUIDE's 'Tcl Detection and Installation' section for more
information.
Burada göstermiş olduğu komutu uyguluyorum,
./configure using the --with-tcllib='/path/to/libtcl.so
Bu komutu uyguladıkdan sonrada karşıma gelen hata bu;
configure: warning:
You must specify both --with-tcllib and --with-tclinc for either to work.
configure will now attempt to autodetect both the Tcl library and header.
configure: warning:
The file '' given to option --with-tcllib is not valid.
configure will now attempt to autodetect both the Tcl library and header.
configure: warning:
The file '' given to option --with-tclinc is not valid.
configure will now attempt to autodetect both the Tcl library and header.
checking for Tcl library... using /lib
checking for Tcl header... using /
checking whether the Tcl system has changed... yes
checking for Tcl version...
checking for Tcl patch level...
configure: error:
Your Tcl version is much too old for Eggdrop to use. You should
download and compile a more recent version. The most reliable
current version is 8.5.X and can be downloaded from
ftp://tcl.activestate.com/pub/tcl/tcl8_5/.
See doc/COMPILE-GUIDE's 'Tcl Detection and Installation' section
for more information.
Burda takıldım kaldım , Yardımcı olursanız sevinirim Hocam tşk ediyorum şimdiden.