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/)
-   GNU, Linux ve UNIX (https://www.ircforumlari.net/gnu-linux-ve-unix/)
-   -   ubuntuya unreal kurmak istiyorum ama hata veriyor (https://www.ircforumlari.net/gnu-linux-ve-unix/49887-ubuntuya-unreal-kurmak-istiyorum-ama-hata-veriyor.html)

ahmbay 06 Şubat 2008 03:11

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 [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] |
| * codemastr [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] |
| * Syzop [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] |
|_________________________________________________ ______________________|
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??

Ocean 06 Şubat 2008 07:53

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- Kodu:

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- Kodu:

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- Kodu:

sudo apt-get install build-essential 

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

Onlarida ;

PHP- Kodu:

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..

ahmbay 09 Şubat 2008 01:23

Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor
 
cevap icin tesekkurler fakat deb uzantili dosyayi kuramadim

Kod:

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:

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:~#


Ocean 09 Şubat 2008 04:09

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 ?

ahmbay 11 Şubat 2008 12:58

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

ahmbay 11 Şubat 2008 13:27

Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor
 
build-essential i asagidaki komut yardimi ile kurdum
Kod:

sudo apt-get update
sudo apt-get install build-essential

simdide tclyi kurmak istedigimde su hatayi aliyorum

Kod:

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#


Ocean 11 Şubat 2008 23:55

Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor
 
tcl gibi bir paketi kaynak kodundan kurmak o kadar kolay degil.

ahmbay 12 Şubat 2008 00:10

Cevap: ubuntuya unreal kurmak istiyorum ama hata veriyor
 
nasil kurabilirim peki?
yum install ... komutu ile kurmayi denedim oda olmadi

Ocean 12 Şubat 2008 01:51

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- Kodu:

cd eggdrop 

PHP- Kodu:

cd scripts 

PHP- Kodu:

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- Kodu:

./eggdrop -m bilmemne.conf 

diyerek calistirabilirsin.

ahmbay 13 Şubat 2008 02:17

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


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

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net