Hello, I am trying to build nginx from ports, but I don't want dependency to openssl from ports. I want "base" FreeBSD openssl.
Default nginx package has no dependency to external openssl package.
I am building in a jail.
I have this in make.conf:
When I call "make" in /usr/ports/www/nginx, this error occurs:
Default nginx package has no dependency to external openssl package.
I am building in a jail.
I have this in make.conf:
Code:
WRKDIRPREFIX= /var/ports
DISTDIR= /var/ports/distfiles
PACKAGES= /var/ports/packages
INDEXDIR= /var/ports
DEFAULT_VERSIONS+=pgsql=9.5 ssl=base
When I call "make" in /usr/ports/www/nginx, this error occurs:
Code:
Dependency error: This port requires the OpenSSL library, which is part of
the FreeBSD crypto distribution, but not installed on your
machine. Please see the "OpenSSL" section in the handbook
(at "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html", for instance)
for instructions on how to obtain and install the FreeBSD
OpenSSL distribution.
*** Error code 1
Stop.
make[1]: stopped in /basejail/usr/ports/www/nginx
*** Error code 1
Stop.
make: stopped in /basejail/usr/ports/www/nginx