ive managed to work through my kernel issues from yesterday. ive got the raq booting from disk and have the 2.4.19 kernel running. the last issue ive encountered is a problem with all the redhat binaries compiled with support for openssl. naturally openssh is the biggest problem of these. whenever i run ssh, sshd, wget, curl, dig or httpd, i get a message of "illegal instruction" .
i tried building openssh from source but that wouldnt work. i then built openssl from source, then openssh and now ssh is working. wget and others are nt working though as they complain about not being able to load the shared library libcrypto.so.4. problem there is that openssl installed libcrypto.a which i guess is an a.out binary and not an elf binary. looks like now i will have to compile those apps from source as well unless anyone can suggest anything better. -- Chad Whitten Network/Systems Administrator _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
