Bug 278671 - steghide fails to open libmcrypt module on mcrypt_module_open
Summary: steghide fails to open libmcrypt module on mcrypt_module_open
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libmcrypt
Version: rawhide
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 275641
TreeView+ depends on / blocked
 
Reported: 2007-09-05 15:58 UTC by Jochen Schmitt
Modified: 2007-11-30 22:12 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-09 15:29:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Proposal Patch (280 bytes, patch)
2007-10-09 14:21 UTC, Jochen Schmitt
no flags Details | Diff
corrected Patch (583 bytes, patch)
2007-10-09 14:36 UTC, Jochen Schmitt
no flags Details | Diff

Description Jochen Schmitt 2007-09-05 15:58:38 UTC
On BZ 275641 an user compaints, thst steghide fails with the following
error message:

steghide: could not open libmcrypt module "rijndael-128", "cbc"

My examination shows, that this error message will produced from the
mcrypt_module_open call in the MCryptPP.cc file of steghide.

The call looks like:


	if ((MCryptD = mcrypt_module_open (algo, MCRYPTPP_LIBDIR, mode,
MCRYPTPP_LIBDIR)) == MCRYPT_FAILED) {
		throw SteghideError (_("could not open libmcrypt module \"%s\",\"%s\"."),
algo, mode) ;
	}

It will be nice, if you can get a look on it.

Comment 1 Jochen Schmitt 2007-10-09 14:21:00 UTC
Created attachment 221291 [details]
Proposal Patch

Comment 2 Hans de Goede 2007-10-09 14:28:31 UTC
Wrong component, changing. Also next time please use diff -u when generating
patches.


Comment 3 Jochen Schmitt 2007-10-09 14:36:20 UTC
Created attachment 221311 [details]
corrected Patch

Comment 4 Jochen Schmitt 2007-10-09 14:38:49 UTC
At last, the reported issue was caused my libmcrypt, which I have selected as
the correct component for this bug report.

Comment 5 Tom "spot" Callaway 2007-10-09 14:44:35 UTC
Just not enabling the static lib resolves this bug? Thats a little odd, are you
sure?

Comment 6 Tom "spot" Callaway 2007-10-09 15:20:41 UTC
nm, i see. I'll fix that rightaway.


Note You need to log in before you can comment on or make changes to this bug.