Pagina 1 di 1

errore installazione un .sh [RISOLTO]

Inviato: venerdì 18 febbraio 2011, 9:51
da hannibal_lecter
ciao ho provato ad installare un programma ma eccoil risultato.dove posso trovare quella libreria????

Codice: Seleziona tutto

asquale@pasquale-laptop:/media/OALD7/linux$ sh installation.sh 
Verifying archive integrity... All good.
Uncompressing ..........................
/home/pasquale/.setup2926: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
Couldn't load 'atal'
The setup program seems to have failed on x86/glibc-2.1

Please contact Loki Technical Support at support@lokigames.com
The program returned an error code (1)

Re: errore installazione un .sh

Inviato: venerdì 18 febbraio 2011, 10:07
da steff
Posta

Codice: Seleziona tutto

ls -l /usr/lib/ |grep libgtk

Re: errore installazione un .sh

Inviato: venerdì 18 febbraio 2011, 11:44
da hannibal_lecter
steff ha scritto: Posta

Codice: Seleziona tutto

ls -l /usr/lib/ |grep libgtk

Codice: Seleziona tutto

pasquale@pasquale-laptop:~$ ls -l /usr/lib/ |grep libgtk
drwxr-xr-x  2 root     root         4096 2010-10-28 10:05 libgtk2.0-0
lrwxrwxrwx  1 root     root           25 2010-11-03 09:47 libgtkhtml-3.14.so.19 -> libgtkhtml-3.14.so.19.1.1
-rw-r--r--  1 root     root       676200 2010-08-25 06:44 libgtkhtml-3.14.so.19.1.1
lrwxrwxrwx  1 root     root           26 2010-11-03 09:47 libgtkhtml-editor.so.0 -> libgtkhtml-editor.so.0.0.0
-rw-r--r--  1 root     root       190768 2010-08-25 06:44 libgtkhtml-editor.so.0.0.0
lrwxrwxrwx  1 root     root           24 2010-10-28 09:38 libgtkimageview.so.0 -> libgtkimageview.so.0.0.0
-rw-r--r--  1 root     root        63352 2010-05-10 13:49 libgtkimageview.so.0.0.0
lrwxrwxrwx  1 root     root           21 2010-11-03 09:48 libgtkmm-2.4.so.1 -> libgtkmm-2.4.so.1.1.0
-rw-r--r--  1 root     root      3470392 2010-05-09 16:43 libgtkmm-2.4.so.1.1.0
lrwxrwxrwx  1 root     root           29 2010-11-03 09:48 libgtksourceview-2.0.so.0 -> libgtksourceview-2.0.so.0.0.0
-rw-r--r--  1 root     root       382504 2010-10-01 11:26 libgtksourceview-2.0.so.0.0.0
lrwxrwxrwx  1 root     root           20 2010-10-23 17:13 libgtkspell.so.0 -> libgtkspell.so.0.0.0
-rw-r--r--  1 root     root        22184 2010-02-15 18:11 libgtkspell.so.0.0.0
lrwxrwxrwx  1 root     root           23 2010-11-03 09:51 libgtk-vnc-1.0.so.0 -> libgtk-vnc-1.0.so.0.0.1
-rw-r--r--  1 root     root        63472 2010-10-04 08:34 libgtk-vnc-1.0.so.0.0.1
-rw-r--r--  1 root     root      6563676 2010-09-28 00:43 libgtk-x11-2.0.a
-rw-r--r--  1 root     root          963 2010-09-28 00:43 libgtk-x11-2.0.la
lrwxrwxrwx  1 root     root           26 2010-10-28 10:05 libgtk-x11-2.0.so -> libgtk-x11-2.0.so.0.2200.0
lrwxrwxrwx  1 root     root           26 2010-10-28 10:05 libgtk-x11-2.0.so.0 -> libgtk-x11-2.0.so.0.2200.0
-rw-r--r--  1 root     root      3990256 2010-09-28 00:43 libgtk-x11-2.0.so.0.2200.0

Re: errore installazione un .sh

Inviato: venerdì 18 febbraio 2011, 13:01
da steff
Infatti non c'è. Prova

Codice: Seleziona tutto

sudo apt-get install libgtk1.2
http://ubuntuforums.org/showthread.php?t=1567957

Re: errore installazione un .sh

Inviato: venerdì 18 febbraio 2011, 14:28
da hannibal_lecter
pasquale@pasquale-laptop:~$ sudo apt-get install libgtk1.2
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze     
Lettura informazioni sullo stato... Fatto
E: Impossibile trovare il pacchetto libgtk1.2
E: Impossibile trovare alcun pacchetto tramite l'espressione regolare "libgtk1.2"

Re: errore installazione un .sh

Inviato: venerdì 18 febbraio 2011, 14:30
da steff
segui il link

Re: errore installazione un .sh

Inviato: venerdì 18 febbraio 2011, 15:56
da hannibal_lecter
ma non so se è quello che mi serve.lì discutono di wvdial.a me occorre la libreria libgtk.
e poi non capisco più di tanto xkè è in inglese..... :-[ :-\

Re: errore installazione un .sh

Inviato: venerdì 18 febbraio 2011, 15:58
da sonobrocco
Che versione di ubuntu hai?

Re: errore installazione un .sh

Inviato: venerdì 18 febbraio 2011, 16:05
da hannibal_lecter
10.10

Re: errore installazione un .sh

Inviato: venerdì 18 febbraio 2011, 16:12
da sonobrocco
Ciao,

nella 10.10 non esiste la libgtk1.2 ma la libgtk2.0.

Quindi devi cercare in Synaptic la libgtk2.0 e installare quella.

Re: errore installazione un .sh

Inviato: sabato 19 febbraio 2011, 15:50
da hannibal_lecter
ciao guardando un pò in rete ho provato aggiungendo un repository a synaptic e finalmente sono riuscito a scaricare ed installare libreria e spoi anche il programma che la richiedeva!!!!!!!!!!! (good)