Jay Lee wrote:
Jim Staunton wrote:
Can openldap2-devel satisfy the dependency with a bit of tweaking?
How would I do this?
Try this:
tar xjvvf courier-0.56.tar.bz2
edit courier-0.56/courier.spec and change references to openldap-devel
to be openldap2-devel
mv courier-0.56.tar.bz2 courier-0.56.tar.bz2.orig
tar cjvvf courier-0.56.tar.bz2 courier-0.56/
This should solve the problem.
Thanks - that solved the initial problem, and I'm able to build these
courier-authlib RPMs:
courier-authlib-0.59.3-10.x86_64.rpm
courier-authlib-devel-0.59.3-10.x86_64.rpm
courier-authlib-ldap-0.59.3-10.x86_64.rpm
courier-authlib-mysql-0.59.3-10.x86_64.rpm
courier-authlib-pgsql-0.59.3-10.x86_64.rpm
courier-authlib-pipe-0.59.3-10.x86_64.rpm
courier-authlib-userdb-0.59.3-10.x86_64.rpm
However, when I try to install the courier-authlib and courier-authlib-devel
RPMs so I can build courier-imap RPMs, I get this error:
# rpm -ivh courier-authlib-0.59.3-10.x86_64.rpm
courier-authlib-devel-0.59.3-10.x86_64.rpm
Preparing... ###########################################
[100%]
1:courier-authlib ########################################### [
50%]
courier-authlib: unknown service
courier-authlib: unknown service
error: %post(courier-authlib-0.59.3-10.x86_64) scriptlet failed, exit status
1
2:courier-authlib-devel ###########################################
[100%]
Any idea what's causing the "courier-authlib: unknown service" error?
Thanks,
Jim