From: <ver...@ya...> - 2004-06-12 19:56:02
|
Matt/Others, Thanks for the help so far, but I'm afraid I've run into another couple of problems :/ Ive been building various packages on a Slackware 9.1 box which compile fine, but when I add them to my trinux iso they complain about libraries at run time, for example: ./b: error in loading shared libraries:libcrypto.so.0 can't open shared object file: No such file or directory ./lsrtunnel: /lib/libc.so.6: version 'GLIBC_2.3' not found (required by ./lsrtunnel) ./hydra: error in loading shared libraries: libssl.so.0 can't opne shared object file: No such file or directory Obviously this is a /lib problem - how do you develop the libraries (I'm assuming that you don't just 'cp' them from you dev box to the iso - I'll be honest I haven't check the file sizes to see if this is the case). Also (perhaps more of a general *nix question) I'm confused as to my ./b fails in trinux because it complains of libcrypto.so.0 and trinux has libcrypto.so.1, as does my slackware 9 dev box and on that I can run ./b fine. Also has anyone looked at a X windows package? I've been looking at the XTiny server(http://www.superant.com/smalllinux/tinyX01.html) binaries (I can't seem to find the source!!!?) but they were compiled against ld-linux.so.1 or so a 'strings ./xinit |head -1' tells me, so I can't get them to run on a standard Slackware 9.1 box let along a trinux iso. I'd be intrested to see what success others have had, or any suggests as to how to sort XTiny __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ |