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."
