On Sat, Nov 02, 2002 at 02:23:55PM +1000, Kali McLaughlin wrote:
> Dear list:
> after weeks of poking I still cant get the linux version of arachne to
> work under monkeylinux. I have been persisting because it looks as if it
> should work, and the complaint it gives is silly:
> /usr/bin/arachne: /usr/bin/arachne-svgalib: No such file or directory.
> 
> This is certainly not true - the file exists, is in this location, and
> has the correct permissions. it is also about 250Kb.
> 

Try the ldd command to list the shared libs that arachne-svgalib is 
linked to.  I think Monkey Linux is glibc1 (libc.so.5) based and your 
arachne-svgalib is for a glibc2.1 (libc.so.6) based linux distro. 
The glibc1 libs would be incompatible.

eg. ldd /usr/bin/arachne-svgalib will show if the shared libs it's linked 
to exist or not.

..
> Also I cant get pppd to run - similar sort of problems. httpd works
> fine, ftp and telnet fine, startx fine, and the installation seems
> stable and happy.
>Kali

The pppd problem could be alot of things.. ppp support must be in the kernel 
or a ppp.o module must be loaded using modprobe or insmod, depending on how 
the kernel was compiled.  The pppd executable would also be using shared 
libraries most likely so the proper library versions must also exist. 
You can use ldd to check pppd and use dmesg command to look at boot-time 
kernel messages.. you should see a 'PPP line discipline registered' 
message in there and stuff. 

Wes

Reply via email to