Jo Pesko wrote:
Hi.

I receive "Error code 64" while trying to install OpenFire(after executing make install) from ports collection. Here is some output:

/bin/mkdir -p /usr/local/share/doc/openfire
(cd /usr/ports/net-im/openfire/work/openfire_src && install -o root -g wheel -m 444 LICENSE.html README.html changelog.html /usr/local/share/doc/openfire) (cd /usr/ports/net-im/openfire/work/openfire_src/documentation/docs && /usr/bin/find . \! -path ./javadoc\* | /usr/bin/cpio -pdmu -R root:wheel /usr/local/share/doc/openfire > /dev/null 2>&1 )
/bin/ln -sf /var/log/openfire /usr/local/share/java/openfire/logs
/bin/ln -sf /var/db/openfire  /usr/local/share/java/openfire/embedded-db
/bin/ln -sf  /usr/local/share/java/openfire/conf
/bin/ln -sf  /usr/local/share/java/openfire/resources/security
/bin/mkdir -p /usr/local/share/examples/openfire
install -o root -g wheel -m 444 /usr/ports/net-im/openfire/work/openfire_src/target/openfire/conf/openfire.xml /usr/local/share/examples/openfire/openfire.xml install -m 600 /usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/truststore /usr/local/share/examples/openfire/truststore install -m 600 /usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/keystore /usr/local/share/examples/openfire/keystore
usage: mkdir [-pv] [-m mode] directory_name ...
*** Error code 64

Stop in /usr/ports/net-im/openfire.

Any help will be appreciated.

Fixed after adding ETCDIR(=/usr/local/etc/openfire) variable in Makefile :)
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to