eternaltyro / cryptsetup

Since Google code is shuttering...
http://code.google.com/p/cryptsetup
GNU General Public License v2.0
0 stars 0 forks source link

error while loading shared libraries #154

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I have compiled it from source. I have not faced any issue during compilation 
and installation. But during run time, it shows following error.

/usr/sbin/cryptsetup: error while loading shared libraries: libcryptsetup.so.4: 
cannot open shared object file: No such file or directory

I am using CentOS 6.4 and 64 bit version. 

Can you please help me on this?

Regards,
Kaustuva

Original issue reported on code.google.com by kaustuva...@gmail.com on 18 Apr 2013 at 2:30

GoogleCodeExporter commented 9 years ago
Installation on RHEL6/CentOS6 is tricky, you need to keep old library and also 
install new one (because of some API functions removal it is not simple package 
upgrade).
(Anyway, in your case I think you just did not instal proper libcryptsetup.so).

I had some testing setup where both RHEL6 cryptsetup rpm and new one can 
coexist, will perhaps add rpm spec file into sources later.

In any case, some functions (tcrypt and benchmark) will not be available 
because kernel is missing userspace crypto api feature (IIRC).

Original comment by gmazyl...@gmail.com on 19 Apr 2013 at 7:21

GoogleCodeExporter commented 9 years ago
It's pity, but I couldn't find the old rpm spec for RHEL6 with new cryptsetup.

(If you are still interested in this, please write mail to dmcrypt mailing list 
and I can perhaps cc someone from Red Hat who can help.)

Thanks.

Original comment by gmazyl...@gmail.com on 10 Nov 2013 at 9:19