|
From: Peter C. <pca...@gm...> - 2014-08-24 11:08:22
|
Hi Nimisha, you could check two things. Is the file in question actually existing in /home/nimisha/BOOST_QLib/boost_1_55_0/lib, and if yes is this directory on your LD_LIBRARY_PATH ? Peter On 15 August 2014 00:43, nimisha raut <nim...@gm...> wrote: > 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 > > I have followed the below steps: > > cd boost_1_55_0 > ./bootstrap.sh --prefix=/home/nimisha/BOOST_QLib/boost_1_55_0/ > ./b2 install > export PATH=$PATH:/home/nimisha/BOOST_QLib/boost_1_55_0/ > > cd QuantLib-1.3 > > sudo ./configure > -with-boost-include=/home/nimisha/BOOST_QLib/boost_1_55_0/include/ > -with-boost-lib=/home/nimisha/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, > Nimisha > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > QuantLib-dev mailing list > Qua...@li... > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > |