[Opendnssec-user] SQLite -> MySQL
Rick van Rein
rick at openfortress.nl
Wed Apr 21 11:24:05 UTC 2010
Hello Rachid,
> the rpm spec i've send here, builds perfectly as far as i remember.
Most of it went smoothly on RHEL5 after creating dependent RPMs
for ldns and python-4Suite-XML, indeed. Thanks a lot!
Another improvement to your spec would be to require "ruby >= 1.43":
checking for dnsruby version 1.43 or greater... not found
configure: error: Missing dnsruby version 1.43 or greater
configure: error: ./configure failed for auditor
When installing, I got lots of
warning: user opendnssec does not exist - using root
warning: group opendnssec does not exist - using root
warning: user opendnssec does not exist - using root
warning: group opendnssec does not exist - using root
warning: user opendnssec does not exist - using root
warning: group opendnssec does not exist - using root
warning: user opendnssec does not exist - using root
I am solving this with %pre and %postun sections:
%pre
/usr/sbin/useradd -r -l -g opendnssec -s /sbin/nologin -c 'OpenDNSSEC signer
daemons' opendnssec
%postun
/usr/sbin/userdel opendnssec
I am trying these out, but seem to have caused a build error elsewhere
that I haven't pinpointed yet.
Cheers,
-Rick
More information about the Opendnssec-user
mailing list