2016-07-11 10:40 GMT-06:00 Takahiro Ohkuma <[email protected]>: > Please let me add information. > > libboost_program_options-mt.so seems to be a link to > libboost_program_options.so.1.54.0. > > lrwxrwxrwx 1 root root 34 Jun 2 18:25 > /usr/lib64/libboost_program_options-mt.so -> > libboost_program_options.so.1.54.0* > > Takahiro > > 2016年7月11日月曜日 18時33分49秒 UTC+2 Takahiro Ohkuma: >> >> Thank you very much for your support >> >> Here is the result of the grep. >> >> > grep libboost_program_options tools/CMakeCache.txt >> >> Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libboost_program_options-mt.so >> >> Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libboost_program_options-mt.so >> >> votca_tools_LIB_DEPENDS:STATIC=general;/usr/lib64/libboost_program_options-mt.so;general;/usr/lib64/libboost_filesystem-mt.so;general;/usr/lib64/libboost_system-mt.so;general;/usr/lib64/libgsl.so;general;/usr/lib64/libgslcblas.so;general;/usr/lib64/libsqlite3.so;general;/usr/lib64/libfftw3.so;general;/usr/lib64/libexpat.so;general;-lpthread;general;m;
That looks all pretty ok, is there another boost inside your $prefix (from ./build.sh --prefix=$prefix) ? Try to install into a different prefix! Have you set LD_LIBRARY_PATH in your environment? Can you grep for 1.49.0 in CMakeCache.txt? Christoph >> >> Takahiro >> >> 2016年7月11日月曜日 18時29分46秒 UTC+2 Christoph Junghans: >>> >>> 2016-07-11 10:27 GMT-06:00 Takahiro Ohkuma <[email protected]>: >>> > Dear Christoph >>> > >>> > Thank you for you reply. >>> > I reruned ./build.sh after deleting all files of votca. But, >>> > unfortunately I >>> > met the same error message. >>> > Although I also reinstalled the cmake (version 3.3.2) command, it does >>> > not >>> > help. >>> Can you do a >>> $ grep libboost_program_options tools/CMakeCache.txt >>> ? >>> >>> Christoph >>> >>> >>> > >>> > Takahiro >>> > >>> > 2016年7月11日月曜日 17時49分25秒 UTC+2 Christoph Junghans: >>> >> >>> >> 2016-07-11 8:20 GMT-06:00 Takahiro Ohkuma <[email protected]>: >>> >> > Dear developers >>> >> > >>> >> > I got an error message in installing votca/tools as attached below. >>> >> > But, >>> >> > I >>> >> > have "libboost_program_options.so.1.54.0" in a directory of >>> >> > /usr/lib64. >>> >> > Do I need to install the version of >>> >> > libboost_program_options.so.1.49.0? >>> >> No. but for some reason, cmake has picked up libboost-1.49.0. >>> >> >>> >> Sometimes it helps to remove the CMakeCache.txt and rerun cmake. >>> >> >>> >> Christoph >>> >> >>> >> > Thank you very much for your advices in advance. >>> >> > >>> >> > >>> >> >>./build.sh --prefix=$prefix -du tools csg >>> >> >> -DBOOST_LIBRARYDIR=/usr/lib64 >>> >> >> -DBOOST_INCLUDEDIR=/usr/include/boost >>> >> > >>> >> > [100%] Building votca_property manpage >>> >> > ./votca_property: error while loading shared libraries: >>> >> > libboost_program_options.so.1.49.0: cannot open shared object file: >>> >> > No >>> >> > such >>> >> > file or directory >>> >> > src/tools/CMakeFiles/votca_property_manpage.dir/build.make:60: >>> >> > recipe >>> >> > for >>> >> > target 'src/tools/votca_property.man' failed >>> >> > make[2]: *** [src/tools/votca_property.man] Error 127 >>> >> > make[2]: *** Deleting file 'src/tools/votca_property.man' >>> >> > CMakeFiles/Makefile2:322: recipe for target >>> >> > 'src/tools/CMakeFiles/votca_property_manpage.dir/all' failed >>> >> > make[1]: *** [src/tools/CMakeFiles/votca_property_manpage.dir/all] >>> >> > Error >>> >> > 2 >>> >> > Makefile:116: recipe for target 'all' failed >>> >> > make: *** [all] Error 2 >>> >> > >>> >> > >>> >> > Best regards, >>> >> > Takahiro >>> >> > >>> >> > -- >>> >> > You received this message because you are subscribed to the Google >>> >> > Groups >>> >> > "votca" group. >>> >> > To unsubscribe from this group and stop receiving emails from it, >>> >> > send >>> >> > an >>> >> > email to [email protected]. >>> >> > To post to this group, send email to [email protected]. >>> >> > Visit this group at https://groups.google.com/group/votca. >>> >> > For more options, visit https://groups.google.com/d/optout. >>> >> >>> >> >>> >> >>> >> -- >>> >> Christoph Junghans >>> >> Web: http://www.compphys.de >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> > Groups >>> > "votca" group. >>> > To unsubscribe from this group and stop receiving emails from it, send >>> > an >>> > email to [email protected]. >>> > To post to this group, send email to [email protected]. >>> > Visit this group at https://groups.google.com/group/votca. >>> > For more options, visit https://groups.google.com/d/optout. >>> >>> >>> >>> -- >>> Christoph Junghans >>> Web: http://www.compphys.de > > -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/votca. > For more options, visit https://groups.google.com/d/optout. -- Christoph Junghans Web: http://www.compphys.de -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
