On Mon, 28 Feb 2000, Nawfal M. Rouyan wrote:

> sshd_enable="YES" in the /etc/rc.conf but the server
> won't start because its searching for the ssh_host_key
> file. How do I generate that file?

Mark *still* needs to commit the /etc/rc* changes to make sshd generate a
hostkey (I'll do it tonight if he hasn't by then, since we were hoping for
a RC3 tomorrow).

The simple solution is:

/usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key

> I also compiled the apache with modssl but the server
> won't start with this error:
> /usr/libexec/ld-elf.so.1: /usr/lib/librsaUSA.so:
> Undefined symbol "ERR_load_strings"
> Why is this happening?

It should be linking against /usr/lib/libcrypto.so which has this symbol.
Check what it's linking with with ldd.

Kris

----
"How many roads must a man walk down, before you call him a man?"
"Eight!"
"That was a rhetorical question!"
"Oh..then, seven!" -- Homer Simpson



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to