I use a MacBook with Core 2 Duo which is a AMD64 architecture. As OS I use Gentoo-Linux. When I try to configure rcsserver, I get a error message:
checking for boostlib >= 1.32.0 ... configure error: could not detect boost libraries (version 1.32 or higher). (....)
Fact is, that I have the boost library installed under /usr/include/boost, set the appropriate PATH and BOOST_ROOT variable. I also tried to give the path directly with the --with-boost option and to let the path in the --with-boost option clear. Everything I found so far on this problem was not useful :-/
Any help would be appreciated. If you need more information, jsut ask :)
Andrej
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I guess you have not installed the boost library files (i.e. libboost_filesystem.so etc). If you are using Gentoo Linux, you can easily install all boost library files by 'emerge boost'.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2008-04-12
This has no effect, I am afraid. I still get the same error message :-/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2008-04-12
Hi,
I have installed boost and boost-build via emerge already. The file "libbost_filesystem.so" e.g. is located in /usr/lib64. Therefore I assume that it's really installed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I use a MacBook with Core 2 Duo which is a AMD64 architecture. As OS I use Gentoo-Linux. When I try to configure rcsserver, I get a error message:
checking for boostlib >= 1.32.0 ... configure error: could not detect boost libraries (version 1.32 or higher). (....)
Fact is, that I have the boost library installed under /usr/include/boost, set the appropriate PATH and BOOST_ROOT variable. I also tried to give the path directly with the --with-boost option and to let the path in the --with-boost option clear. Everything I found so far on this problem was not useful :-/
Any help would be appreciated. If you need more information, jsut ask :)
Andrej
I guess you have not installed the boost library files (i.e. libboost_filesystem.so etc). If you are using Gentoo Linux, you can easily install all boost library files by 'emerge boost'.
This has no effect, I am afraid. I still get the same error message :-/
Hi,
I have installed boost and boost-build via emerge already. The file "libbost_filesystem.so" e.g. is located in /usr/lib64. Therefore I assume that it's really installed.
Please try
$ ./configure LDFLAGS="-L/usr/lib64"
But I'm not sure this works correctly.