PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : tkpppoe will nicht.....



dragon's might
10.01.03, 19:59
Wenn ich rp-pppoe per "./go-gui" (natürlich als root) installieren, sagt er mir folgendes:


Type 'make install' as root to install the software.
Installing GUI...

Type 'make install' as root to install the software.
mkdir -p /usr/sbin
mkdir -p /usr/bin
mkdir -p /etc/ppp/rp-pppoe-gui
/usr/bin/ginstall -c -m 4755 -s pppoe-wrapper /usr/sbin
/usr/bin/ginstall -c -m 755 tkpppoe /usr/bin
mkdir -p /usr/man/man1
/usr/bin/ginstall -c -m 644 pppoe-wrapper.1 /usr/man/man1
/usr/bin/ginstall -c -m 644 tkpppoe.1 /usr/man/man1
mkdir -p /usr/share/tkpppoe
for i in tkpppoe.html mainwin-busy.png mainwin-nonroot.png mainwin.png props-advanced.png props-basic.png props-nic.png props-options.png; do \
/usr/bin/ginstall -c -m 644 html/$i /usr/share/tkpppoe; \
done
for i in en.msg ja.msg; do \
/usr/bin/ginstall -c -m 644 $i /usr/share/tkpppoe; \
done
Installing KDE menu entry Internet : TkPPPoE...
Installing GNOME menu entry Internet : TkPPPoE...
Running GUI configuration tool...
bash-2.05a# /usr/bin/tkpppoe: exec: wish: not found

die shell befehle funktionieren, aber ich brauch tkpppoe dringen ;)

MatzeG2002
10.01.03, 20:04
Hi dragon,

da fehlen wohl die tcl und die tk Bibliotheken.
"wish" ist ein tcl Interpreter welcher in deinem Fall wohl gebraucht wird.
Installiere diese Bibliotheken und es sollte funktionieren.

Gruß Matze.

Silvio
10.01.03, 20:07
Hallo dragon's might,

Also ich nehm mal an, dass das Entpacken für dich kein Problem war. Oder hast du dort ein Fehler zurückbekommen?

Das ./go-gui, gibst du das auch in einer Console in deinem Windowmanager ein, also nach dem graphischen Login? Sonst kannst du mal nur die ./go Variante versuchen, braucht kein X.

Ciao,
Silvio

dragon's might
10.01.03, 20:41
ich denke ich muss diese tcl und tk bibliotheken installieren!
Vielen Danke @ all!:)