Jump to content
XPEnology Community

error while loading shared libraries: libssl.so.0.9.8


replay22

Recommended Posts

Sinds yesterday i can't login with WINSCP anymore to the NAS and when connected with SSH any command like top, ls, cp give this error.

 

error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

 

I find on the internet that i can create a symbolic link to solve this

 

something like this command

ln -s /usr/lib/libssl.so.10 /usr/lib/libssl.so.0.9.8

 

but i can't do any commands like ln, cp, top, ls

 

if i do help i can use only this commands. Im logged in as root user, also tried with the admin user

NAS> help
Built-in commands:
------------------
       . : [ [[ alias break cd chdir continue eval exec exit export
       false getopts hash help let local printf pwd read readonly return
       set shift source test times trap true type ulimit umask unalias
       unset wait

this user also have same problem. http://forum.synology.com/enu/viewtopic ... 90&t=80808

 

What can i do? I already tried to reinstall but the synology assistant don't show it as a new nas. How can i fix this without losing data?

 

I am running XPEnology_DS3612xs_3810-repack-trantor-v1.0 on a HP MicroServer Gen8

 

Thanks in advance

Link to comment
Share on other sites

Show "echo $PATH".

NAS> "echo $PATH"
-ash: echo /opt/bin:/opt/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin: not found
NAS> echo $PATH
echo: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
NAS>

hrmnm1.png

Link to comment
Share on other sites

×
×
  • Create New...