You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully installed auxil,but after running the command import auxil.auxil as auxil
I get an error that libprov_means.so not found.So I copied the file into /usr/lib path.But still it gives error OSError: libprov_means.so: wrong ELF class: ELFCLASS64
I copied the linux32 bit: libprov_means.so file from your github directory and placed it in /usr/lib.
I am using ubuntu 16.04 32 bit system and spyder Anaconda.
The text was updated successfully, but these errors were encountered:
Since you are on a 32bit system you should probably simply compile the
source yourself. Here is the compiler command that I use (cd into the
directory containing the source code prov_means.c):
gcc -shared -Wall -g -o libprov_means.so -fPIC prov_means.c
The copy the libprov_means.so to /usr/lib.
I hope this gets you going.
Am 17.03.2017 um 08:11 schrieb shubhamsharma1609:
I successfully installed auxil,but after running the command
|import auxil.auxil as auxil|
I get an error that libprov_means.so not found.So I copied the file
into /usr/lib path.But still it gives error
|OSError: libprov_means.so: wrong ELF class: ELFCLASS64|
I copied the linux32 bit: libprov_means.so file from your github
directory and placed it in /usr/lib.
I am using ubuntu 16.04 32 bit system and spyder Anaconda.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGAHpmccp5YzWG6KVn3TMaMiwPAWzUIuks5rmjIpgaJpZM4MgP_b>.
I successfully installed auxil,but after running the command
import auxil.auxil as auxil
I get an error that libprov_means.so not found.So I copied the file into /usr/lib path.But still it gives error
OSError: libprov_means.so: wrong ELF class: ELFCLASS64
I copied the linux32 bit: libprov_means.so file from your github directory and placed it in /usr/lib.
I am using ubuntu 16.04 32 bit system and spyder Anaconda.
The text was updated successfully, but these errors were encountered: