

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
10 messages in net.sourceforge.lists.courier-usersRE: [courier-users] Errors while chec...| From | Sent On | Attachments |
|---|---|---|
| Jakob Breivik Grimstveit | Mar 28, 2001 4:05 am | |
| Bob Schader | Mar 28, 2001 4:55 am | |
| Sam Varshavchik | Mar 28, 2001 5:25 am | |
| Sam Varshavchik | Mar 28, 2001 5:27 am | |
| Bob Schader | Mar 28, 2001 5:43 am | |
| Jakob Breivik Grimstveit | Mar 28, 2001 5:48 am | |
| Bob Schader | Mar 28, 2001 5:59 am | |
| Sam Varshavchik | Mar 28, 2001 11:46 am | |
| Sam Varshavchik | Mar 28, 2001 11:48 am | |
| Bob Schader | Mar 28, 2001 12:12 pm |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | RE: [courier-users] Errors while checking | Actions... |
|---|---|---|
| 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.
_____________________________ Bob Schader CAD Systems Admin Product Design Intl., Inc. 4880 36th St. SE, Suite 100 Grand Rapids, MI 49512 (616) 667-2600 x104
-----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.
_______________________________________________ courier-users mailing list cour...@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/courier-users







