Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

libstdc++ requirement unmet #1

Closed
akshayaurora opened this issue May 26, 2011 · 0 comments
Closed

libstdc++ requirement unmet #1

akshayaurora opened this issue May 26, 2011 · 0 comments

Comments

@akshayaurora
Copy link
Member

berkelium extension requires libbz2.so.1.0 and mandriva 2010.2 has only libbz2.so.1 and libbz2.so.1.0.0
symlinking works here , but

Mandriva 2010.2 only has libstdc++6 compiled with 4.4.3 and libstdc+5+ compiled with 3.3.6
and berklium is complaining for libstdc++.so.6: version `GLIBCXX_3.4.14'

here is the output of the console:

(master)]$ python main.py
[INFO ] Kivy v1.0.7-dev
[INFO ] [Logger ] Record log in /home/qua-non/.kivy/logs/kivy_11-05-27_5.txt
[DEBUG ] [Cache ] register <kv.texture> with limit=1000, timeout=60s
[INFO ] [Factory ] 92 symbols loaded
[DEBUG ] Searching for new extension in ['/usr/lib64/python2.6/site-packages/kivy/extensions', '/home/qua-non/.kivy/extensions']
[DEBUG ] [Extension found for 'berkelium']
None
/home/qua-non/.kivy/extensions/berkelium_1.0/berkelium
('', '', 5)
[CRITICAL] Unable to load berkelium extension.
[CRITICAL] Ensure that you have the good version for your platform
Traceback (most recent call last):
File "main.py", line 7, in
berkelium = load('berkelium', (1, 0))
File "/usr/lib64/python2.6/site-packages/kivy/ext/init.py", line 142, in load
mod = imp.load_module(extname, file, pathname, desc)
File "/home/qua-non/.kivy/extensions/berkelium_1.0/berkelium/init.py", line 47, in
import _berkelium as berkelium
ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /home/qua-non/.kivy/extensions/berkelium_1.0/berkelium/data/liblibberkelium.so)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant