You are not logged in.
Pages: 1
I have just installed xaos, but it was not running, libslang.so.1 was not found.
To make it run I copied libslang.so.1 from knoppix
Forever newbie !!!
Offline
xaos depends on slang and it provides the file needed:
[damir@Asteraceae /]$ pacman -Qo /usr/lib/libslang.so.1
/usr/lib/libslang.so.1 is owned by slang 1.4.9-1
it "should" work without any knoppix file
The impossible missions are the only ones which succeed.
Offline
Basically, Xaos needs to be recompiled, but it's not gcc 3.4 friendly. I've posted a bug to the upstream authors, but still haven't seen any activity from them.
http://bugs.archlinux.org/index.php?do=details&id=1122
If anyone has the time and inclincation to patch it to work with gcc 3.4, I'll gladly update it.
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
I did a locate libslang.so.1 and I dis not find it
Forever newbie !!!
Offline
I did a locate libslang.so.1 and I dis not find it
install the pkg
The impossible missions are the only ones which succeed.
Offline
installing xaos does that (pacman -Sy xaos)
the slang .FILELIST :
usr/
usr/include/
usr/include/slang.h
usr/include/slcurses.h
usr/lib/
usr/lib/libslang.a
Forever newbie !!!
Offline
neither xaos nor slang supplied libslang.so.1 for me, but i copied it from my debian box and it worked. if anyone can't find a way to get it, lmk and i'll put it on my webserver.
[1] root:/home/sero # pacman -S xaos
Targets: xaos-3.1-1
Proceed with upgrade? [Y/n]
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing xaos... done.[2] root:/home/sero # exit
exit[2] sero:~ $ xaos
xaos: error while loading shared libraries: libslang.so.1: cannot open shared object file: No such file or directory[3] sero:~ $ su
Password:[1] root:/home/sero # pacman -S slang
:: slang-1.4.9-1: is up to date. Upgrade anyway? [Y/n] n[2] root:/home/sero # ll /usr/lib/ |grep libslang
-rw-r--r-- 1 root root 522064 Jun 9 12:29 libslang.a[3] root:/home/sero #
Offline
exactly my point
Forever newbie !!!
Offline
that is really strange
The impossible missions are the only ones which succeed.
Offline
If you read farphel's response from above, you'll see exactly why this is the case. If anyone wants to put in the effort to get it working with gcc 3.4, it will surely be appreciated.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
If you read farphel's response from above, you'll see exactly why this is the case. If anyone wants to put in the effort to get it working with gcc 3.4, it will surely be appreciated.
i've read it - it needs rebuild - but it works for me without rebuild (i'm -Suy)
The impossible missions are the only ones which succeed.
Offline
A kind soul supplied a gcc3.4 patch. Xaos has been updated. I had trouble compiling it with the 386asm switch. Let me know if this causes any severe performance problems and I'll research it further.
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
Pages: 1