Thanks,

I solve it as specifying /usr/lib64, but I still have a "segmentation fault" on the 64 bits linux.

If I install the Boost 1.36.0 with ./bjam, how can I link my code to Boost1.36.0?
When I used the Boost 1.36 on 32 bits linux, in order to link, I type "export BOOSTDIR=/home/..../boost1.36", "export BOOSTINCLUDEDIR=/home/..../boost1.36/include/

Sorry to ask basic problem, but I am new guy to use Boost Library.

Thanks,