10 messages in net.sourceforge.lists.courier-usersRE: [courier-users] Errors while chec...
FromSent OnAttachments
Jakob Breivik GrimstveitMar 28, 2001 4:05 am 
Bob SchaderMar 28, 2001 4:55 am 
Sam VarshavchikMar 28, 2001 5:25 am 
Sam VarshavchikMar 28, 2001 5:27 am 
Bob SchaderMar 28, 2001 5:43 am 
Jakob Breivik GrimstveitMar 28, 2001 5:48 am 
Bob SchaderMar 28, 2001 5:59 am 
Sam VarshavchikMar 28, 2001 11:46 am 
Sam VarshavchikMar 28, 2001 11:48 am 
Bob SchaderMar 28, 2001 12:12 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [courier-users] Errors while checkingActions...
From:Bob Schader (bo@product-des.com)
Date:Mar 28, 2001 4:55:10 am
List:net.sourceforge.lists.courier-users

You can try setting your LD_LIBRARY_PATH to include the location of libstdc++.so.2.10.0, but the better solution for me was to prefix the configure command with "LDFLAGS='Wl,-R/usr/local/lib' ./configure ..." assuming that's where libstdc++ is installed. I was able to get all the way to make install with LD_LIBRARY_PATH set, but trying to run courier I found out that it doesn't read this environment setting (although it could probably be forced to). These settings also fixed a problem on my system with configure thinking that my c++ was a cross compiler.

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net]On Behalf Of Jakob Breivik Grimstveit Sent: Wednesday, March 28, 2001 7:06 AM To: cour@lists.sourceforge.net Subject: [courier-users] Errors while checking

Using Solaris 7, Sparc. Configured with

./configure --without-ipv6 --enable-unicode --with-waitfunc=wait3

(waitfunc-switch included due to configure fail - found on the net a tip to include that one. Then configure succeeded. Didn't need that one on MD Linux 7.2).

Even make performs nice, but make check produces the following output on my system:

---------

$ make check Making check in numlib make[1]: Entering directory `/NGTadm/install/courier-imap-1.3.6/numlib' make[1]: Leaving directory `/NGTadm/install/courier-imap-1.3.6/numlib' Making check in bdbobj make[1]: Entering directory `/NGTadm/install/courier-imap-1.3.6/bdbobj' ./testsuite | cmp -s - ./testsuite.txt ld.so.1: ./testbdb: fatal: libstdc++.so.2.10.0: open failed: No such file or directory Killed ld.so.1: ./testbdb: fatal: libstdc++.so.2.10.0: open failed: No such file or directory Killed ld.so.1: ./testbdb: fatal: libstdc++.so.2.10.0: open failed: No such file or directory Killed ld.so.1: ./testbdb: fatal: libstdc++.so.2.10.0: open failed: No such file or directory Killed ld.so.1: ./testbdb: fatal: libstdc++.so.2.10.0: open failed: No such file or directory Killed ld.so.1: ./testbdb: fatal: libstdc++.so.2.10.0: open failed: No such file or directory Killed ld.so.1: ./testbdb: fatal: libstdc++.so.2.10.0: open failed: No such file or directory Killed ld.so.1: ./testbdb: fatal: libstdc++.so.2.10.0: open failed: No such file or directory Killed make[1]: *** [check] Error 1 make[1]: Leaving directory `/NGTadm/install/courier-imap-1.3.6/bdbobj' make: *** [check-recursive] Error 1

----

Why on earth? Couldn't find any good help on the web. Please help.

-yours sincerely, Jakob.