Installera program.
Installera program.
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.
* 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.
SV: Installera program.
Du måste troligtvis befinna dig i samma katalog som du installerade programmet i. Där borde det finnas en makefil.
SV: Installera program.
Hmm... kan du posta vad du får för output när du kör ./configure?
SV: Installera program.
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$
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$
SV: Installera program.
"sudo apt-get install libncurses5" borde fixa det.
SV: Installera program.
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?
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?
SV: Installera program.
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.
libncurses5-dev borde det heta. Kan inte kolla nu, men du fattar poängen.

Home sweet ~/ = http://sandnabba.se
SV: Installera program.
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 :-)
btw du vet att det måste finnas en fil som heter "Makefile" i samma katalog du kör make i :-)
SV: Installera program.
Men han måste ju fixa ./configure om make ska funka.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 :-)

Home sweet ~/ = http://sandnabba.se
SV: Installera program.
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?
SV: Installera program.
ännu enklare (och egentligen bättre) är att skriva
. Kismet finns reda färdigkompilerat...
Kod: Markera allt
apt-get install kismet
- 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.
Eller ännu hellre: sudo apt-get install kismetiveqy skrev: ännu enklare (och egentligen bättre) är att skriva. Kismet finns reda färdigkompilerat...Kod: Markera allt
apt-get install kismet

- DeepThought
- Inlägg: 2769
- Blev medlem: 19 dec 2006, 11:07
- OS: Arch Linux
- Ort: Göteborg
SV: Installera program.
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:pa.a skrev: Vilket är det smidigaste sättet att editera en sån fil med skrivrättigheter igentligen...helst genom terminalen?
Kod: Markera allt
sudo nano filnamn
Kod: Markera allt
gksudo gedit filnamn
(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...