Can not start IMAP SERVER...

Dan White dwhite at olp.net
Sun Mar 20 13:28:59 EDT 2011


On 20/03/11 20:56 +0700, Nguyen, Quoc Khanh wrote:
> Hi all,
>
> I have a problem when i start the cyrus imap server, i
>received a message:
>
> ./master: error while loading shared libraries:
>libnetsnmpagent.so.25: cannot open shared object file: No such file or
>directory

master cannot find libnetsnmpagent.so.25 (at run time) using your system
library paths.

You could configure /etc/ld.so.conf (or /etc/ld.so.conf.d/*), or your
system's equivalent, to specify additional paths. See ldconfig(8).

Use ldd to verify that all libraries can be found.

> I already to compile and install the snmp.5.6.1 before:
>
> #env
>CPPFLAGS=-I/usr/local/include LDFLAGS=-s
>
> #./configure
>--prefix=/usr/local/snmp --with-perl-modules --enable-embedded-perl
>--enable-shared
>
> My config with a new cyrus imap 2.4.6 is:
>
>
>#./configure --with-cyrus-prefix=/usr/local/imapd
>--with-sasl-/usr/local/sasl2 --with-perl --with-dbdir=/usr/local/db-4.8.30
>--with-bdb-libdir=/usr/local/db-4.8.30/lib
>--with-bdb-incdir=/usr/local/db-4.8.30/include
>--with-openssl=/usr/local/openssl --with-snmp=/usr/local/snmp
>--with-ldap=/usr/local/openldap

-- 
Dan White


More information about the Cyrus-sasl mailing list