Thanks Mark. The files are there in /usr/local/lib -- it's a question of getting the loader to find them, thus the -R/usr/local/lib -- I've been having similar problems with other apps I've built on this system -- it seems to be related to secure vs insecure loading, effective uid, etc. I've solved some with crle:
crle Configuration file [3]: /var/ld/ld.config Default Library Path (ELF): /usr/lib (system default) Trusted Directories (ELF): /usr/local/lib:/usr/local/BerkeleyDB.4.2/lib:/usr/local/ssl/lib/ Command line: crle -c /var/ld/ld.config -s /usr/local/lib:/usr/local/BerkeleyDB.4.2/lib:/usr/local/ssl/lib/ But that hasn't fixed this one. My gcc was obtained as binary -- I'm thinking of bootstrapping a gcc -- I wonder if that would help in some way. BTW -- how did you get this output?? Thanks again. On Tue, 3 Feb 2004, Mark Crispin wrote: > Your problem appears to be a gcc installation problem. > > The IMAP serer on postoffi.mote.org returns: > ld.so.1: imapd: fatal: libgcc_s.so.1: open failed: No such file or directory > which indicates that at least this file (and perhaps others) needed on > your system are missing. > > -- Mark -- > > http://staff.washington.edu/mrc > Science does not emerge from voting, party politics, or public debate. > Si vis pacem, para bellum. > Don Hayward [EMAIL PROTECTED] Mote Marine Laboratory Office: 941.388.4441 Cell: 941.302.4982 1600 Ken Thompson Parkway Fax: 941.388.4312 Sarasota, FL 34236 See: http://www.mote.org Independent, non-profit, marine and estuarine research and education facility. For PGP public key do: http://www.mote.org/~don/donpgp.asc use "DISCLAIMER"; # We run Debian Linux Ordinary men and women have a right to peace, material comfort, self-respect, and a touch of joy in living. Eric F. Goldman, [1915-1989]
