[Risolto] Come si installa WInk ?

Installazione, configurazione e uso di programmi e strumenti.
Avatar utente
escort
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 426
Iscrizione: mercoledì 14 marzo 2012, 21:15
Desktop: xubuntu
Distribuzione: Ubuntu 22.10

[Risolto] Come si installa WInk ?

Messaggio da escort »

Vorrei capire come si installa wink in ubuntu 10.04  :
http://www.debugmode.com/wink/download.htm

chiedo perchè dice che prima di installare wink bisogna avere installato GTK:

http://www.gtk.org/download/linux.php

e prima di aver installato l'ultima versione di GTK bisogna avere installato i pacchetti GLib, Pango, Gdk-Pixbuf, ATK  .

Cerco GLib : http://developer.gnome.org/glib/
Pango: http://www.pango.org/Download
Gdk-Pixbuf: http://developer.gnome.org/gdk-pixbuf/stable/
ATK : http://developer.gnome.org/atk/stable/


Devo installare tutti questi? Da quale comincio?

Non vorrei creare casini, chi mi da una mano please?

Grazie
Ultima modifica di escort il lunedì 2 aprile 2012, 17:28, modificato 1 volta in totale.
Avatar utente
objwan
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 346
Iscrizione: domenica 7 dicembre 2008, 20:02
Desktop: Zorin
Distribuzione: Zorin OS 15.3
Sesso: Maschile
Località: Vicenza
Contatti:

Re: Come si installa WInk ?

Messaggio da objwan »

Intanto accertati di avere un sistema a 32 bit (altrimenti non va) poi scarica il file tgz , scompattalo nella tua Home creando prima una cartella es wink (scopatta i file in questa cartella o ricopiali qui dentro)
poi apri un terminale e digita  : cd wink
; poi
sudo sh installer.sh
(inserisci la tua password per essere superuser)
Se mancano le librerie o chiede di scaricarle o non si installa quindi nessun casino è possibile.

Ciao
Ultima modifica di objwan il mercoledì 28 marzo 2012, 18:11, modificato 1 volta in totale.
Non hai veramente capito qualcosa fino a quando non sei in grado di spiegarlo a tua nonna. A.E.
Ubuntu User # 27206
Avatar utente
escort
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 426
Iscrizione: mercoledì 14 marzo 2012, 21:15
Desktop: xubuntu
Distribuzione: Ubuntu 22.10

Re: Come si installa WInk ?

Messaggio da escort »

Come faccio a sapere se ho un sistema a 32 bit?
Avatar utente
escort
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 426
Iscrizione: mercoledì 14 marzo 2012, 21:15
Desktop: xubuntu
Distribuzione: Ubuntu 22.10

Re: Come si installa WInk ?

Messaggio da escort »

Mi chiede questo:

Codice: Seleziona tutto

chrome@ubuntu:~$ cd winked
chrome@ubuntu:~/winked$ sudo sh installer.sh 
[sudo] password for chrome: 

Wink requires that the following packages be installed to run properly. Please install them and try again.

libstdc++.so.5 libexpat.so.0

chrome@ubuntu:~/winked$ 
Avatar utente
escort
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 426
Iscrizione: mercoledì 14 marzo 2012, 21:15
Desktop: xubuntu
Distribuzione: Ubuntu 22.10

Re: Come si installa WInk ?

Messaggio da escort »

Cioè mi chiede due libreire che sono diverse da quelle elencate sopra?

Ho trovato questa e l'ho installata:
http://packages.debian.org/it/squeeze/libstdc++5

Poi ho trovato questa liberia:
http://rpmfind.net/linux/rpm2html/searc ... expat.so.0

Ho provato ad installarla ma sembra che ci sia un errore ma non capisco dove è :

Codice: Seleziona tutto

chrome@ubuntu:~$ cd '/home/chrome/Scaricati/libexpat0/expat-1.95.8' 
chrome@ubuntu:~/Scaricati/libexpat0/expat-1.95.8$ ./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... 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 ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether gcc accepts -fexceptions... yes
checking for ANSI C header files... (cached) yes
checking whether byte ordering is bigendian... no
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for memmove... yes
checking for bcopy... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking check.h usability... no
checking check.h presence... no
checking for check.h... no
checking for check.h... (cached) no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating expat_config.h
chrome@ubuntu:~/Scaricati/libexpat0/expat-1.95.8$ make
/bin/bash ./libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I. -o lib/xmlparse.lo -c lib/xmlparse.c
/bin/bash ./libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I. -o lib/xmltok.lo -c lib/xmltok.c
/bin/bash ./libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I. -o lib/xmlrole.lo -c lib/xmlrole.c
/bin/bash ./libtool --silent --mode=link gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I. -no-undefined -version-info 5:0:5 -rpath /usr/local/lib  -o libexpat.la lib/xmlparse.lo lib/xmltok.lo lib/xmlrole.lo
gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I. -o xmlwf/xmlwf.o -c xmlwf/xmlwf.c
gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I. -o xmlwf/xmlfile.o -c xmlwf/xmlfile.c
gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I. -o xmlwf/codepage.o -c xmlwf/codepage.c
gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I. -o xmlwf/unixfilemap.o -c xmlwf/unixfilemap.c
/bin/bash ./libtool --silent --mode=link gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I.  -o xmlwf/xmlwf xmlwf/xmlwf.o xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/unixfilemap.o libexpat.la
chrome@ubuntu:~/Scaricati/libexpat0/expat-1.95.8$ sudo make install
[sudo] password for chrome: 
/bin/bash ./conftools/mkinstalldirs /usr/local/lib /usr/local/include
/bin/bash ./libtool --mode=install /usr/bin/install -c libexpat.la /usr/local/lib/libexpat.la
/usr/bin/install -c .libs/libexpat.so.0.5.0 /usr/local/lib/libexpat.so.0.5.0
(cd /usr/local/lib && rm -f libexpat.so.0 && ln -s libexpat.so.0.5.0 libexpat.so.0)
(cd /usr/local/lib && rm -f libexpat.so && ln -s libexpat.so.0.5.0 libexpat.so)
/usr/bin/install -c .libs/libexpat.lai /usr/local/lib/libexpat.la
/usr/bin/install -c .libs/libexpat.a /usr/local/lib/libexpat.a
ranlib /usr/local/lib/libexpat.a
chmod 644 /usr/local/lib/libexpat.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 ./lib/expat.h ./lib/expat_external.h /usr/local/include
/bin/bash ./conftools/mkinstalldirs /usr/local/bin /usr/local/man/man1
/bin/bash ./libtool --mode=install /usr/bin/install -c xmlwf/xmlwf /usr/local/bin/xmlwf
/usr/bin/install -c xmlwf/.libs/xmlwf /usr/local/bin/xmlwf
/usr/bin/install -c -m 644 ./doc/xmlwf.1 /usr/local/man/man1
chrome@ubuntu:~/Scaricati/libexpat0/expat-1.95.8$ cd winked
bash: cd: winked: File o directory non esistente
chrome@ubuntu:~/Scaricati/libexpat0/expat-1.95.8$ cd '/home/chrome/winked' 
chrome@ubuntu:~/winked$ sudo sh installer.sh 

Wink requires that the following packages be installed to run properly. Please install them and try again.

libexpat.so.0

chrome@ubuntu:~/winked$ 

io ho ubuntu 10.04 e il notebook è i386

quale è la libexpat giusta da scaricare? come si installa in modo corretto?
Ultima modifica di escort il venerdì 30 marzo 2012, 9:46, modificato 1 volta in totale.
Avatar utente
escort
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 426
Iscrizione: mercoledì 14 marzo 2012, 21:15
Desktop: xubuntu
Distribuzione: Ubuntu 22.10

Re: [Risolto] Come si installa WInk ?

Messaggio da escort »

Scrivi risposta

Ritorna a “Applicazioni”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 8 ospiti