"Up The Blues" <[EMAIL PROTECTED]> wrote: > I'm already running version mod_ssl/2.2.8 OpenSSL/0.9.2b on a RaQ3. > > Still getting these errors.
You either don't have the OpenSSL libraries installed or OpenSSH can't find them. You can have OpenSSL compiled into Apache and either situation I pose could still be true. So you should either install the OpenSSL source or if it's installed you may need to specify the library path by doing something like: LIBS="-l/path_to/openssl_libs" ./configure <config options here> You should consult the INSTALL or README file in the OpenSSH distro. -- Steve Werby President, Befriend Internet Services LLC http://www.befriend.com/ _______________________________________________ cobalt-security mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-security
