I got an ARM V7 (Cubox) where I wanted to compile OMD at my own.
Make exits unsuccessfully due to a error:

make[1]: Entering directory `/mnt/fts300gb/src/omd/packages/pnp4nagios'
tar xzf pnp4nagios-0.6.21.tar.gz
tar: pnp4nagios-0.6.21/share/pnp/documents/de_DE/dwnld.html: Cannot utime:
No such file or directory
tar: pnp4nagios-0.6.21/share/pnp/documents/de_DE/dwnld.html: Cannot change
ownership to uid 0, gid 0: No such file or directory
tar: Exiting with failure status due to previous errors
make[1]: *** [build] Error 2
make[1]: Leaving directory `/mnt/fts300gb/src/omd/packages/pnp4nagios'
make: *** [build] Error 2

the following command shows that there is missing the relative path
directives (..)
# ls -ahl pnp4nagios-0.6.21/share/pnp/documents/de_DE/dwnld.html
Dec 10 21:22 pnp4nagios-0.6.21/share/pnp/documents/de_DE/dwnld.html ->
en_US/dwnld.html

i think it should be -> ../en_US/dwnld.html
maybe this can be fixed somehow? maybe it is possible to use newer
pnp4nagios?
_______________________________________________
omd-users mailing list
[email protected]
http://lists.mathias-kettner.de/mailman/listinfo/omd-users

Reply via email to