Re: shared library issue

From: Todd Lyons <tlyons_at_ivenue.com>
Date: Tue, 26 Mar 2013 09:44:36 -0700

On Mon, Mar 25, 2013 at 8:10 PM, Dominic Iafigliola
<dominic_at_datedechoix.com> wrote:
> After installing Opendkim on a Plesk 10.4.4 system, I am getting the
> following error when starting opendkim:
>
> Starting DKIM milter: /usr/local/sbin/opendkim: error while loading
> shared libraries: libopendkim.so.5: cannot open shared object file: No
> such file or directory

Since you installed from source, the libraries for this package likely
got installed in /usr/local/lib/ and that path is not in your dynamic
loader search path. You can tell if a binary can find all of its
dynamically loaded libraries by running 'ldd
/usr/local/sbin/opendkim'. Most likely if you do:
1) echo "/usr/local/lib" > /etc/ld.so.conf.d/
2) ldconfig
Then when you repeat the ldd command, it will now be able to find the
library it is requiring.

...Todd
-- 
The total budget at all receivers for solving senders' problems is $0.
 If you want them to accept your mail and manage it the way you want,
send it the way the spec says to. --John Levine
Received on Tue Mar 26 2013 - 16:44:57 PST

This archive was generated by hypermail 2.3.0 : Tue Mar 26 2013 - 16:54:02 PST