IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Eggdrop, NeoStats, BNC (https://www.ircforumlari.net/eggdrop-neostats-bnc/)
-   -   Eggdrop kurulumda sorun. (https://www.ircforumlari.net/eggdrop-neostats-bnc/52573-eggdrop-kurulumda-sorun.html)

Aero 04 Nisan 2008 17:24

Eggdrop kurulumda sorun.
 
eggdrop dosyasini indirdim, tar dan ciakrdim configure cektim bu cevabi aldim... bi sorun var cozemedim.. yardimci olabilicek kimse varmi ?


cking whether the Tcl system has changed... yes
configure: error:

Tcl cannot be found on this system.

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.

ustad38 04 Nisan 2008 19:33

Cevap: Eggdrop kurulumda sorun.
 
Alıntı:

IRCFox Nickli Üyeden Alıntı (Mesaj 362618)
eggdrop dosyasini indirdim, tar dan ciakrdim configure cektim bu cevabi aldim... bi sorun var cozemedim.. yardimci olabilicek kimse varmi ?


cking whether the Tcl system has changed... yes
configure: error:

Tcl cannot be found on this system.

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.


Yukarda kırmısı işaret ettigim tcl makınada kurulu degildir. O sebeple kuruluma izin vermememektedir. Shellcinle irtibata gecersen kurlmasını saglarsın kardeşim

DenizKaan 04 Nisan 2008 22:27

Cevap: Eggdrop kurulumda sorun.
 
linkinden indirebilirsiniz tcl yi roota kurulur bu tcl

cd /usr/local/src
wget [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

tar xfz tcl8.4.5-src.tar.gz
cd tcl8.4.5/unix
./configure --enable-threads
make install


sonra eggdropunu kur hata vermez

aydin_ 23 Eylül 2008 11:24

Cevap: Eggdrop kurulumda sorun.
 
Alıntı:

CilveLi Nickli Üyeden Alıntı (Mesaj 362824)
linkinden indirebilirsiniz tcl yi roota kurulur bu tcl

cd /usr/local/src
wget [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

tar xfz tcl8.4.5-src.tar.gz
cd tcl8.4.5/unix
./configure --enable-threads
make install


sonra eggdropunu kur hata vermez

bir baska site de anlatım kısa oldugu icin ana dizine kurdu dosyayı

şimdi tcl yi nasıl unintall edecegim bilgisi olan varmı acaba :S

GemLik 23 Eylül 2008 15:26

Cevap: Eggdrop kurulumda sorun.
 
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:

wget [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
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 ..


aydin_ 25 Eylül 2008 13:44

Cevap: Eggdrop kurulumda sorun.
 
sorun cözülmüştür Gemlik teşekkür Ederim

gaddartr 27 Ekim 2008 21:54

Cevap: Eggdrop kurulumda sorun.
 
checking system version (for dynamic loading)... ./configure: line 7068: syntax error near unexpected token `)'
./configure: line 7068: ` OSF*)'

Şöyle bir hata aldim ne yapa bilirim ?

SeYH_SaMiL 17 Aralık 2008 12:44

Cevap: Eggdrop kurulumda sorun.
 
Herkez başka başka şeler yazmış çözüm için ve hepsinide denedim ama olmuyor, versiyon uymuyordur belki diye son sürüm olan tcl8.6a3 versiyonunu indirdim tcl nin ve kurdum daha sonra GemLik in anlatımını takip ettim şu komuttan sorasında;
Kod:

cd tcl8.6a3/unix
./configure --prefix=$HOME --enable-shared
make install
export TCLLIB=$HOME/lib
export TCLINC=$HOME/include
export LD_LIBRARY_PATH=$HOME/lib
cd ..
cd ..


Şimdide make de aldığım hata mesajı;

Kod:

[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] [~/eggdrop1.6.18]# make
make[1]: Entering directory `/home/adamcan/eggdrop1.6.18/src'
This may take a while. Go get some runts.
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H  -c bg.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H  -c botcmd.c
botcmd.c: In function âremote_tell_whoâ:
botcmd.c:346: error: âTcl_Interpâ has no member named âresultâ
botcmd.c:354: error: âTcl_Interpâ has no member named âresultâ
make[1]: *** [botcmd.o] Error 1
make[1]: Leaving directory `/home/adamcan/eggdrop1.6.18/src'
make: *** [modegg] Error 2
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] [~/eggdrop1.6.18]#

eggdrop versiyonlarının tümünü deniyorum hepsinde hata veriyor, fakrlı yerlerden çekiyorum aggdropları gene aynı hatayı alıyorum yani eggdrop dosyalarından kaynaklanmıyor.

SeYH_SaMiL 18 Aralık 2008 13:51

Cevap: Eggdrop kurulumda sorun.
 
Dün direk hesaba tcl yi kurarak eggdrop kurdu GemLik nickli arkadşaımız yanlız bu gün kurduğu eggdropa conf ları ve tcl attım bot çalıştırmaya kalktığımda şu cvpla karşılaştım;

Kod:

[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] [~]# cd eggdrop
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] [~/eggdrop]# ./eggdrop -m ABot.conf
./eggdrop: error while loading shared libraries: libtcl8.5.so: cannot open shared object file: No such file or directory
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] [~/eggdrop]# ./eggdrop -mn carkifelek.conf
./eggdrop: error while loading shared libraries: libtcl8.5.so: cannot open shared object file: No such file or directory
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] [~/eggdrop]#

root dizine de kurdum bu tcl yi ama yukardaki hatayı veriyor şimdi hesaba kuruldu bu hatayı veriyor :S

SeYH_SaMiL 18 Aralık 2008 16:41

Cevap: Eggdrop kurulumda sorun.
 
Neyseki sonunda tcl yi kurabildim ve eggdrop1.6.17 sürümünü kurabildim, bot kurdum con f ve tcl attım çalıştırdığımda telnette bot sunucuya girmiş görünüyor yanlız sunucuya bakdığımda statusda şu mesajı görüyorum ve bot sunucuya girmiyor;
Kod:

[16:27:42] [S] Unable to write tunefile.. No such file or directory
Bu mesajı veriyor statusda ve giriş yapmıyor sunucuya bunun sebebi ne olabilir acaba ?


Bulduğum Çözüm: Botları ./eggdrop -mn botismi.conf şeklinde çalıştırınca botlar sunucuya giriş yapıyor : ) Hep böyle oldu hayatımda birilerine birşeler sorunca nedense hep onlardan cvp gelemden ben cvpları buluyorum, bu eggdorp başlığında baya zamanım geçti 5 gündür bu başlığa abone gibi oldum : ) şükür kurtuldum gibi görünüyor.

İlginiz için teşekkürler 3rd4l ve GemLik..

g3z3g3n 19 Haziran 2010 23:08

Cevap: Eggdrop kurulumda sorun.
 
Alıntı:

GemLik Nickli Üyeden Alıntı (Mesaj 550053)
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:

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
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].

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.

alphae 23 Ağustos 2015 01:40

Cevap: Eggdrop kurulumda sorun.
 
ayni sorun bendede var ne yaptiysam olmuyor tcl eskiydi yukseltim roota kurdum


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 06:57.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk