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/)
-   -   Eggdrop1.6.18 kurulum hatası. (https://www.ircforumlari.net/eggdrop-neostats-bnc/133689-eggdrop1618-kurulum-hatasi.html)

OzGuR 14 Eylül 2008 12:44

Eggdrop1.6.18 kurulum hatası.
 
Merhaba arkadaşlar , kolay gelsin. eggdrop kurmak istiyorum fakat ;

tar zxvf eggdrop1.6.18.tar.gz şeklinde dosyayı zipten çıkartıyorum.
cd eggdrop1.6.18 şeklinde o dosyaya giriyorum.
./configure yaptığımda ise işlemlerin sonunda şöyle bi hata veriyor.


checking for setpgid... yes
checking for sigaction... yes
checking for sigemptyset... yes
checking for snprintf... yes
checking for srandom... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for uname... yes
checking for vsnprintf... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for vprintf... yes
checking for _doprnt... no
checking for strftime... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for broken libsafe sscanf... no
checking for Tcl library... found /usr/lib/libtcl8.4.so
checking for Tcl header... {not found}
checking 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.


Yardımcı olursanız çok sevinirim. Şimdiden tşk ederim kolay gelsin.

GemLik 14 Eylül 2008 14:06

Cevap: Eggdrop1.6.18 kurulum hatası.
 
makinede tcl yüklü değil bu sebeple kurulum yapamıyorsunuz

BuCaLI 14 Eylül 2008 14:09

Cevap: Eggdrop1.6.18 kurulum hatası.
 
makinada tcl kurulu ise;

Kod:

./configure using the --with-tcllib='/path/to/libtcl.so' and --with-tclinc='/path/to/tcl.h
/path/to/ yerine tclnin kurulu olduğu yeri yani libtcl.so ve tcl.h dosyalarının bulunduğu yeri yazarsan sorun çözülür.

GemLik 14 Eylül 2008 14:28

Cevap: Eggdrop1.6.18 kurulum hatası.
 
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 ..


OzGuR 14 Eylül 2008 14:28

Cevap: Eggdrop1.6.18 kurulum hatası.
 
Özür dilerim ama dediğinizi tam olarak anlamadım. Şimdi bunu hangi bölümde yapmam gerekiyor eggdropdamı ve ayrıca yazmam gereken komut veya moduller nedir verebilirseniz tam olarak çok sevinirim.

alpsi 14 Eylül 2008 15:28

Cevap: Eggdrop1.6.18 kurulum hatası.
 
Root hesabına giriş yapabiliyorsan Gemlik'in verdiği kodlarla makinene tcl kurmalısın.Yok ise shellcine söyleyeceksin makinesine TCL kuracak.

OzGuR 14 Eylül 2008 16:24

Cevap: Eggdrop1.6.18 kurulum hatası.
 
Dediğiniz şekilde makineya kuruldu tcl fakat aynı sorunu hala veriyor

OzGuR 14 Eylül 2008 16:27

Cevap: Eggdrop1.6.18 kurulum hatası.
 
checking for sigaction... yes
checking for sigemptyset... yes
checking for snprintf... yes
checking for srandom... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for uname... yes
checking for vsnprintf... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for vprintf... yes
checking for _doprnt... no
checking for strftime... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for broken libsafe sscanf... no
checking for Tcl library... found /usr/lib/libtcl8.4.so
checking for Tcl header... {not found}
checking 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.

GemLik 14 Eylül 2008 17:11

Cevap: Eggdrop1.6.18 kurulum hatası.
 
eğer kurulmuş olsa idi öyle bir hata vermez di kurulduğundan emin olunuz.

alpsi 14 Eylül 2008 17:25

Cevap: Eggdrop1.6.18 kurulum hatası.
 
bir de şu komutu deneyin

yum install tcl-devel


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

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