You are not logged in.
Pages: 1
Hi, being the sort of chap I am, I want to run a editor aware of programming syntax (particularly for perl) over ssh.
I tried fte, which also installs x, but does install the console based editor as well. However when I try to start it, I get:
$DISPLAY not set?
Can I run fte on terminal?
If so what do I set display too and how?
Kind regards
Benedict White
Offline
Try running the 'sfte' command.
Offline
Thanks.
I just tried that, but got:
sfte: error while loading shared libraries: libslang.so.1: cannot open shared object file: No such file or directory
And Am not sure where to look for the missing file. Can't find it on the system.
Kind regards
Benedict White
Offline
pacman -Qo /usr/lib/libslang.so.1
/usr/lib/libslang.so.1 is owned by slang 1.4.9-1
Do you have slang installed?
Offline
slang was installed with fte, and is up to date, but the only file I can find with the mask libsla* in /usr/lib/
Is: libslang.a
A pacman -Qo of that file reports:
/usr/lib/libslang.a is owned by slang 1.4.9-1
Can I get pacman to tell me all the files owned by slang?
Kind regards
Benedict White
Offline
That's strange...
You can see what it installs with pacman -Ql
$ pacman -Ql slang
slang /usr/
slang /usr/lib/
slang /usr/lib/libslang.a
slang /usr/lib/libslang.so.1.4.9
slang /usr/lib/libslang.so.1
slang /usr/lib/libslang.so
slang /usr/include/
slang /usr/include/slang.h
slang /usr/include/slcurses.h
Offline
When I run it I get:
pacman -Ql slang
slang /usr/
slang /usr/include/
slang /usr/include/slang.h
slang /usr/include/slcurses.h
slang /usr/lib/
slang /usr/lib/libslang.a
Which is allot less than yours...
Any thoughts? Perhaps there has been a new rev of the package whch breaks something?
Kind regards
Benedict White
Offline
is your whole system up to date? (pacman -Syu)
Dusty
Offline
Yes, it is all up to date, and slang version seems to be:
slang-1.4.9-1
Kind regards
Benedict White
Offline
I was able to reproduce the error. It seems as if fte was linked against an older version of slang (although I didn't verify the dates to be certain). Rather, I took the quick fix and rebuilt fte against the current version of slang and all seems well. Upgrade to the newest version of fte (20020324-3) and the problem should be fixed.
Cheers,
farphel
Follow the link below, sign up, and accept one promotional offer. If I can get five suckers (err... friends) to do this, I'll get a free iPod. Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142
Offline
Won't that break the ability to package update?
Kind regards
Benedict White
Offline
Benedict_White: just do a pacman -Syu and it should be updated.
I just wonder why it worked with me with the same slang package...
Edit: Oh, it's not there yet... nevermind then...
Offline
Wth??
Oh. Maybe the mirrors doesn't update quite the same time... :oops:
Offline
Actually when I got home and logged on I found that some one had updated fte, so I upgraded that and it works!
Shows the power of the Arch model.
The only problem I have now is changing the colours it operates in as I can see which menu's are high lighted and key words are not in a different colour.
Kind regards
Benedict White
Offline
The only problem I have now is changing the colours it operates in as I can see which menu's are high lighted and key words are not in a different colour.
Yeah, got that problem myself too... but ATM I don't use fte so much.
Works great on my debian puter.
Offline
Pages: 1