Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
I emerged bestcrypt and loaded the bc module and everything went smooth so far. Running bcnew returned this error: libkgsha.so: cannot open shared object file: No such file or directory Can not Load Key Generators You can search you're hdd but you won't find it. In order to get those libs you have to manually extract the bestcrypt archive somewhere and run make. Then copy libkgsha.so and libkgsha256 from /path/to/your_bestcrypt_workdir/lib to /usr/lib and that's it. Problem fixed. However ... all these things should be done automagicaly by Portage. Probably the ebuild needs some correction. I just told you the problem and the solution but I can't write ebuilds so you'll have to correct it yourself. Reproducible: Always Steps to Reproduce: 1.emerge bestcrypt 2.modprobe bc 3.bcnew Actual Results: libkgsha.so: cannot open shared object file: No such file or directory Can not Load Key Generators Expected Results: It should have worked :) Irrelevant.
Hi, Just committed bestcrypt-1.6_p1-r2, would you mind testing if it fixes the issue?
(In reply to comment #1) > Hi, > > Just committed bestcrypt-1.6_p1-r2, would you mind testing if it fixes the issue? I'll try it but I've just synced and there was no r2 in the Portage tree. When it gets there be sure I'll post my results.
Created an attachment (id=69379) [edit] bestcrypt-1.6_p1-r2.ebuild Cool. I'm attaching the ebuild I committed just in case.
(In reply to comment #3) > Created an attachment (id=69379) [edit] > bestcrypt-1.6_p1-r2.ebuild > > Cool. I'm attaching the ebuild I committed just in case. Excellent. I'm marking this as fixed.