Exim Problem

AtomicRax

Verified User
Joined
Oct 12, 2003
Messages
79
Hello,

Exim will not start on my server.

I get this error message:

Starting exim: /usr/sbin/exim: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory

I'm running Fedora Core 4 with DA.
 
One solution, make a new link from libssl.so.4 to whatever version you currently have installed.
 
You'll have to excuse me, I haven't messed with linux in about a year or so... How would I go about doing this?
 
Are you sure reinstalling exim will fix the problem, or is this one of those Microsoft style solutions?

(You know, restart, reboot, reinstall :) )

Here's how you create a symbolic link:
Code:
ln -s /full/path/to/target /full/path/to/link
Jeff
 
Back
Top