Closed wioxjk closed 6 years ago
Alright, I redownloaded it and did following:
autoreconf -vi
It works alot better.
I also noticed that the package libbsd-dev
needs to be installed
Also got this:
checking for sendmail... /usr/sbin/sendmail
./configure: line 15055: syntax error near unexpected token `LIBCRYPTO,'
./configure: line 15055: ` PKG_CHECK_MODULES(LIBCRYPTO, openssl >= 0.9.7,'
I am unable to continue after this
Looks like you're missing pkg-config
For reference, what I use on a clean Ubuntu install:
# apt-get -u install autotools-dev gcc autoconf automake libtool libssl-dev libbsd-dev ssl-cert pkg-config libmilter-dev mailutils
Thank for the answer. pkg-config is installed. (0.26), and all other packages mention is installed too.
Update, This does work in Ubuntu 16.04.3
Also, the latest build downloaded from github does not have the problem that the original issue was. I consider this solved.
Hi, Excuse me if this is not the correct forum, but I have a question regarding the installation of OpenARC
Ubuntu 14.04.5 LTS My steps: "git down" the openARC repo:
git clone https://github.com/trusteddomainproject/OpenARC/
Running autoconf:
automake:
After that, I can see that "configure" is created. When I try to run it, I get the following:
configure: error: cannot find install-sh, install.sh, or shtool in build-aux "."/build-aux
What is the recommended installation process?