From: grarpamp <gra...@gm...> - 2017-04-04 02:58:23
|
On Mon, Apr 3, 2017 at 10:42 PM, Chris <cpo...@em...> wrote: > don't have OpenSSL installed however this seems to show that it is Most stuff based on debian, maybe even more linux's, do silly thing of userland and dev seperate, you have to also install "-dev" versions of the same package if you want to compile anything, maybe they try to save space for micro installs but it's silly major headache. With FreeBSD, and pretty much all BSD's, they're sane, once you add the package, you get everything you need, and the configure below just works. https://www.freebsd.org/ https://www.freebsd.org/ports/categories-grouped.html https://www.freebsd.org/cgi/ports.cgi?query=openssl&stype=name&sektion=all > My configure command is $ ./configure --with-ssl. |