I'm trying to build and install courier-authlib, courier-unicode and
courier to /opt/courier-0.73.2/


So far I installed authlib with:
CPPFLAGS=-L/opt/mysql/lib ./configure --prefix=/opt/courier-0.73.2
--sysconfdir=/etc/courier --without-authpgsql --without-authshadow
--without-authldap --without-authpwd --without-authcustom
--without-authpipe --with-mysql-libs=/opt/mysql/lib
--with-mysql-includes=/opt/mysql/include --with-authmysql
--without-stdheaderdir
make
make install


and unicode with:
./configure --prefix=/opt/courier-0.73.2
make
make install


When building courier, ./configure fails with
"configure: error: The Courier Unicode Library appears not to be
installed. You may need to install a separate development subpackage, in
addition to the main package"

My configure command was:
COURIERAUTHCONFIG=/opt/courier-0.73.2/bin
CPPFLAGS=-L/opt/courier-0.73.2/lib LDFLAGS=-L/opt/courier-0.73.2/lib
LD_LIBRARY_PATH=/opt/courier-0.73.2/lib ./configure
--prefix=/opt/courier-0.73.2 --sysconfdir=/etc/courier

I even tried to add the courier-libdir to ld.so.conf and libunicode.so.1
is returned by ldconfig -v

How do I tell ./configure where to find the Unicode Library?


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to