For When You Can't Have The Real Thing
[ start | index | login ]
start > cyrus > imap > brains

brains

Created by dave. Last edited by dave, 19 years and 113 days ago. Viewed 3,257 times. #4
[diff] [history] [edit] [rdf]
labels
attachments

Customer Information (Brains)

Make:

# export PATH=/opt/sfw/bin:/usr/local/bin:/usr/ccs/bin:/usr/bin:/bin:/usr/sbin:/sbin
# export LD_OPTIONS="-R /usr/local/BerkeleyDB.4.1/lib"
# ./configure --prefix=/usr --with-openssl=/usr/local/ssl --with-bdb=/usr/local/BerkeleyDB.4.1 --with-bdb-libdir=/usr/local/BerkeleyDB.4.1/lib --with-bdb-incdir=/usr/local/BerkeleyDB.4.1/include --with-perl=/usr/local/bin/perl CC=gcc

Notes:

  • --prefix=/usr because /usr/local is nfs-mounted and we don't have write access to it
  • --with-openssl=/usr/local/ssl because this is where openssl is installed here
  • CC=gcc because we're on a sun and the perl modules don't build properly without this
  • we'd like to force it to use the /usr/bin/perl instead of the nfs-mounted /usr/local/bin/perl but we can't because /usr/bin/perl (and libraries) were compiled using Forte (the Sun compiler) and therefore the perl stuff we need to build can't be done
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt