LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-30-2012, 12:31 AM   #1
Spencerbaibai
LQ Newbie
 
Registered: Jan 2012
Posts: 2

Rep: Reputation: Disabled
Lightbulb dlopen error : libcrypto.so.6: cannot open shared object file


Dear all,

when I wanna to execute an C/C++ Code
I got the error as below :


dlopen error: libcrypto.so.6: cannot open shared object file: No such file or directory
Load Error: Failed to load Dynamic link library /home/kschuang/Desktop/root/lib/libNet.so
Error in <TCint::AutoLoad>: failure loading dependent library libNet.so for class TNtuple
dlopen error: libcrypto.so.6: cannot open shared object file: No such file or directory
Load Error: Failed to load Dynamic link library /home/kschuang/ Desktop /root/lib/libTree.so
Error in <TCint::AutoLoad>: failure loading library libTree.so for class TNtuple
Warning in <TClass::TClass>: no dictionary for class TBranch is available
Error: Function BIT(10) is not defined in current scope /home/kschuang/ Desktop

How should I do ?
Thank you in advance and best regards,

Spencer Lu
Medical Imgaing Processing Lab (MIPL)
Department of Biomedical Engineering and Environmental Sciences,
National Tsing-Hua University, Taiwan


=========================================================
Appendix (my computer’s version) :

[root@localhost ~]# yum whatprovides "*/*libcrypto.so*"
Loaded plugins: presto, refresh-packagekit
openssl-1.0.0-0.10.beta3.fc12.x86_64 : A general purpose cryptography library
: with TLS implementation
Repo : fedora
Matched from:
Filename : /usr/lib64/libcrypto.so.10
Filename : /usr/lib64/.libcrypto.so.1.0.0.hmac
Filename : /usr/lib64/.libcrypto.so.10.hmac
Filename : /usr/lib64/libcrypto.so.1.0.0



openssl-devel-1.0.0-0.10.beta3.fc12.i686 : Files for development of applications
: which will use OpenSSL
Repo : fedora
Matched from:
Filename : /usr/lib/libcrypto.so



openssl-1.0.0-0.10.beta3.fc12.i686 : A general purpose cryptography library with
: TLS implementation
Repo : fedora
Matched from:
Filename : /usr/lib/.libcrypto.so.10.hmac
Filename : /usr/lib/.libcrypto.so.1.0.0.hmac
Filename : /usr/lib/libcrypto.so.1.0.0
Filename : /usr/lib/libcrypto.so.10



openssl-devel-1.0.0-0.10.beta3.fc12.x86_64 : Files for development of
: applications which will use OpenSSL
Repo : fedora
Matched from:
Filename : /usr/lib64/libcrypto.so



openssl-devel-1.0.0b-1.fc12.1.x86_64 : Files for development of applications
: which will use OpenSSL
Repo : updates
Matched from:
Filename : /usr/lib64/libcrypto.so



openssl-devel-1.0.0b-1.fc12.1.i686 : Files for development of applications which
: will use OpenSSL
Repo : updates
Matched from:
Filename : /usr/lib/libcrypto.so



openssl-1.0.0b-1.fc12.1.i686 : A general purpose cryptography library with TLS
: implementation
Repo : updates
Matched from:
Filename : /usr/lib/.libcrypto.so.10.hmac
Filename : /usr/lib/libcrypto.so.10
Filename : /usr/lib/.libcrypto.so.1.0.0b.hmac
Filename : /usr/lib/libcrypto.so.1.0.0b



openssl-1.0.0b-1.fc12.1.x86_64 : A general purpose cryptography library with TLS
: implementation
Repo : updates
Matched from:
Filename : /usr/lib64/libcrypto.so.10
Filename : /usr/lib64/.libcrypto.so.10.hmac
Filename : /usr/lib64/.libcrypto.so.1.0.0b.hmac
Filename : /usr/lib64/libcrypto.so.1.0.0b



openssl-1.0.0-0.10.beta3.fc12.x86_64 : A general purpose cryptography library
: with TLS implementation
Repo : installed
Matched from:
Filename : /usr/lib64/libcrypto.so.10
Filename : /usr/lib64/.libcrypto.so.1.0.0.hmac
Filename : /usr/lib64/.libcrypto.so.10.hmac
Filename : /usr/lib64/libcrypto.so.1.0.0



openssl-devel-1.0.0-0.10.beta3.fc12.x86_64 : Files for development of
: applications which will use OpenSSL
Repo : installed
Matched from:
Filename : /usr/lib64/libcrypto.so
 
Old 01-30-2012, 04:02 AM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
First WHYare you using a OLD fedora 12 AND an EARLY beta release at that

fedora 12 hit end of life on Dec. 2010
HOWEVER the TESTING ONLY beta-3 went dead ( end of life and UNSUPPORTED ) in Nov 2009
it was a EARLY testing ONLY version and NOT for normal use


please install the CURRENT version
fedora 16

Quote:
/home/kschuang/Desktop/root/lib/libNet.so
also Linux is NOT Microsoft windows
the Desktop file is not a normal folder - you really DO NOT want to build software there ,and you REALLY DO NOT want to install it there .

if you must build it in your home folder then build it IN your home folder
/home/kschuang/ProjectName

then you need to ADD those PATH's to the ~/.bash_profile
that way it can be found


Also WHAT is this software that MUST use the very old "libcrypto.so.6"
that version was used way back in fedora 6
it is also used in CentOS 5 and 6

I would rewrite the code in this unnamed program to use the current version .
 
Old 01-30-2012, 04:54 AM   #3
Spencerbaibai
LQ Newbie
 
Registered: Jan 2012
Posts: 2

Original Poster
Rep: Reputation: Disabled
Hi John,


I almost moved to tears!!

I Really appreciate your kind reply !!

I will install the latest fedora version-16 recently


Best regards & Hope you have good health

Spencer
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
error while loading shared libraries: libgda-4.0.so.4: cannot open shared object file mahesh1234 Linux - Newbie 2 10-22-2013 11:06 PM
error while loading shared libraries: libtermcap.so.2: cannot open shared object file astroboy2000ir Linux - Software 3 12-07-2010 11:16 PM
error while loading shared libraries: libstdc++.so.5: cannot open shared object file: Franziss Linux - Newbie 10 06-28-2010 05:47 AM
error while loading shared libraries: libstdc++.so.5: cannot open shared object file PaulyWally Debian 2 10-18-2008 05:59 PM
error while loading shared libraries: libgvc.so.3: cannot open shared object file coolrock Slackware 6 01-17-2007 05:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration