ofalk / libdnet

libdnet provides a simplified, portable interface to several low-level networking routines.
Other
153 stars 60 forks source link

ImportError at start #64

Closed marcel-git closed 1 year ago

marcel-git commented 3 years ago

Hey, I encountered a problem when importing dnet into my python project. When executing the script it throws the following error:

ImportError: /home/marcelk/.local/lib/python3.9/site-packages/dnet.cpython-39-x86_64-linux-gnu.so: undefined symbol: ip_open

Any suggestions on wether this is an error on my part or did I miss something?

Thank you in advance!

ofalk commented 2 years ago

Hi @marcel-git ! Sorry for the delayed reply. Can you explain what OS you are running, how you installed libdnet and the Python module? Can you provide the output of:

 $ nm -D /home/marcelk/.local/lib/python3.9/site-packages/dnet.cpython-39-x86_64-linux-gnu.so |grep ip_open
 $ ldd /home/marcelk/.local/lib/python3.9/site-packages/dnet.cpython-39-x86_64-linux-gnu.so
ofalk commented 1 year ago

No activity... Closing out. If it's still relevant, please reopen.