-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requires libncurses5 instead of 6? #2
Comments
Current workarounds?
doing a symbolic link from my current Hopper installation:
doing a symbolic link:
doing a symbolic link:
doing a symbolic link:
doing a symbolic link from my hopper installation: I sound like a robot. bleep bloop. Or like a dumb user. derp derp. |
Hi @glubsy, I haven't looked at this for a few years so I'm not too sure.... I never actually ended up using this in a project. I suspect you may do well by updating the version of the library that's bundled; see settings and urls in https://github.com/andrewleech/fdb_embedded/blob/embedded/build_firebird.py |
Thanks, I guess I should have looked closer indeed. For now, everything seems to work for me. by the way, thanks for sharing this fork, it's quite useful to me (I think... just messing around) Cheers~ |
Installed after doing a small modification to the setup.py by changing "python" to "python2"
and changing
httplib
tohttp.client as httplib
in build_firebird.py (since httplib is deprecated now). Then:and it seems to have installed correctly.
Now calling fdb_embedded in my script yields the following error:
Do I need to find libncurses5? Am I missing something obvious? Running Arch Linux, my libncurses shared libs are all version 6.
Edit: running an strace, it's clearly looking for libncurses5... maybe it should be bundled with it?
The text was updated successfully, but these errors were encountered: