-
Notifications
You must be signed in to change notification settings - Fork 36
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
error in openSUSE Tumbleweed #218
Comments
I'm getting the same error in openSUSE Leap 15.0 as of 11 November, 2019
Janky, Not at All Recommended WorkaroundI created a symlink to |
Yes, this is a workaround, not a good solution. I did the same:
|
There are multiple copies of this same bug, but this issue (#218) is the earliest I can find open. This bug should be fixed. There is a comment about fixing it on one of the duplicates (#251) They have the same error, a dialog that pops up on start and says "OSS DB Tools Service component exited unexpectedly. Please restart Azure Data Studio.", then an error reported in the output section:
The important bit is the missing "libffi.so.6" There are many other duplicates (that should probably be closed and directed to here) #239 Work around: So far, the workaround for some systems linking libffi.so.6 to version 7 seems to work:
The workaround does not work if you only have version 8, e.g. Ubuntu 20.10 -- it gets past the first error but then just fails. You can check which version you have via:
The other workaround is to directly install the version 6 libraries directly:
|
For those who are coming here for openSUSE Tumbleweed (or others that only offer version 8 of
I found that the server:monitoring $ sudo zypper ar https://download.opensuse.org/repositories/server:monitoring/openSUSE_Tumbleweed/server:monitoring.repo
$ sudo zypper ref
$ sudo zypper install libffi6 |
This most defiantly is not fixed yet or the VSCode postgres Extension is pulling an outdated version. |
the ptvsd(python tool for vs debugger) module which is being used in ossdbtoolsservice_main.py is no longer active, looks the same old module is being shipped and its creating issues, the ubuntu 20.04 uses newer version which is libffi.so.7.1.0. |
It's been years, and this has not been fixed. Trying to run ADS on Ubuntu 22.04 (Jammy Jellyfish) to no avail. Anyone successfuly installed and used the extension on 22.04? Edit: Ok, looking at the issue tracker, lots of people are having this issue for a long time already. Is this product abandoned or what? Nearing one year since the last commit as well. |
ptvsd appears to be dead that is root cause of this issue. |
Thanks |
Module not working in openSUSE Tumbleweed.
Just after install the plugin got the error below:
Installed version of libffi:
The text was updated successfully, but these errors were encountered: