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

Etiketlenen Kullanıcılar

Yeni Konu aç Cevapla
 
LinkBack Seçenekler Stil
Alt 06 Şubat 2008, 03:11   #1
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
ubuntuya unreal kurmak istiyorum ama hata veriyor




ubuntu linux yuklu
gcc yi yukledim, fakat tcl yukliyemedim



tcl yi yuklemeye calistigimda :
root@ubuntu:~/irc2/b# cd tcl8.4.12
root@ubuntu:~/irc2/b/tcl8.4.12# cd unix/
root@ubuntu:~/irc2/b/tcl8.4.12/unix# ./configure
creating cache ./config.cache
checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
root@ubuntu:~/irc2/b/tcl8.4.12/unix# make
make: *** No targets specified and no makefile found. Stop.
root@ubuntu:~/irc2/b/tcl8.4.12/unix#





unreali yuklemeye calistigimda:

./configure --with-showlistmodes --enable-hub --with-listen=5 --with-dpath=/root/irc/Unreal3.2 --with-spath=/root/irc/Unreal3.2/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=ubuntu --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
__________________________________________________ _____________________
| |
| UnrealIRCd Compile-Time Config |
|_________________________________________________ ______________________|
|_________________________________________________ ______________________|
| |
| Now all you have to do is type 'make' and let it compile. When that's |
| done, you will receive other instructions on what to do next. |
| |
|_________________________________________________ ______________________|
|_________________________________________________ ______________________|
| - The UnrealIRCd Team - |
| |
| * Stskeeps
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
|
| * codemastr
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
|
| * Syzop
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
|
|_________________________________________________ ______________________|
root@ubuntu:~/irc/Unreal3.2# make
make: *** No targets specified and no makefile found. Stop.
root@ubuntu:~/irc/Unreal3.2#




sorun sizce neden kaynaklaniyor olabilir??

 
Alıntı ile Cevapla

IRCForumlari.NET Reklamlar
sohbet odaları sohbet odaları Benimmekan Mobil Sohbet
Alt 06 Şubat 2008, 07:53   #2
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor




checking for C compiler default output... configure: error: C compiler cannot create executables

build-essential kur ( make, cpp , gcc , gcc++, dpkg-dev, libc6-dev)

gibi bagliliklarinida tabiki.

konsol'u acarak

PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
wget http://mirrors.kernel.org/ubuntu/pool/main/b/build-essential/build-essential_11.1_i386.deb 

komutunu ver, daha sonra ubuntu kurulum CD'di, CD sürücüne yerlestir.

build-essential_11.1_i386.deb 'e cift tikla.

veya konsoldan ;

PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
sudo dpkg -/home/ismin/Desktop/build-essential_11.1_i386.deb 

komutunu ver

install 'de, sana CD'den gerekli bagliliklarini ceksinmi diye soracaktir.

buna Evet diyerek, gerekli c compiler'in kurulumunu tamamlamasini bekle.

-Kurulum tamamlandikta sonra , Unreal'ini sorunsuz olarak tekrar kurabilirsin..

;

- Ubuntu kurulum CD'nin oldugunu var sayiyorum, Eger yoksa ;

konsol'u acarak

PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
sudo apt-get install build-essential 

komutunu ver, kurulum esnasinda yukarida ismini verdigim bagliliklari isteyecektir istedigi siraya göre

Onlarida ;

PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
sudo apt-get install baglilik-ismi 

seklinde depo'dan cek.

Karsilastigin, farkli soru ve/veya sorun olursa, baslik altinda belirt, elimizden geldigince yardimci olmaya calisalim..

Kolay gelsin..

 
Alıntı ile Cevapla

Alt 09 Şubat 2008, 01:23   #3
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor




cevap icin tesekkurler fakat deb uzantili dosyayi kuramadim

Kod:   Kodu kopyalamak için üzerine çift tıklayın!
root@ubuntu:~# sudo dpkg -i build-essential_11.1_i386.deb (Reading database ... 22206 files and directories currently installed.) Preparing to replace build-essential 11.1 (using build-essential_11.1_i386.deb) ... Unpacking replacement build-essential ... dpkg: dependency problems prevent configuration of build-essential: build-essential depends on libc6-dev | libc-dev; however: Package libc6-dev is not installed. Package libc-dev is not installed. build-essential depends on g++ (>= 4:4.0); however: Package g++ is not installed. build-essential depends on dpkg-dev (>= 1.13.5); however: Package dpkg-dev is not installed. dpkg: error processing build-essential (--install): dependency problems - leaving unconfigured Errors were encountered while processing: build-essential root@ubuntu:~# sudo apt-get install build-essential Reading package lists... Done Building dependency tree Reading state information... Done You might want to run `apt-get -f install' to correct these: The following packages have unmet dependencies: build-essential: Depends: libc6-dev but it is not going to be installed or libc-dev Depends: g++ (>= 4:4.1.1) but it is not going to be installed Depends: dpkg-dev (>= 1.13.5) but it is not going to be insta lled E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s olution).


Kod:   Kodu kopyalamak için üzerine çift tıklayın!
root@ubuntu:~# apt-get -f install build-essential_11.1_i386 Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package build-essential_11.1_i386 root@ubuntu:~# apt-get -f install build-essential_11.1_i386.deb Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package build-essential_11.1_i386.deb root@ubuntu:~#


 
Alıntı ile Cevapla

Alt 09 Şubat 2008, 04:09   #4
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor




ubuntu kurulum cd'ni cd sürücüne yerlestirip

build-essential_11.1_i386.deb 'e cift tiklayip, install butonuna basmayi denedin mi ?

bu arada ubuntu sürümün ne ?

 
Alıntı ile Cevapla

Alt 11 Şubat 2008, 12:58   #5
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor




wmvare uzerinde kurulu
ubuntu 7.1 iso imagei cd surucusunde surekli takili
masaustu vegorsel bilesenleri yuklemedim sadece komut dizini mevcut

 
Alıntı ile Cevapla

Alt 11 Şubat 2008, 13:27   #6
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor




build-essential i asagidaki komut yardimi ile kurdum
Kod:   Kodu kopyalamak için üzerine çift tıklayın!
sudo apt-get update sudo apt-get install build-essential

simdide tclyi kurmak istedigimde su hatayi aliyorum

Kod:   Kodu kopyalamak için üzerine çift tıklayın!
root@ubuntu:~/irc/x/tcl8.4.12/unix# ./configure creating cache ./config.cache checking whether to use symlinks for manpages... no checking whether to compress the manpages... no checking whether to add a package name suffix for the manpages... no checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking dirent.h... checking for errno.h... yes checking for float.h... yes checking for values.h... yes checking for limits.h... yes checking for stdlib.h... yes checking for string.h... yes checking for sys/wait.h... yes checking for dlfcn.h... yes checking for unistd.h... yes checking for sys/param.h... yes checking if the compiler understands -pipe... yes checking for building with threads... no (default) checking for sin... no checking for main in -lieee... yes checking for main in -linet... no checking for net/errno.h... no checking for connect... yes checking for gethostbyname... yes checking how to build libraries... shared checking for ranlib... ranlib checking if 64bit support is requested... no checking if 64bit Sparc VIS support is requested... no checking system version (for dynamic loading)... ./configure: 1: Syntax error: Unterminated quoted string root@ubuntu:~/irc/x/tcl8.4.12/unix# make make: *** No targets specified and no makefile found. Stop. root@ubuntu:~/irc/x/tcl8.4.12/unix# make install make: *** No rule to make target `install'. Stop. root@ubuntu:~/irc/x/tcl8.4.12/unix#


 
Alıntı ile Cevapla

Alt 11 Şubat 2008, 23:55   #7
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor




tcl gibi bir paketi kaynak kodundan kurmak o kadar kolay degil.

 
Alıntı ile Cevapla

Alt 12 Şubat 2008, 00:10   #8
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor




nasil kurabilirim peki?
yum install ... komutu ile kurmayi denedim oda olmadi

 
Alıntı ile Cevapla

Alt 12 Şubat 2008, 01:51   #9
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor




Özel mesajinda eggdrop icin tcl kurmaya calistigini belirtmissin.

ftp'n yokmu ? telnet ssh ile ftp hesabına baglanır istedigin tcl'yi kurarsın eggdrop'una.

PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
cd eggdrop 

PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
cd scripts 

PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
wget 
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
style="color: #007700">.
bilmemne.com/bilmemne.tcl 

veya direk ftp' den girerekte yapistirabilirsin.
daha sonra gerekli conf dosyasini düzenleyerek.


PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
./eggdrop -m bilmemne.conf 

diyerek calistirabilirsin.

 
Alıntı ile Cevapla

Alt 13 Şubat 2008, 02:17   #10
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor




yanlis anlasima olmus
tcl paketinden bahsetmistim (tcl nin kendisi)

yuklemeyi basardim sonunda farkli bir versiyon ile oldu

 
Alıntı ile Cevapla

Cevapla

Etiketler
veriyor, hata, ama, istiyorum, kurmak, unreal, ubuntuya


Konuyu Toplam 2 Üye okuyor. (0 Kayıtlı üye ve 2 Misafir)
 
Seçenekler
Stil

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Kapalı
Pingbacks are Açık
Refbacks are Açık


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
rulz kurmak istiyorum MorfiN IRCServices 6 04 Haziran 2013 01:50
Unreal Start Yaptımda Hata Veriyor Acil Yardım Edin :(:( Hanedan Unreal IRCd 6 29 Haziran 2007 11:12