I've had squeezeslave running on DSL for about a year now (using DSL
3.0) on a small slow system. It works WAY better than softsqueeze.
Softsqueeze having to run under java just doesn't have enough
horsepower on slow machines.

Since DSL is roughly based on debian you can use traditional debian
package routines (apt-get) to grab the appropriate libraries. It looks
like squeezeslave has been linked dynamically so it needs to find link
libraries (the .so files) at run time. Since these libraries change
with time they are given different version numbers and the application
looks for the specific one it was compiled with. You just need to get
that specific one on the DSL machine. 

Another option is to relink squeezeslave as a static application so you
don't care what libraries are on the DSL machine. (personally  I think
squeezeslave should always be a static application, its not that big
that it needs to be dynamic). If you have a linux machine with a
development environment handy this should be easy. 

John S.


-- 
JohnSwenson
------------------------------------------------------------------------
JohnSwenson's Profile: http://forums.slimdevices.com/member.php?userid=5974
View this thread: http://forums.slimdevices.com/showthread.php?t=43343

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to