Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I installed the Pervasive SQL driver 32bit for ODBC connections on a 32bit Ubuntu OS.

After the install, I'm no longer capable of running apt-get and I get this:

apt-get: /usr/local/psql/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by apt-get)
apt-get: /usr/local/psql/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by apt-get)
apt-get: /usr/local/psql/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by apt-get)
apt-get: /usr/local/psql/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/i386-linux-gnu/libapt-pkg.so.4.12)
apt-get: /usr/local/psql/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib/i386-linux-gnu/libapt-pkg.so.4.12)
apt-get: /usr/local/psql/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/i386-linux-gnu/libapt-pkg.so.4.12)

Reading PSQL 64bit driver error I tryed to rename

/usr/local/psql/lib/libgcc_s.so.1 in /usr/local/psql/lib/libgcc_s.so.1.org /usr/local/psql/lib/libstdc++.so.6 in /usr/local/psql/lib/libstdc++.so.6.org

without doing ldconfig but the message has only changed in the following:

apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by apt-get)
apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by apt-get)
apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/i386-linux-gnu/libapt-pkg.so.4.12)
apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/i386-linux-gnu/libapt-pkg.so.4.12)

How can I restore it?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.