|
Hi,
I was trying to build QuantLib-1.3. I am using boost_1_55_0. I could build boost and configure quantlib with boost. When I do make and make install it works fine. But when I do a make check I get the below error:
/../../BOOST_QLib/QuantLib-1.3/test-suite/.libs/lt-quantlib-test-suite: error while loading shared libraries: libboost_unit_test_framework.so.1.55.0: cannot open shared object file: No such file or directory
Below are the steps I followed:
cd boost_1_55_0
./bootstrap.sh --prefix=/path/to/BOOST_QLib/boost_1_55_0/
./b2 install
export PATH=$PATH:/path/to/BOOST_QLib/boost_1_55_0/
cd QuantLib-1.3
sudo ./configure -with-boost-include=/path/to/BOOST_QLib/boost_1_55_0/include/ -with-boost-lib=/path/to/BOOST_QLib/boost_1_55_0/lib
sudo make
sudo make install
sudo make check
Please let me know if I am missing something?
Thanks,
nim
|