[Opendnssec-user] SQLite -> MySQL
Rachid Zarouali
rzarouali at gmail.com
Wed Apr 21 11:33:12 UTC 2010
let me try rebuilding with your improvements
stay tune :-)
Rachid
On Wed, Apr 21, 2010 at 1:24 PM, Rick van Rein <rick at openfortress.nl> wrote:
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opendnssec.org/pipermail/opendnssec-user/attachments/20100421/038e9526/attachment.htm>
More information about the Opendnssec-user
mailing list