Hello,
During instalation of opendfkim with postgresql support I get error. Everything goes ok until make install. It looks like some problem of badly created Makefile? Anyone tried to build opendkim from ports?
Here is output of make install step:
I can't find any solution, and I think I should install it from sources (which ends with success) but I want to have all stuff like rc.d script etc., so I prefer installation form ports.
Thanks for yout attention.
EDIT:
I've edited configuration and now I know that using OpenDBX i responsible for this issue. Disabling it, allows me to install package from ports, but I can't have PostgreSQL support.
It seems to be problem with paths: there are missing slash between stage and usr so and 'make install' produces paths like:
... /var/ports/usr/ports/mail/opendkim/work/stageusr/local/bin/....
but it should look like:
/var/ports/usr/ports/mail/opendkim/work/stage/usr/local/bin/
Any suggestion how to fix it?
During instalation of opendfkim with postgresql support I get error. Everything goes ok until make install. It looks like some problem of badly created Makefile? Anyone tried to build opendkim from ports?
Here is output of make install step:
Code:
===> Installing for opendkim-2.10.3_11
===> Checking if opendkim is already installed
===> Registering installation for opendkim-2.10.3_11
pkg-static: Unable to access file /var/ports/usr/ports/mail/opendkim/work/stageusr/local/bin/opendkim-spam:No such file or directory
pkg-static: Unable to access file /var/ports/usr/ports/mail/opendkim/work/stageusr/local/sbin/opendkim-importstats:No such file or directory
pkg-static: Unable to access file /var/ports/usr/ports/mail/opendkim/work/stageusr/local/man/man1/opendkim-spam.1.gz:No such file or directory
pkg-static: Unable to access file /var/ports/usr/ports/mail/opendkim/work/stageusr/local/man/man8/opendkim-importstats.8.gz:No such file or directory
*** Error code 74
Stop.
make[1]: stopped in /usr/ports/mail/opendkim
*** Error code 1
Stop.
make: stopped in /usr/ports/mail/opendkim
I can't find any solution, and I think I should install it from sources (which ends with success) but I want to have all stuff like rc.d script etc., so I prefer installation form ports.
Thanks for yout attention.
EDIT:
I've edited configuration and now I know that using OpenDBX i responsible for this issue. Disabling it, allows me to install package from ports, but I can't have PostgreSQL support.
It seems to be problem with paths: there are missing slash between stage and usr so and 'make install' produces paths like:
... /var/ports/usr/ports/mail/opendkim/work/stageusr/local/bin/....
but it should look like:
/var/ports/usr/ports/mail/opendkim/work/stage/usr/local/bin/
Any suggestion how to fix it?