will this run under dsl y/n & how to plsForum: Networking Topic: will this run under dsl y/n & how to pls started by: bjhbjh Posted by bjhbjh on Oct. 24 2008,16:47
Documentation is sparce but the sourceforge project < page > says will run under:
Does dsl fit that description? (Sorry, recent MS Win refugee here.) I have the Win version running on XP and would like to try it also on linux / dsl but cannot figure out how to make it go. It runs as a service under XP, how do I do similar in linux ? Thanks, Brian H. Uxbridge Ont Posted by ^thehatsrule^ on Oct. 24 2008,20:52
Yes, it lists Linux there... you may have to check for other requirements/dependencies though.You will have to check their docs, etc but there may be something included in the install. Usually something may be put in /etc/init.d/ and you could call it from bootlocal.sh in DSL. Posted by bjhbjh on Oct. 25 2008,01:25
When I attemp to run the dualserver executeable, I get the following:
Are these libraries available somewhere, they didn't jump out at me when I went looking in the mydsl. Thanks again, Brian H. Posted by Juanito on Oct. 25 2008,03:56
You'll have to download the source files for libstdc++.so.6 (google is your friend as they say) and compile it prior to compiling your other application.This - one package depending on another package, which in turn... is part of the "fun" of linux :rock: Posted by curaga on Oct. 25 2008,10:05
You might get lucky and just compile your app against libstc++.so.5 (the version in DSL) by downloading the sources and then using compile-3.3.5.uci to compile them.
Posted by ^thehatsrule^ on Oct. 25 2008,21:23
If you read the documentation of those files, it says to recompile the application - which is what curaga suggested.You could also try to get the binary from a deb (look for woody). |