Installera program.

pa.a
Inlägg: 4
Blev medlem: 12 jan 2007, 14:08

Installera program.

Inlägg av pa.a »

Hej! Jag är väldigt ny på Linux men tycker det verkar  intressant och kul att lära sej något nytt. Jag har följande problem: Ska försöka installera Kismet. Så här står det i instruktionen:

* Run ``./configure''.  Pay attention to the output!  If Kismet cannot
      find all the headers and libraries it needs, it won't be able to do
      many things.
    * Compile Kismet with ``make''
    * Install Kismet with either ``make install'' or ``make suidinstall''.

Efter att ha installerat build-essential (tips från forumet) så har jag lyckats att köra "./config."
Men när jag försöker att köra "make" så får jag detta meddelande: *** Inga mål angavs och ingen makefil hittades.  Stannar.
Försöker jag med "make install" kommer följande:  *** Ingen regel för att skapa målet "install".  Stannar.
Vad gör jag? Är det samma procedur med alla program eller?
Mycket tacksam för hjälp.
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Installera program.

Inlägg av Okänd »

Du måste troligtvis befinna dig i samma katalog som du installerade programmet i. Där borde det finnas en makefil.
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Installera program.

Inlägg av Okänd »

Hmm... kan du posta vad du får för output när du kör ./configure?
pa.a
Inlägg: 4
Blev medlem: 12 jan 2007, 14:08

SV: Installera program.

Inlägg av pa.a »

Detta får jag när jag kör ./configure: Jag tror väl att jag står i rätt katalog. Det finns en fil som heter Makefile.in där.

pa1@pa1-desktop:~/kismet-2006-04-R1$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for platform-specific compiler flags... none needed
checking whether byte ordering is bigendian... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for ANSI C header files... (cached) yes
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for gettimeofday... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strftime... yes
checking for strstr... yes
checking for system-level getopt_long()... yes
checking for stdint.h... (cached) yes
checking for accept() addrlen type... socklen_t
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for main in -luClibc++... no
configure: WARNING: uclibc++ not available on this system
checking for main in -lstdc++... yes
checking for group 'root'... yes
checking for group 'man'... checking for initscr in -lncurses... no
configure: WARNING: Unable to find libncurses
checking for initscr in -lcurses... no
configure: error: Unable to find libncurses or libcurses
pa1@pa1-desktop:~/kismet-2006-04-R1$
__filip_
Inlägg: 131
Blev medlem: 08 jul 2006, 23:46
Ort: Eskilstuna

SV: Installera program.

Inlägg av __filip_ »

"sudo apt-get install libncurses5" borde fixa det.
pa.a
Inlägg: 4
Blev medlem: 12 jan 2007, 14:08

SV: Installera program.

Inlägg av pa.a »

Hmmm...detta fick jag när jag provade:

pa1@pa1-desktop:~/kismet-2006-04-R1$ sudo apt-get install libncurses5
Läser paketlistor... Färdig
Bygger beroendeträd       
Läser in tillståndsinformation... Färdig
libncurses5 är redan den senaste versionen.
0 uppgraderade, 0 nyinstallerade, 0 att ta bort och 0 ej uppgraderade.
pa1@pa1-desktop:~/kismet-2006-04-R1$

Nån som vet vad jag kan göra åt detta?
Emil.s
Inlägg: 6633
Blev medlem: 12 dec 2006, 23:20
OS: Ubuntu
Ort: /Dalarna/Hedemora/
Kontakt:

SV: Installera program.

Inlägg av Emil.s »

Du lär nog ha utvecklingspaketet om du ska kompilera kod...
libncurses5-dev borde det heta. Kan inte kolla nu, men du fattar poängen. ;)
Home sweet ~/ = http://sandnabba.se
KalleK
Inlägg: 2
Blev medlem: 12 jan 2007, 14:53

SV: Installera program.

Inlägg av KalleK »

Jag skulle vilja ha resultat av make komandot...

btw du vet att det måste finnas en fil som heter "Makefile" i samma katalog du kör make i :-)
Emil.s
Inlägg: 6633
Blev medlem: 12 dec 2006, 23:20
OS: Ubuntu
Ort: /Dalarna/Hedemora/
Kontakt:

SV: Installera program.

Inlägg av Emil.s »

KalleK skrev: Jag skulle vilja ha resultat av make komandot...

btw du vet att det måste finnas en fil som heter "Makefile" i samma katalog du kör make i :-)

Men han måste ju fixa ./configure om make ska funka. ;)
Home sweet ~/ = http://sandnabba.se
pa.a
Inlägg: 4
Blev medlem: 12 jan 2007, 14:08

SV: Installera program.

Inlägg av pa.a »

Det funkade när jag installerade libncurses5-dev...både "make" och "make install" så nu är det installerat...tach för hjälpen. Nu återstår det att editera en configfil till programmet. Vilket är det smidigaste sättet att editera en sån fil med skrivrättigheter igentligen...helst genom terminalen?
iveqy
Inlägg: 16
Blev medlem: 10 jan 2006, 22:11

SV: Installera program.

Inlägg av iveqy »

ännu enklare (och egentligen bättre) är att skriva

Kod: Markera allt

apt-get install kismet
. Kismet finns reda färdigkompilerat...
Användarvisningsbild
CrashLord
Inlägg: 180
Blev medlem: 04 jun 2006, 18:29
OS: Ubuntu
Utgåva: 12.04 Precise Pangolin LTS
Ort: Landskrona

SV: Installera program.

Inlägg av CrashLord »

iveqy skrev: ännu enklare (och egentligen bättre) är att skriva

Kod: Markera allt

apt-get install kismet
. Kismet finns reda färdigkompilerat...

Eller ännu hellre: sudo apt-get install kismet

;)
Användarvisningsbild
DeepThought
Inlägg: 2769
Blev medlem: 19 dec 2006, 11:07
OS: Arch Linux
Ort: Göteborg

SV: Installera program.

Inlägg av DeepThought »

pa.a skrev: Vilket är det smidigaste sättet att editera en sån fil med skrivrättigheter igentligen...helst genom terminalen?
Om jag förstår dig rätt så vill du ändra i en fil som du inte har läs- och skrivrättigheter till? För att få "root"-rättigheter lägger du till "sudo" framför det du vill köra. För att ändra en configurationsfil kan du alltså köra:

Kod: Markera allt

sudo nano filnamn
Du kan byta ut nano till vim, men det kan upplevas som en något mindre nybörjarvänlig editor. Om du vill ha ett grafiskt verktyg kan du köra (notera att du skall använda gksudo istället för sudo):

Kod: Markera allt

gksudo gedit filnamn
(Om du kör Xubuntu byter du ut gedit mot mousepad, i Kubuntu minns jag inte (kdesu kate, kanske?))

(Om jag missförstod dig och du ville ändra rättigheterna på filen finns kommandona chmod och chown)

Edit: Stavfel och konstiga meningar ;)
Senast redigerad av 1 DeepThought, redigerad totalt 13 gånger.
WE WILL ALWAYS BE SO MUCH MORE HUMAN THAN WE WISH TO BE...
Skriv svar

Återgå till "Program - inaktuell"