Hi

When building from SVN you also need Java to create the rng files. Could it be 
that you are missing Java?

Java is not required when building from a tarball.

// Rickard

26 okt 2010 kl. 14:37 skrev Pierre Lebrech <[email protected]>:

> On Mon, Oct 25, 2010 at 08:17:47AM +0200, Jakob Schlyter wrote:
>> 
>> On 19 okt 2010, at 15.54, Pierre Lebrech wrote:
>> 
>>> Hello,
>>> 
>>> I have installed ODS 1.2.0b1 this morning. I have noticed that 4 files
>>> were not created / installed in the ODS directory. These are :
>>> 
>>> - conf.rng
>>> - kasp.rng
>>> - signconf.rng
>>> - zonelist.rng
>>> 
>>> Well, I just took the ones that came with version 1.1.3.
>> 
>> are you sure these where not installed in /usr/local/share/opendnssec/ ?
> 
> Yes, I'm sure.
> 
>> if not, please do a 'make -n install' in OpenDNSSEC/conf/ and send the 
>> output to me.
> 
> Here is the result :
> 
> ############################################### snip
> test -x  || \
>                (echo "java is required for converting RelaxNG Compact
> to RelaxNG"; false)
> jar ./trang/trang.jar conf.rnc conf.rng
> test -x  || \
>                (echo "java is required for converting RelaxNG Compact
> to RelaxNG"; false)
> jar ./trang/trang.jar kasp.rnc kasp.rng
> test -x  || \
>                (echo "java is required for converting RelaxNG Compact
> to RelaxNG"; false)
> jar ./trang/trang.jar zonelist.rnc zonelist.rng
> test -x  || \
>                (echo "java is required for converting RelaxNG Compact
> to RelaxNG"; false)
> jar ./trang/trang.jar signconf.rnc signconf.rng
> test -x  || \
>                (echo "java is required for converting RelaxNG Compact
> to RelaxNG"; false)
> jar ./trang/trang.jar zonefetch.rnc zonefetch.rng
> make  install-exec-am install-data-am
> make[1]: entrant dans le répertoire « /opt/ODS/OpenDNSSEC-1.2.0b1/conf »
> make[1]: Rien à faire pour « install-exec-am ».
> test -x  || \
>                (echo "java is required for converting RelaxNG Compact
> to RelaxNG"; false)
> jar ./trang/trang.jar conf.rnc conf.rng
> test -x  || \
>                (echo "java is required for converting RelaxNG Compact
> to RelaxNG"; false)
> jar ./trang/trang.jar kasp.rnc kasp.rng
> test -x  || \
>                (echo "java is required for converting RelaxNG Compact
> to RelaxNG"; false)
> jar ./trang/trang.jar zonelist.rnc zonelist.rng
> test -x  || \
>                (echo "java is required for converting RelaxNG Compact
> to RelaxNG"; false)
> jar ./trang/trang.jar signconf.rnc signconf.rng
> test -x  || \
>                (echo "java is required for converting RelaxNG Compact
> to RelaxNG"; false)
> jar ./trang/trang.jar zonefetch.rnc zonefetch.rng
> :
> test -z "/usr/local/ods/share/opendnssec" || /bin/mkdir -p
> "/usr/local/ods/share/opendnssec"
> list='conf.rng kasp.rng zonelist.rng signconf.rng zonefetch.rng conf.rnc
> kasp.rnc zonelist.rnc signconf.rnc zonefetch.rnc kasp2html.xsl'; for p
> in $list; do \
>          if test -f "$p"; then d=; else d="./"; fi; \
>          f=`echo $p | sed -e 's|^.*/||'`; \
>          echo " /usr/bin/install -c -m 644 '$d$p'
> '/usr/local/ods/share/opendnssec/$f'"; \
>          /usr/bin/install -c -m 644 "$d$p"
> "/usr/local/ods/share/opendnssec/$f"; \
>        done
> :
> make  install-data-hook
> make[2]: entrant dans le répertoire « /opt/ODS/OpenDNSSEC-1.2.0b1/conf »
> test -d /etc/opendnssec || mkdir -p /etc/opendnssec
> test -f /etc/opendnssec/conf.xml || \
>                /usr/bin/install -c -m 644 -m 0640 conf.xml
> /etc/opendnssec
> /usr/bin/install -c -m 644 -m 640 conf.xml
> /etc/opendnssec/conf.xml.sample
> test -f /etc/opendnssec/zonelist.xml || \
>                /usr/bin/install -c -m 644 zonelist.xml /etc/opendnssec
> /usr/bin/install -c -m 644 zonelist.xml
> /etc/opendnssec/zonelist.xml.sample
> test -f /etc/opendnssec/zonefetch.xml || \
>                /usr/bin/install -c -m 644 -m 0640 zonefetch.xml
> /etc/opendnssec
> /usr/bin/install -c -m 644 -m 640 zonefetch.xml
> /etc/opendnssec/zonefetch.xml.sample
> test -f /etc/opendnssec/kasp.xml || \
>                /usr/bin/install -c -m 644 kasp.xml /etc/opendnssec
> /usr/bin/install -c -m 644 kasp.xml /etc/opendnssec/kasp.xml.sample
> make[2]: quittant le répertoire « /opt/ODS/OpenDNSSEC-1.2.0b1/conf »
> make[1]: quittant le répertoire « /opt/ODS/OpenDNSSEC-1.2.0b1/conf »
> ############################################### snip
> 
> Thanks.
> 
>> 
>>    j
>> 
>> 
> 
> -- 
> 
> Pierre Lebrech
> 
> _______________________________________________
> Opendnssec-user mailing list
> [email protected]
> https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
_______________________________________________
Opendnssec-user mailing list
[email protected]
https://lists.opendnssec.org/mailman/listinfo/opendnssec-user

Reply via email to