Andy, thanks for replying.  I have libstdc++ in /usr/local/lib.  I am
running solaris 9.  I included the
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib in the run file.  I am only
getting this error when I try to connect from IMAP client.  IMAP started up
ok.
I compiled with this,

./configure --prefix=/var/qmail --sysconfdir=/var/qmail/control
--localstatedir=/var/log/qmail --without-ssl


What else could wrong with my setup?

Thanks,
-David

-----Original Message-----
From: Andreas Aardal Hanssen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 03, 2003 5:18 AM
To: Binc IMAP General
Subject: Re: [binc] Can't connect to imap server: ld.so.1:
/var/qmail/bin/bincimap-up : fatal: libstdc++.so.5: open failed: No such
file or directory

On Wed, 3 Dec 2003, David Soukasene wrote:
>Hello,
>I am getting this error below from binc imap log file
>/var/log/qmail/log/bincimap/current everytime I run outlook express or
>Netscape Mail client.
>@400000003fcdbf9932fe5c04 ld.so.1: /var/qmail/bin/bincimap-up: fatal:
>libstdc++.so.5: open failed: No such file or directory

This simply means that the standard C++ library is not in the library
include path, defined in /etc/ld.so.conf and LD_LIBRARY_PATH. This usually
happens when

1) A package is installed and dependencies ignored
2) A package is compiled on one machine, then copied to another

Did you install with an RPM or with the tarball?
If with the RPM, was it static or dynamic?
If dynamic, did you install it with --force?

Binc IMAP shouldn't compile on a system that doesn't have libstdc++
installed, and in any case, it's likely that it's there but that the
version is wrong. You might want to search from files called "libstdc++"
something and see what pops up.

Andy :-)

--
Andreas Aardal Hanssen   | http://www.andreas.hanssen.name/gpg
Author of Binc IMAP      |  "It is better not to do something
http://www.bincimap.org/ |        than to do it poorly."

Reply via email to