Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2005 12:42:10 +0200
From:      Milan Obuch <milan@netlabplus.sk>
To:        freebsd-ports@freebsd.org
Subject:   Re: splitting courier-authlib into master+slave ports
Message-ID:  <200504251242.10960.milan@netlabplus.sk>
In-Reply-To: <20050423233338.4b804d27.lehmann@ans-netz.de>
References:  <20050414111426.775f6afd.lehmann@ans-netz.de> <200504232247.18540.ports@dino.sk> <20050423233338.4b804d27.lehmann@ans-netz.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 23 April 2005 23:33, Oliver Lehmann wrote:
> as a port or as a package? I've installed now all ports as package and it
> looks like everything works as well. Of course, the functional test I can
> only do with the vchkpw/vpopmail interface. Used with courier-imap and
> sqwebmail. As far as I can see, it works.
>
> Anything left?

I did some more tests and found one more bug in stratscript. Basically, 
ldconfig does not know about new location of libauthcourier.so (or whatever 
the exact name is). When starting system anew, there were error message. I 
changed start script this way (pseudo-patch):

 bindir="${exec_prefix}/bin"
+libdir="${prefix}/lib/courier-authlib"
l ibexecdir="${prefix}/libexec/courier-authlib"

 courier_authdaemond_prestart()

         fi
 +       ldconfig -m ${libdir}
         echo "Starting ${name}."

and it works now - boot time error messages are gone.

Milan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504251242.10960.milan>