Skip to main content
Topic: Audacity: error while loading shared libraries: lib-screen-geometry.so: (Read 723 times) previous topic - next topic
0 Members and 8 Guests are viewing this topic.

Audacity: error while loading shared libraries: lib-screen-geometry.so:

I have Audacity installed from the galaxy repo and I've recently been getting this error when launching.

Quote
"audacity: error while loading shared libraries: lib-screen-geometry.so: cannot open shared object file: No such file or directory"

I checked  /usr/lib/audacity and the file exists there so I'm not sure what the issue is.

Any ideas? Anyone else experiencing this issue?

Thanks

 

Re: Audacity: error while loading shared libraries: lib-screen-geometry.so:

Reply #2
Thanks. I ended up grabbing the appimage for now as well. Hopefully the issue gets sorted out. There isn't much out there about it yet. Thanks for the suggestion



Re: Audacity: error while loading shared libraries: lib-screen-geometry.so:

Reply #5
I have Audacity installed from the galaxy repo and I've recently been getting this error when launching.

I checked  /usr/lib/audacity and the file exists there so I'm not sure what the issue is.

Any ideas? Anyone else experiencing this issue?

Thanks


I've got audacity running by manually setting the library path:

Code: [Select]
$ LD_LIBRARY_PATH="/usr/lib/audacity" audacity

Hope this helps.

Regards.

Re: Audacity: error while loading shared libraries: lib-screen-geometry.so:

Reply #6
I've got audacity running by manually setting the library path:

Code: [Select]
$ LD_LIBRARY_PATH="/usr/lib/audacity" audacity

Hope this helps.

Regards.
I've been using the appimage while waiting for the package to be fixed. I will try this remedy in the meantime then. Thanks!! Much appreciated