libdasm icon indicating copy to clipboard operation
libdasm copied to clipboard

Unable to install libdasm in linux

Open Bhuvanamitra opened this issue 6 years ago • 3 comments

I have done all these steps: make sudo make install cd pydasm sudo python setup.py install

But still when i run something which needs pydasm, I am getting the error: "Pydasm is not installed" How can I resolve this issue?

Bhuvanamitra avatar Mar 15 '19 06:03 Bhuvanamitra

The problem is pydasm.so did not get copied into lib/python/site-packages. I have copied it manually and it is working now. But I am not sure why it sould be done manually.

Bhuvanamitra avatar Mar 15 '19 06:03 Bhuvanamitra

@Bhuvanamitra Can you provide some details about your OS flavor and version? Also your python version. And output from the install command that appeared to work but did not would also be helpful, if you happen to have it.

jtpereyda avatar Mar 21 '19 01:03 jtpereyda

Ubuntu 16.04 Python-2.7

Install output: running install running build running build_ext running install_lib running install_egg_info Removing /usr/local/lib/python2.7/dist-packages/pydasm-1.5.egg-info Writing /usr/local/lib/python2.7/dist-packages/pydasm-1.5.egg-info

Bhuvanamitra avatar Mar 21 '19 07:03 Bhuvanamitra