Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

New Post: Problem of dependencies in casablanca

$
0
0
Hello,

I manage to compile casablanca in CentOs but when I do an ldd on the libcasablanca.so I got:

./libcasablanca.so: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.18' not found (required by ./libcasablanca.so)
./libcasablanca.so: /usr/lib64/libstdc++.so.6: version
GLIBCXX_3.4.15' not found (required by ./libcasablanca.so)
./libcasablanca.so: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.14' not found (required by ./libcasablanca.so)
./libcasablanca.so: /usr/lib64/libstdc++.so.6: version
GLIBCXX_3.4.19' not found (required by ./libcasablanca.so)
./libcasablanca.so: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/user/dev/rebld/src/boost_1_55_0/lib/libboost_regex-gcc48-mt-1_55.so.1.55.0)

I used libboost 1.55 and gcc 4.8.2.
I recompile libboost first then gcc 4.8.2.

If you have an idea ?

Thanks

Viewing all articles
Browse latest Browse all 4845