Project

General

Profile

Actions

Bug #355

closed

ext/opensslのmakeが通らない

Added by Anonymous over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
Backport:
[ruby-dev:35637]

Description

=begin
% openssl version
OpenSSL 0.9.7l 28 Sep 2006
の環境でext/opensslがmake出来なくなっています。

ccache gcc -I. -I../../.ext/include/i686-linux -I.../include -I.../ext/openssl -DRUBY_EXTCONF_H="extconf.h" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -Wall -Wno-parentheses -fPIC -o ossl_pkey_dsa.o -c .../ext/openssl/ossl_pkey_dsa.c
.../ext/openssl/ossl_pkey_dsa.c: In function ossl_dsa_initialize': .../ext/openssl/ossl_pkey_dsa.c:165: error: d2i_of_void' undeclared (first use in this function)
.../ext/openssl/ossl_pkey_dsa.c:165: error: (Each undeclared identifier is reported only once
.../ext/openssl/ossl_pkey_dsa.c:165: error: for each function it appears in.)
.../ext/openssl/ossl_pkey_dsa.c:165: error: syntax error before ')' token
.../ext/openssl/ossl_pkey_dsa.c:165: warning: left-hand operand of comma expression has no effect
.../ext/openssl/ossl_pkey_dsa.c:165: warning: left-hand operand of comma expression has no effect
.../ext/openssl/ossl_pkey_dsa.c:165: error: syntax error before ')' token
.../ext/openssl/ossl_pkey_dsa.c: In function ossl_dsa_to_public_key': .../ext/openssl/ossl_pkey_dsa.c:370: error: d2i_of_void' undeclared (first use in this function)
.../ext/openssl/ossl_pkey_dsa.c:370: error: syntax error before ')' token
make[1]: *** [ossl_pkey_dsa.o] Error 1
=end

Actions #1

Updated by nobu (Nobuyoshi Nakada) over 15 years ago

  • Status changed from Open to Closed

=begin

=end

Actions

Also available in: Atom PDF

Like0
Like0