View previous topic :: View next topic |
Author |
Message |
b10m Apprentice
Joined: 04 Aug 2003 Posts: 204 Location: Monza
|
Posted: Wed Nov 03, 2004 11:58 am Post subject: libpanelw, dove sei finita? |
|
|
Ciao a tutti,
dopo aver aggiornato le ncurses non ho piu' la libreria libpanelw.so.5.
Mi sono perso qualcosa?
Non me ne sono accorto subito, oggi ho lanciato iptraf e mi e' apparso:
iptraf: error while loading shared libraries: libpanelw.so.5: cannot open shared object file: No such file or directory
ed effettivamente la lib non c'e'...
Qualche idea?
Thx |
|
Back to top |
|
|
xchris Advocate
Joined: 10 Jul 2003 Posts: 2824
|
Posted: Wed Nov 03, 2004 12:02 pm Post subject: |
|
|
prova a riemergere iptraf
ciao _________________ while True:Gentoo() |
|
Back to top |
|
|
b10m Apprentice
Joined: 04 Aug 2003 Posts: 204 Location: Monza
|
Posted: Wed Nov 03, 2004 12:04 pm Post subject: |
|
|
xchris wrote: | prova a riemergere iptraf
ciao |
Gia' fatto, pero' mi da errore:
Code: |
gcc -march=athlon-xp -O3 -pipe -DWORKDIR=\"/var/lib/iptraf\" -DLOGDIR=\"/var/log/iptraf\" -DEXECDIR=\"/usr/sbin\" -I/usr/include/ncurses -I../support -DVERSION=\"2.7.0\" -DPLATFORM=\"Linux/i386\" -c -o itrafmon.o itrafmon.c
In file included from fltselect.h:11,
from iptraf.c:46:
/usr/include/netinet/udp.h:68: error: syntax error before "uint16_t"
/usr/include/netinet/udp.h:70: error: syntax error before "len"
/usr/include/netinet/udp.h:71: error: syntax error before "check"
make: *** [iptraf.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from othptab.h:22,
from itrafmon.c:28:
addproto.h:4:1: warning: "IPPROTO_GRE" redefined
In file included from /usr/include/netdb.h:28,
from tcptable.h:15,
from itrafmon.c:27:
/usr/include/netinet/in.h:64:1: warning: this is the location of the previous definition
!!! ERROR: net-analyzer/iptraf-2.7.0-r1 failed.
!!! Function src_compile, Line 32, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
|
Il problema comunque e' che quella lib non c'e' piu'!!!
Possibile? Voi l'avete in /usr/lib/ ? |
|
Back to top |
|
|
xchris Advocate
Joined: 10 Jul 2003 Posts: 2824
|
Posted: Wed Nov 03, 2004 12:08 pm Post subject: |
|
|
io ho
/usr/lib/libpanel.a
/usr/lib/libpanel.so
/usr/lib/libpanel.so.5
/usr/lib/libpanel.so.5.4
e iptraf gira senza pb. (anche l'emerge iptraf)
che gcc usi? _________________ while True:Gentoo() |
|
Back to top |
|
|
b10m Apprentice
Joined: 04 Aug 2003 Posts: 204 Location: Monza
|
Posted: Wed Nov 03, 2004 1:34 pm Post subject: |
|
|
xchris wrote: |
che gcc usi? |
Code: |
gcc version 3.4.2 20041025 (Gentoo Linux 3.4.2-r3, ssp-3.4.1-1, pie-8.7.6.5)
|
Spero tu mi possa aiutare
Grazie |
|
Back to top |
|
|
|