Problema installazione programma
Regole della sezione
In questa sezione possono inserire nuove discussioni solo coloro che fanno parte del livello "Prode Principiante" e che non hanno superato i 100 messaggi, tutti gli altri possono comunque rispondere regolarmente. Se si fa parte di questo livello e si è registrati al forum prima del 24 aprile 2012, data del passaggio al nuovo forum, consultare questa discussione.
Come usare Ubuntu • Primi passi su Ubuntu
Amministrazione del sistema • Comandi di base • Installare programmi • Log di sistema • Riga di comando • Sudo
In questa sezione possono inserire nuove discussioni solo coloro che fanno parte del livello "Prode Principiante" e che non hanno superato i 100 messaggi, tutti gli altri possono comunque rispondere regolarmente. Se si fa parte di questo livello e si è registrati al forum prima del 24 aprile 2012, data del passaggio al nuovo forum, consultare questa discussione.
Problema installazione programma
Ciao a tutti,ieri ho comprato la rivista 'Linux Magazine',è davvero carina,ci sn molti software e novita,ho un problema,devo installare un programmache si trova sul cd,lo copiato,lo incollato sulla scrivania,lo scompattato NON da terminale e a questo punto ho aperto il terminale,ho digitato
cd /Desktop/YouGrabber-0.20 , per accedere alla cartella da terminale,ma non va allora ho provato
cd YouGrabber-0.20 , ma nn funziona nemmeno questo
poi ho fatto:
cd
Desktop/YouGrabber-0.20, ma nn va
a questo punto nn so piu che fare,che comando devo usare per accedere alla cartella per poi poter digitare i comandi:
make
su miapasswordroot
make install
?
che devo fare?
Per farvi capire meglio vi posto screen
ciao,con speranza aspetto risposta
Screen:
cd /Desktop/YouGrabber-0.20 , per accedere alla cartella da terminale,ma non va allora ho provato
cd YouGrabber-0.20 , ma nn funziona nemmeno questo
poi ho fatto:
cd
Desktop/YouGrabber-0.20, ma nn va
a questo punto nn so piu che fare,che comando devo usare per accedere alla cartella per poi poter digitare i comandi:
make
su miapasswordroot
make install
?
che devo fare?
Per farvi capire meglio vi posto screen
ciao,con speranza aspetto risposta
Screen:
- Rospo Zoppo
- Rampante Reduce

- Messaggi: 5291
- Iscrizione: martedì 16 gennaio 2007, 20:35
Re: Problema installazione programma
devi fare cd /home/tuo_nome/Desktop........
Re: Problema installazione programma
ok,ora pero ho un altro problema,quando faccio su e mi kiede la password e la metto e faccio invio mi dice autehntication filure
boh
helppp
boh
helppp
- Rospo Zoppo
- Rampante Reduce

- Messaggi: 5291
- Iscrizione: martedì 16 gennaio 2007, 20:35
Re: Problema installazione programma
Fai
Codice: Seleziona tutto
sudo suRe: Problema installazione programma
è incredibile mi da ancora problemi per entrare nella cartella
screen:
screen:
Ultima modifica di -Blade- il sabato 10 marzo 2007, 17:07, modificato 1 volta in totale.
- Rospo Zoppo
- Rampante Reduce

- Messaggi: 5291
- Iscrizione: martedì 16 gennaio 2007, 20:35
Re: Problema installazione programma
Non è incredibile se pensi che la cartella è in Desktop e non in desktop... (yes)
Re: Problema installazione programma
ok ora ho un altro problema,per installare il prog ho fatto
cd /home/blade/Desktop/YouGrabber-0.20
e fino a qui tutto ok,poi ho fatto:
make
tutto ok,poi:
sudo su,ho messo la password,mi sn fatto riconoscere come root,poi ho fatto
make install
e mi da errore:
screen:
http://img528.imageshack.us/img528/4816/lolkp0.png
aspetto con speranza risposte
ciao
cd /home/blade/Desktop/YouGrabber-0.20
e fino a qui tutto ok,poi ho fatto:
make
tutto ok,poi:
sudo su,ho messo la password,mi sn fatto riconoscere come root,poi ho fatto
make install
e mi da errore:
screen:
http://img528.imageshack.us/img528/4816/lolkp0.png
aspetto con speranza risposte
ciao
- luxtux
- Entusiasta Emergente

- Messaggi: 1655
- Iscrizione: lunedì 8 gennaio 2007, 17:17
- Desktop: Xfce4
- Distribuzione: Debian GNU/Linux [Stable] ~ i686
Re: Problema installazione programma
Hint: sarebbe molto meglio se facessi un copi-incolla del testo (usando i code tags), la leggibilita' ne guadagnerebbe molto.
Ciao
L.
|(o> | Io ho un Sistema Operativo, tu un "coso" con le finestre ;-)
|//\ | Debian [Stable]
|V_/_| Registered Linux user #158396
|//\ | Debian [Stable]
|V_/_| Registered Linux user #158396
-
gforresu
Re: Problema installazione programma
da quello che hai postato non si capisce nulla dell'errore ::)
fai come ha detto luxtux
fai come ha detto luxtux
Re: Problema installazione programma
basta che clikkiate sull' immagine e questa si ingrandisce
helpppp!!!
helpppp!!!
-
gforresu
Re: Problema installazione programma
ma che c'entra!
devi postare tutto l'output del comando make altrimenti non ti possiamo aiutare..inoltre fai prima a postare qua anzi che su imageshack!
devi postare tutto l'output del comando make altrimenti non ti possiamo aiutare..inoltre fai prima a postare qua anzi che su imageshack!
Re: Problema installazione programma
ok questo dopo aver fatto make:
blade@blade-laptop:~$ cd /home/blade/Desktop/YouGrabber-0.20
blade@blade-laptop:~/Desktop/YouGrabber-0.20$ make
gcc -g -ansi -Wall -c -o config.o config.c
In file included from config.c:25:
yg.h:25:19: error: stdio.h: Nessun file o directory
yg.h:26:20: error: stdlib.h: Nessun file o directory
yg.h:27:18: error: math.h: Nessun file o directory
yg.h:28:19: error: ctype.h: Nessun file o directory
yg.h:29:20: error: libgen.h: Nessun file o directory
yg.h:30:20: error: string.h: Nessun file o directory
yg.h:31:19: error: errno.h: Nessun file o directory
yg.h:32:21: error: pthread.h: Nessun file o directory
yg.h:33:23: error: curl/curl.h: Nessun file o directory
yg.h:34:21: error: ncurses.h: Nessun file o directory
yg.h:35:19: error: panel.h: Nessun file o directory
In file included from config.c:25:
yg.h:97: error: expected specifier-qualifier-list before ‘pthread_t’
config.c: In function ‘getcfg’:
config.c:29: error: ‘NULL’ undeclared (first use in this function)
config.c:29: error: (Each undeclared identifier is reported only once
config.c:29: error: for each function it appears in.)
config.c:35: warning: implicit declaration of function ‘malloc’
config.c:35: warning: incompatible implicit declaration of built-in function ‘malloc’
config.c:41: warning: implicit declaration of function ‘strncpy’
config.c:41: warning: incompatible implicit declaration of built-in function ‘strncpy’
config.c:46: error: ‘CURLPROXY_HTTP’ undeclared (first use in this function)
config.c:62: warning: implicit declaration of function ‘snprintf’
config.c:62: warning: implicit declaration of function ‘getenv’
config.c:63: error: ‘FILE’ undeclared (first use in this function)
config.c:63: error: ‘stream’ undeclared (first use in this function)
config.c:63: warning: implicit declaration of function ‘fopen’
config.c:70: warning: implicit declaration of function ‘fgets’
config.c:71: warning: implicit declaration of function ‘feof’
config.c:75: warning: implicit declaration of function ‘strlen’
config.c:75: warning: incompatible implicit declaration of built-in function ‘strlen’
config.c:76: warning: implicit declaration of function ‘strchr’
config.c:76: warning: incompatible implicit declaration of built-in function ‘strchr’
config.c:83: warning: implicit declaration of function ‘isspace’
config.c:90: warning: implicit declaration of function ‘strstr’
config.c:90: warning: incompatible implicit declaration of built-in function ‘strstr’
config.c:121: warning: implicit declaration of function ‘atoi’
config.c:125: warning: implicit declaration of function ‘strcmp’
config.c:129: error: ‘CURLPROXY_SOCKS4’ undeclared (first use in this function)
config.c:132: error: ‘CURLPROXY_SOCKS5’ undeclared (first use in this function)
config.c:147: warning: implicit declaration of function ‘fclose’
make: *** [config.o] Error 1
blade@blade-laptop:~/Desktop/YouGrabber-0.20$
Questo dopo aver fatto sudo su con password root:
Password:
root@blade-laptop:/home/blade/Desktop/YouGrabber-0.20#
Questo dopo aver fatto make install:
/bin/cp yg /usr/bin
/bin/cp: impossibile fare stat di `yg': Nessun file o directory
make: *** [install] Error 1
root@blade-laptop:/home/blade/Desktop/YouGrabber-0.20#
Potete aiutarmi?
blade@blade-laptop:~$ cd /home/blade/Desktop/YouGrabber-0.20
blade@blade-laptop:~/Desktop/YouGrabber-0.20$ make
gcc -g -ansi -Wall -c -o config.o config.c
In file included from config.c:25:
yg.h:25:19: error: stdio.h: Nessun file o directory
yg.h:26:20: error: stdlib.h: Nessun file o directory
yg.h:27:18: error: math.h: Nessun file o directory
yg.h:28:19: error: ctype.h: Nessun file o directory
yg.h:29:20: error: libgen.h: Nessun file o directory
yg.h:30:20: error: string.h: Nessun file o directory
yg.h:31:19: error: errno.h: Nessun file o directory
yg.h:32:21: error: pthread.h: Nessun file o directory
yg.h:33:23: error: curl/curl.h: Nessun file o directory
yg.h:34:21: error: ncurses.h: Nessun file o directory
yg.h:35:19: error: panel.h: Nessun file o directory
In file included from config.c:25:
yg.h:97: error: expected specifier-qualifier-list before ‘pthread_t’
config.c: In function ‘getcfg’:
config.c:29: error: ‘NULL’ undeclared (first use in this function)
config.c:29: error: (Each undeclared identifier is reported only once
config.c:29: error: for each function it appears in.)
config.c:35: warning: implicit declaration of function ‘malloc’
config.c:35: warning: incompatible implicit declaration of built-in function ‘malloc’
config.c:41: warning: implicit declaration of function ‘strncpy’
config.c:41: warning: incompatible implicit declaration of built-in function ‘strncpy’
config.c:46: error: ‘CURLPROXY_HTTP’ undeclared (first use in this function)
config.c:62: warning: implicit declaration of function ‘snprintf’
config.c:62: warning: implicit declaration of function ‘getenv’
config.c:63: error: ‘FILE’ undeclared (first use in this function)
config.c:63: error: ‘stream’ undeclared (first use in this function)
config.c:63: warning: implicit declaration of function ‘fopen’
config.c:70: warning: implicit declaration of function ‘fgets’
config.c:71: warning: implicit declaration of function ‘feof’
config.c:75: warning: implicit declaration of function ‘strlen’
config.c:75: warning: incompatible implicit declaration of built-in function ‘strlen’
config.c:76: warning: implicit declaration of function ‘strchr’
config.c:76: warning: incompatible implicit declaration of built-in function ‘strchr’
config.c:83: warning: implicit declaration of function ‘isspace’
config.c:90: warning: implicit declaration of function ‘strstr’
config.c:90: warning: incompatible implicit declaration of built-in function ‘strstr’
config.c:121: warning: implicit declaration of function ‘atoi’
config.c:125: warning: implicit declaration of function ‘strcmp’
config.c:129: error: ‘CURLPROXY_SOCKS4’ undeclared (first use in this function)
config.c:132: error: ‘CURLPROXY_SOCKS5’ undeclared (first use in this function)
config.c:147: warning: implicit declaration of function ‘fclose’
make: *** [config.o] Error 1
blade@blade-laptop:~/Desktop/YouGrabber-0.20$
Questo dopo aver fatto sudo su con password root:
Password:
root@blade-laptop:/home/blade/Desktop/YouGrabber-0.20#
Questo dopo aver fatto make install:
/bin/cp yg /usr/bin
/bin/cp: impossibile fare stat di `yg': Nessun file o directory
make: *** [install] Error 1
root@blade-laptop:/home/blade/Desktop/YouGrabber-0.20#
Potete aiutarmi?
-
gforresu
Re: Problema installazione programma
non trova manco la librerie stdio.h...hai installato i build-essential ? la compilazione falla nella tua home non nel desktop
Re: Problema installazione programma
puoi dirmi quali sn i build essenctial?
sono i programma essenziali per linux?
se si mi dici quali sn che li installo?
sono i programma essenziali per linux?
se si mi dici quali sn che li installo?
- luxtux
- Entusiasta Emergente

- Messaggi: 1655
- Iscrizione: lunedì 8 gennaio 2007, 17:17
- Desktop: Xfce4
- Distribuzione: Debian GNU/Linux [Stable] ~ i686
Re: Problema installazione programma
-Blade- ha scritto: puoi dirmi quali sn i build essenctial?
sono i programma essenziali per linux?
se si mi dici quali sn che li installo?
Codice: Seleziona tutto
sudo apt-get install build essentialL.
|(o> | Io ho un Sistema Operativo, tu un "coso" con le finestre ;-)
|//\ | Debian [Stable]
|V_/_| Registered Linux user #158396
|//\ | Debian [Stable]
|V_/_| Registered Linux user #158396
Re: Problema installazione programma
output dopo aver installato build essential e aver fatto make del famoso sorgente del prog che sto cercando di installare:
blade@blade-laptop:~/Desktop/YouGrabber-0.20$ make
gcc -g -ansi -Wall -c -o config.o config.c
In file included from config.c:25:
yg.h:33:23: error: curl/curl.h: Nessun file o directory
yg.h:34:21: error: ncurses.h: Nessun file o directory
yg.h:35:19: error: panel.h: Nessun file o directory
In file included from config.c:25:
yg.h:98: error: expected specifier-qualifier-list before ‘WINDOW’
config.c: In function ‘getcfg’:
config.c:46: error: ‘CURLPROXY_HTTP’ undeclared (first use in this function)
config.c:46: error: (Each undeclared identifier is reported only once
config.c:46: error: for each function it appears in.)
config.c:62: warning: implicit declaration of function ‘snprintf’
config.c:129: error: ‘CURLPROXY_SOCKS4’ undeclared (first use in this function)
config.c:132: error: ‘CURLPROXY_SOCKS5’ undeclared (first use in this function)
make: *** [config.o] Error 1
blade@blade-laptop:~/Desktop/YouGrabber-0.20$
blade@blade-laptop:~/Desktop/YouGrabber-0.20$ make
gcc -g -ansi -Wall -c -o config.o config.c
In file included from config.c:25:
yg.h:33:23: error: curl/curl.h: Nessun file o directory
yg.h:34:21: error: ncurses.h: Nessun file o directory
yg.h:35:19: error: panel.h: Nessun file o directory
In file included from config.c:25:
yg.h:98: error: expected specifier-qualifier-list before ‘WINDOW’
config.c: In function ‘getcfg’:
config.c:46: error: ‘CURLPROXY_HTTP’ undeclared (first use in this function)
config.c:46: error: (Each undeclared identifier is reported only once
config.c:46: error: for each function it appears in.)
config.c:62: warning: implicit declaration of function ‘snprintf’
config.c:129: error: ‘CURLPROXY_SOCKS4’ undeclared (first use in this function)
config.c:132: error: ‘CURLPROXY_SOCKS5’ undeclared (first use in this function)
make: *** [config.o] Error 1
blade@blade-laptop:~/Desktop/YouGrabber-0.20$
-
gforresu
Re: Problema installazione programma
prova ad installarti queste libncurses5 libncurses5-dev. dai make clean prima di riprovare
Re: Problema installazione programma
fatto,ho rifatto make e questo è l' output,direi che ci sn dei miglioramneti,pero nn so se va bene per installare:
blade@blade-laptop:~$ cd /home/blade/Desktop/YouGrabber-0.20
blade@blade-laptop:~/Desktop/YouGrabber-0.20$ make
gcc -g -ansi -Wall -c -o config.o config.c
In file included from config.c:25:
yg.h:33:23: error: curl/curl.h: Nessun file o directory
config.c: In function ‘getcfg’:
config.c:46: error: ‘CURLPROXY_HTTP’ undeclared (first use in this function)
config.c:46: error: (Each undeclared identifier is reported only once
config.c:46: error: for each function it appears in.)
config.c:62: warning: implicit declaration of function ‘snprintf’
config.c:129: error: ‘CURLPROXY_SOCKS4’ undeclared (first use in this function)
config.c:132: error: ‘CURLPROXY_SOCKS5’ undeclared (first use in this function)
make: *** [config.o] Error 1
blade@blade-laptop:~/Desktop/YouGrabber-0.20$
blade@blade-laptop:~$ cd /home/blade/Desktop/YouGrabber-0.20
blade@blade-laptop:~/Desktop/YouGrabber-0.20$ make
gcc -g -ansi -Wall -c -o config.o config.c
In file included from config.c:25:
yg.h:33:23: error: curl/curl.h: Nessun file o directory
config.c: In function ‘getcfg’:
config.c:46: error: ‘CURLPROXY_HTTP’ undeclared (first use in this function)
config.c:46: error: (Each undeclared identifier is reported only once
config.c:46: error: for each function it appears in.)
config.c:62: warning: implicit declaration of function ‘snprintf’
config.c:129: error: ‘CURLPROXY_SOCKS4’ undeclared (first use in this function)
config.c:132: error: ‘CURLPROXY_SOCKS5’ undeclared (first use in this function)
make: *** [config.o] Error 1
blade@blade-laptop:~/Desktop/YouGrabber-0.20$
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti