ccnet-server icon indicating copy to clipboard operation
ccnet-server copied to clipboard

Add support PKG_CONFIG_PATH/PKG_CONFIG_LIBDIR env vars for libcrypto and libssl

Open hardfalcon opened this issue 7 years ago • 1 comments

This enables support for compiling ccnet-server using an OpenSSL version installed outside the system's default prefix. Until ccnet-server supports openssl 1.1.0, this is required to compile for example on Archlinux where the current openssl 1.0.2 package will soon be upgraded to 1.1.0, and the future 1.0.2 package's files will go into /usr/lib/openssl-1.0.

To use this, execute export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/lib/pkgconfig prior to running autogen.sh.

hardfalcon avatar Feb 20 '17 01:02 hardfalcon