libreadline.so.0: cannot open shared object file: No such file or directory

Post Reply
alexandrapierri
Posts: 69
Joined: Wed Jun 17, 2015 5:31 pm

libreadline.so.0: cannot open shared object file: No such file or directory

Post by alexandrapierri »

hello

after installation of NEURON 7.5 in linux, trying to execute a previous hoc script by running nrniv produces the following errors:

NEURON: Couldn't find: stdlib.hoc
NEURON: Couldn't find: import3d.hoc
libreadline.so.0: cannot open shared object file: No such file or directory

I searched for these files and they are indeed located in the directories:

./neuron/nrn/share/lib/hoc/stdlib.hoc
./neuron/nrn/share/nrn/lib/hoc/stdlib.hoc
and
./neuron/nrn/share/lib/hoc/import3d.hoc
./neuron/nrn/share/nrn/lib/hoc/import3d.hoc

For some reason neuron cannot locate them and thus so far I haven't been able to run my 7.5 neuron installation.
Any help would be appreciated!
ted
Site Admin
Posts: 6286
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: libreadline.so.0: cannot open shared object file: No such file or directory

Post by ted »

Does
neurondemo
work?

Did you install from a gzipped tar file or did you get the latest development code from the git repository?

What was the ./configure line?

What does
whcih nrniv
tell you?

--Ted
Post Reply