top of page
darbaveropcandsel

Error While Loading Shared Libraries Libssl.so: A Simple and Effective Way to Fix This Error



I was having the same issue after install the last version of openssl 1.1.0c, I resolved the issue copying the library files libcrypto.so.1.1, libcrypto.a and libssl.so from /usr/local/lib64 to the share library at /usr/lib64.After copy the libraries you need to create the symbolic link.




Error While Loading Shared Libraries Libssl.so



pranav@exam > journalctl -r grep -i "libssl"May 12 10:39:12 exam VMware[2973]: /usr/sbin/vmware-authdlauncher: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory


On : 19.1.0.0.1 version, 1 - Oracle DB backendAfter using an OGG patch - receiving error while loading shared libraries: libssl.so.10 > ggsci./ggsci: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directoryUse of XAG is also throwing similar error error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory


error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directoryafter updating curl i am unable to work with pacman and aurhelper .I tried to downgrade the package but showing the same error also my network manager is down and my gui is unable to link anything here is the pacman log 2022-11-10T00:29:08+0530] [PACMAN] Running 'pacman -Syy curl'[2022-11-10T00:29:08+0530] [PACMAN] synchronizing package lists[2022-11-10T00:29:12+0530] [ALPM] transaction started[2022-11-10T00:29:12+0530] [ALPM] upgraded curl (7.85.0-2 -> 7.86.0-3)[2022-11-10T00:29:12+0530] [ALPM] transaction completed


  • Hi,Something likeBazooka[30] yli$ ls -l /usr/lib/libssl*-rwxr-xr-x 1 root root 168004 2008-01-31 13:21 /usr/lib/libssl3.so*-rwxr-xr-x 1 root root 196816 2008-02-28 12:30 /usr/lib/libssl.so.0.9.7*-r-xr-xr-x 1 root root 248116 2008-04-21 18:42 /usr/lib/libssl.so.0.9.8*are at my computer.I asked admin for libssl.so.6.Yongzuo________________________________________From: Mary Haley [haley@ucar.edu]Sent: Tuesday, July 06, 2010 8:18 AMTo: Li, YongzuoCc: ncl-talk@ucar.eduSubject: Re: Problem to run NCL 5.2.1 from Mary HaleyDo you have "locate" on your system? If so, type: locate libssl.so.6If it finds this library, then set the LD_LIBRARY_PATH environmentvariable to the location of this library.For example: setenv LD_LIBRARY_PATH /xxx/yyyor export LD_LIBRARY_PATH=/xxx/yyyWhere "/xxx/yyy" is the path to this library.If you don't have libssl.so.6, then you can ask your systemadministrator about this, orI will have to build you a non-OPeNDAP binary, and I can't get to thisuntil tomorrow.--MaryOn Jul 2, 2010, at 9:55 PM, Li, Yongzuo wrote:> Hi,>> I got error to run v5.2.1 from Mary.>> Bazooka[18] yli$ ncl.beta> ncl.beta: error while loading shared libraries: libssl.so.6: cannot> open shared object file: No such file or directory> Bazooka[19] yli$> Bazooka[19] yli$ ncl> Copyright (C) 1995-2010 - All Rights Reserved> University Corporation for Atmospheric Research> NCAR Command Language Version 5.2.0> The use of this software is governed by a License Agreement.> See for more details.> ncl 0> quit>> Yongzuo>> Yongzuo,>> I have a new "ncl.beta" executable for you to try. If you already> have NCL 5.2.0, then here are the instructions> for trying the new executable:>> ftp ftp.ucar.edu> > > cd /pub/scd/haley> get ncl.beta> quit>> Once you have the file, make sure it is executable, and move it to> $NCARG_ROOT/bin:>> chmod gou+x ncl.beta> mv ncl.beta $NCARG_ROOT/bin/.>> Now you can use this new NCL executable instead of the one already> installed on your system:>> ncl.beta your_script.ncl>> If you are comfortable that this executable works, you can replace> your old ncl executable with this new one. You should first make a> copy of your old one:>> cd $NCARG_ROOT/bin> mv ncl ncl.old> mv ncl.beta ncl>> This should should do it. Please let me know if you have any> problems.>> --Mary>> On Jul 2, 2010, at 11:28 AM, Dennis Shea wrote:>>> Mary Haley will contact about a beta binary.>>>> Also, please try Mary's suggestion about raster smoothing.>>>> Good luck>>>> -------- Original Message -------->> Subject: v5.2.1 for rcm2points to solve interpolation>> noise>> Date: Fri, 2 Jul 2010 17:17:29 +0000>> From: Li, Yongzuo edu>> To: ncl-talk@ucar.edu edu>> CC: karan@ngi.msstate.edu msstate.edu>>>> Hi ,>>>> According to Dennis's e-mail below, I provide>>>> Bazooka[33] yli$ gcc --version>> gcc (GCC) 4.1.2 20070115 (SUSE Linux)>> Copyright (C) 2006 Free Software Foundation, Inc.>> This is free software; see the source for copying conditions.>> There is NO>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR>> PURPOSE.>>>> Bazooka[34] yli$ uname -a>> Linux Bazooka.HPC.MsState.Edu 2.6.16.60-0.42.8-smp #1 SMP Tue Dec>> 15 17:28:00 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux>> Bazooka[35] yli$>>>> What is next step?>>>> Yongzuo>>>> ________________________________________>> From: Dennis Shea [shea@ucar.edu]>> Sent: Friday, July 02, 2010 11:09 AM>> To: Li, Yongzuo>> Cc: ncl-talk@ucar.edu; karan@ngi.msstate.edu>> Subject: Re: noise after 2D interpolation>>>> The v5.2.1 release has another option [opt=2]>>>> -in/rcm2points.shtml>>>> You can provide the following information>>>> %> gcc --version>>>> %> uname -a>>>> a v5.2.1 beta version can be made available.>>>>>> On 7/2/10 12:44 AM, Li, Yongzuo wrote:>>> Hi,>>>>>>>>> I use>>>>>> -minus-ruc.ncl>>>>>> to make>>>>>> -minus-ruc-final.pdf>>>>>> There are a lot of noise on page 3 of the pdf file after>>>>>> u1d = rcm2points(lat2d,lon2d,uzoom,y1d,x1d,2)>>> v1d = rcm2points(lat2d,lon2d,vzoom,y1d,x1d,2)>>>>>> Is any smooth function available in NCL to remove noise?>>>>>>>>> Yongzuo>>> _______________________________________________>>> ncl-talk mailing list>>> List instructions, subscriber options, unsubscribe:>>> -talk>> _______________________________________________>> ncl-talk mailing list>> List instructions, subscriber options, unsubscribe:>> -talk>> _______________________________________________> ncl-talk mailing list> List instructions, subscriber options, unsubscribe:> -talk_______________________________________________ncl-talk mailing listList instructions, subscriber options, unsubscribe: -talkReceived on Tue Jul 6 10:27:21 2010This message: [ Message body ]

  • Next message: xiaoming Hu: "position of lbTitle"

  • Previous message: Mateus Teixeira: "str_squeeze documentation"

  • Contemporary messages sorted: [ By Date ] [ By Thread ] [ By Subject ] [ By Author ] [ By messages with attachments ]

This archive was generated by hypermail 2.1.8 : Fri Jul 09 2010 - 16:06:22 MDT


jeff@Thor-KUBUNTU:/Downloads/BOINC$ ./run_manager./boincmgr: error while loading shared libraries: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directoryjeff@Thor-KUBUNTU:/Downloads/BOINC$ jeff@Thor-KUBUNTU:/Downloads/BOINC$ $PATHbash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin: No such file or directoryjeff@Thor-KUBUNTU:/Downloads/BOINC$ I am running BOINC on UBUNTU 18.x with no problems. It installed and ran straight away. I instaslled KUBUNTU 20.10 and tried to install but hit this roadblock. Is the path lacking, or am I missing a part of the program?Thanks fr the help. I am not a expert in LINUX flavors so the solution might be my ignorance


Thanks for the suggestions. The results have not changed they are:jeff@Thor-KUBUNTU:/Downloads/BOINC$ ./run_client./boinc: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directoryjeff@Thor-KUBUNTU:/Downloads/BOINC$ ./run_manager./boincmgr: error while loading shared libraries: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directoryjeff@Thor-KUBUNTU:/Downloads/BOINC$ where do I find the shared libraries "libssl.so.1.0.0" and/or "libwebkitgtk-1.0.so.0"?? Are they part of the OS or do I need to get them somewhere else outside of BOINC? How do I search for them in the OS (I am very unfamiliar with the OS)


Not sure how you are getting an SSL library issue with a 20.10 distro. Certainly is up to date. That distro should distribute openssl 1.1.1.1fThe libwebkitgtk error is caused by the old BOINC code.ldd ./boincldd ./boincmgrYou should get printouts of what libraries are missing. Look for "not found" entries.Not sure what version of BOINC you are running and where you got it from. All the current versions are up to date and would have been compiled for the current shipping OpenSSL 1.1.1.1 library.Also you should not be getting the WxWidgets error. In any case try installing this library for the Manager and running the ldd command against the Manager afterwards to see if that error is gone.sudo apt install libwxgtk-webview3.0-gtk3-0v5Your first post in this thread showed no SSL dependency errors, just the WxWidgets one. So you aren't running the same BOINC version that you started with I assume. What BOINC are you actually trying to run? 2ff7e9595c


0 views0 comments

Recent Posts

See All

Comentarios


Catering Service

bottom of page