Derek Shaw <derek <at> bisi.ca> writes:
> I posted this on Tuesday morning this week, thought I'd fixed it later in the
> day (and so posted), and now discovered that something else was causing the
> problem (not an incomplete install of libtool).
I had the same problem with OpenBSD 3.5 and courier-authlib-0.58. After poking
around a little, the following works for me. Just remember to run autoconf
after making the modification.
--- configure.in.orig Wed May 10 11:14:19 2006
+++ configure.in Wed May 10 11:15:04 2006
@@ -912,7 +912,7 @@
then
$COURIERCONFIG >conftest.out || exit 1
sed -n '/^mail/p' <conftest.out >conftest2.out || exit 1
- . conftest2.out
+ . ./conftest2.out
rm -f conftest.out conftest2.out
cmailuser="$mailuser"
@@ -924,7 +924,7 @@
then
$bindir/courierauthconfig --configfiles >conftest.out || exit 1
sed -n '/^mail/p' <conftest.out >conftest2.out || exit 1
- . conftest2.out
+ . ./conftest2.out
rm -f conftest.out conftest2.out
cmailuser="$mailuser"
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users