Page 1 of 1

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

Posted: Sat Jun 23, 2018 8:54 pm
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!

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

Posted: Sun Jun 24, 2018 10:49 am
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