I get the following problem when starting django or ipython notebook
/opt/bitnami/python/bin/.python2.7.bin: Error loading shared libraries: libreadline.so.5
However, libreadline.so.5 exists on my system after it is hosted, as shown below.
root @linux: / opt / bitnami / scripts # find libreadline.so.5 /opt/bitnami/common/lib/libreadline.so.5 /opt/bitnami/common/lib/libreadline.so.5.2
I also exported the path to the environment variable (where libreadlive.so.5 is located), but it doesn't seem to solve my problem (see below)
export LD_LIBRARY_PATH = $ {LD_LIBRARY_PATH}: $ HOME / opt / bitnami / common / lib
There is also a script provided by bitnami, which is located in /opt/bitnami/scripts/setenv.sh. But even after doing it, I'm still stuck.
Anyone can help me with this.
source share