Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hi,
I have installed "nlserver6-v7-8857-x86_64_rh7.rpm", I have followed installation steps from Prerequisites & Installing packages
when I am trying to run any nlserver from "/usr/local/neolane/nl6/bin" getting below error
"./nlserver: error while loading shared libraries: libmozjs.so.1.0: cannot open shared object file: No such file or directory"
No clue how to fix this. Please help.
Thanks in advance.
Warm Regards,
Anupam Maiti
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
Finally found the solution
Step 1. export LD_LIBRARY_PATH=/usr/local/neolane/nl6/lib/
Step 2. ldconfig
This fixed the issue.
I have tried starting nlserver after creating symbolic links to "/usr/lib/" though it fixed "cannot open shared object file" issue bit I was getting some other error while starting "nlserver".
Hi Anupam,
Did you do
su press Enter
enter root password
Then do
su - neolane
before firing the nlserver commands?
Visualizações
respostas
Total de curtidas
Yes I have done that...still no hope .
Visualizações
respostas
Total de curtidas
Try creating symlink in /usr/lib for that library file.
ln -s /usr/local/neolane/nl6/lib/libmozjs.so.1.0 /usr/lib/libmozjs.so.1.0
Then run nlserver command again. If you get further errors, repeat above step for all the files listed in error.
Visualizações
respostas
Total de curtidas
I have tried this also, Though this fixed "cannot open shared object file" error for some .so files but I was not able to start ./nlserver.
Visualizações
respostas
Total de curtidas
Finally found the solution
Step 1. export LD_LIBRARY_PATH=/usr/local/neolane/nl6/lib/
Step 2. ldconfig
This fixed the issue.
I have tried starting nlserver after creating symbolic links to "/usr/lib/" though it fixed "cannot open shared object file" issue bit I was getting some other error while starting "nlserver".
Visualizações
respostas
Total de curtidas
Thanks for sharing the results Anupam! Much appreciated.
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas