Bug #3094
Digest Extenstion Does Not Build
| Status: | Rejected | Start date: | 04/05/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | ext | |||
| Target version: | 1.9.2 | |||
| ruby -v: | ruby 1.9.2dev (2010-04-05) [i386-mswin32_100] |
Description
For some reason, the mkconf.rb files in the digest extension were updated to not include the main object files. Not sure why, but it breaks building on Windows with VC 2010 (because you end up with a number of unresolved symbols when linking). Patch attached to add them back in.
History
Updated by nobu (Nobuyoshi Nakada) about 2 years ago
- Status changed from Open to Feedback
Your patch just make not to use openssl. Impossible. Could you show a mkmf.log, Makefile and exact errors?
Updated by cfis (Charlie Savage) about 2 years ago
Ok - reverted patch, installed openssl 1.0, and problem disappeared. Sorry for the noise - please close.
Updated by mame (Yusuke Endoh) about 2 years ago
- Status changed from Feedback to Rejected