Created on 11-05-2013 02:31 PM - edited 09-16-2022 01:50 AM
my cloudera installation fails because it cannot find libstdc++.so.6, even though i can look for it under /usr/lib/libstdc++.so.6.
anyone know how to get pass this error?
zypper --gpg-auto-import-keys -n in impala
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: nothing provides libstdc++.so.6(GLIBCXX_3.4.11)(64bit) needed by impala-1.1.1-1.p0.21.sles11.x86_64
Solution 1: do not ask to install a solvable providing impala
Solution 2: break impala by ignoring some of its dependencies
Created 11-05-2013 03:18 PM
Created 11-05-2013 03:05 PM
What does the following command return on your system?
ldd /usr/lib/libstdc++.so.6
Also, are you on a 64-bit OS?
Created 11-05-2013 03:18 PM
Created 11-06-2013 03:23 PM
Created 11-07-2013 09:30 AM