Hi,
I'm rather new on FreeBSD, so I apologize in advance for not seeing the obvious!
I'm trying to build Ceph from the sources of the lastest release (so-called "Emperor") on FreeBSD 10.0-RELEASE. I'm using the default (Clang) compiler.
The problem is I'm unable to complete the
Include files for libcryptopp are available in /usr/local/includes/cryptopp.
(if related) /usr/lib/libcrypt.so and /usr/local/lib/libcrypto.so do exist.
I don't know what path the linker is looking at for lcryptopp. Do you have any idea?
Thank you,
Marin.
I'm rather new on FreeBSD, so I apologize in advance for not seeing the obvious!
I'm trying to build Ceph from the sources of the lastest release (so-called "Emperor") on FreeBSD 10.0-RELEASE. I'm using the default (Clang) compiler.
The problem is I'm unable to complete the
./configure stage because of a failed dependency check: the configure script looks for libcryptopp and seems unable to find it. Of course, I've already tried to install libcryptopp both from the ports (security/cryptopp) and the pkg repository, without success. In the debug log, I have the following error:
Code:
configure:17844 c++ -o conftest -g -O2 -D_THREAD_SAFE -pthread conftest.cpp -lcryptopp -lpthread > &5
/usr/bin/ld cannot find lcryptopp
(if related) /usr/lib/libcrypt.so and /usr/local/lib/libcrypto.so do exist.
I don't know what path the linker is looking at for lcryptopp. Do you have any idea?
Thank you,
Marin.