Electrostatics / apbs-pdb2pqr

APBS - software for biomolecular electrostatics and solvation
http://www.poissonboltzmann.org/
128 stars 62 forks source link

Multivalue - libraries not found #536

Closed ssunidhi closed 4 years ago

ssunidhi commented 4 years ago

I updated the library path so that it points to </path/APBS-1.4.2.1-linux64/lib>, but still the following error is popping up each time:

./multivalue: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory

It is because the unzipped directory doesn't have libreadline.so.6 in the lib folder. Kindly advise what should be done to resolve this issue.

@kozlac you responded to one thread which was similar to this issue. Kindly help.

kozlac commented 4 years ago

Hello @ssunidhi, this is not an APBS error. It seems you are missing the readline library in your system. What OS are you using? In Ubuntu, for example, you would do:

sudo apt install libreadline-dev

AlexandrParkhomenko commented 4 years ago

core/readline 8.0.004-1 [installed] GNU readline library

recompile!

sobolevnrm commented 4 years ago

@ssunidhi - were you able to resolve this issue?

ssunidhi commented 4 years ago

Yes I was. Python 2 was needed instead of python 3.

On Sat, 18 Apr 2020, 23:01 Nathan Baker, notifications@github.com wrote:

@ssunidhi https://github.com/ssunidhi - were you able to resolve this issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Electrostatics/apbs-pdb2pqr/issues/536#issuecomment-615908571, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5IRA6QNH7BQFPC2CXX52TRNHPVHANCNFSM4LCEQOKQ .

sobolevnrm commented 4 years ago

Great!