[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Follow up: 2.1.4, solaris 8, fails to start



Igor also asked me what my configure line was.  Response below.  For a
little context, I'm setting up a postfix/cyrus/openldap mailserver as a
pop-toaster.  I'd done it before a couple years ago, but that was with all
old software.  Time to update it.

Just ./configure.  I source in a file (below) so it can find things like
BDB.  Sorry for the line breaks.

LDFLAGS="-L/usr/local/BerkeleyDB.4.0/lib:/usr/local/ssl/lib:/usr/local/lib:/
usr/local/sasl2
-R/usr/local/BerkeleyDB.4.0/lib:/usr/local/ssl/lib:/usr/local/lib:/usr/local
/sasl2"LD_LIBRARY_PATH=/usr/local/BerkeleyDB.4.0/lib; export LD_LIBRARY_PATH
CPPFLAGS="-I/usr/local/BerkeleyDB.4.0/include -I/usr/local/ssl/include
-I/usr/lib/sasl2";export CPPFLAGS
LD_RUN_FLAGS="-L/usr/local/BerkeleyDB.4.0/lib:/usr/local/ssl/lib:/usr/local/
lib:/usr/local/sasl2
-R/usr/local/BerkeleyDB.4.0/lib:/usr/local/ssl/lib:/usr/local/lib:/usr/local
/sasl2"; export LD_RUN_FLAGS