Oh I figure out what happen. It seems the library when compile find hdf5 and zlib on anaconda binary file and also set the libstdc++ to anaconda one, which does not contain gcc 4.9 content. Disable the hdf5 and zlib option when compiling solve the problem.
On Sunday, July 2, 2017 at 4:28:07 PM UTC-4, jiancong wang wrote: > > Hi guys, > I am new to dealii. I tried to compile and install dealii 8.5 and it > compiled and install without any error. > However when I tried to compile and run step-1 in the examples, it > compiled without error but when run it gave > error like this: > jiancong@WJC-bigboy:~/Desktop/dealii-8.5.0/examples/step-1$ ./step-1 > ./step-1: /home/jiancong/anaconda2/lib/libstdc++.so.6: version > `CXXABI_1.3.9' not found (required by ./step-1) > ./step-1: /home/jiancong/anaconda2/lib/libstdc++.so.6: version > `GLIBCXX_3.4.21' not found (required by ./step-1) > ./step-1: /home/jiancong/anaconda2/lib/libstdc++.so.6: version > `CXXABI_1.3.9' not found (required by /usr/local/lib/libdeal_II.g.so.8.5.0) > ./step-1: /home/jiancong/anaconda2/lib/libstdc++.so.6: version > `GLIBCXX_3.4.21' not found (required by > /usr/local/lib/libdeal_II.g.so.8.5.0) > ./step-1: /home/jiancong/anaconda2/lib/libstdc++.so.6: version > `GLIBCXX_3.4.20' not found (required by > /usr/local/lib/libdeal_II.g.so.8.5.0) > ./step-1: /home/jiancong/anaconda2/lib/libstdc++.so.6: version > `CXXABI_1.3.8' not found (required by /usr/local/lib/libdeal_II.g.so.8.5.0) > > It seems the library is looking for some gcc 4.9 lib that's missing. Any > one has experience this? > I am running on ubuntu 16.04 with gcc 5.4. Thanks! > > Best, > Cong > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
