pykerberos
pykerberos copied to clipboard
Error while loading shared libraries: libopcodes-2.27.so
When I try to pip install pyKerberos I get:
Error while loading shared libraries: libopcodes-2.27.so
The file is actually available on my machine, but it cannot be found.
Is there any way I can specify the path where it should look for it?
Hey, you should be able to provide paths for dynamic libraries using LD_LIBRARY_PATH environment variable (assuming your on Linux). Have a look at https://www.hpc.dtu.dk/?page_id=1180 to see how to use it.
On August 9, 2021 at 04:49:55, Nicolas Dickreuter @.@.>) wrote:
When I try to pip install pyKerberos I get:
Error while loading shared libraries: libopcodes-2.27.so
The file is actually available on my machine, but it cannot be found.
Is there any way I can specify the path where it should look for it?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/02strich/pykerberos/issues/41, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAAK2XZZDUHGZ5R46UAH6HTT366F7ANCNFSM5BZ3GMUQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.
Anything more that we can help with here?
Hey, you should be able to provide paths for dynamic libraries using LD_LIBRARY_PATH environment variable (assuming your on Linux). Have a look at https://www.hpc.dtu.dk/?page_id=1180 to see how to use it. On August 9, 2021 at 04:49:55, Nicolas Dickreuter @.@.>) wrote: When I try to pip install pyKerberos I get: Error while loading shared libraries: libopcodes-2.27.so The file is actually available on my machine, but it cannot be found. Is there any way I can specify the path where it should look for it? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#41>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAAK2XZZDUHGZ5R46UAH6HTT366F7ANCNFSM5BZ3GMUQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.
Is there any good solution for this library about libopcodes-xx.xx.xx-system.so cannot find?