From: Anonymous Date: 2008-07-23T16:16:00+09:00 Subject: [ruby-dev:35637] [Ruby 1.9 - Bug #355] (Open) ext/opensslのmakeが通らない チケット #355 が報告されました。 (by Anonymous) ---------------------------------------- Bug #355: ext/opensslのmakeが通らない http://redmine.ruby-lang.org/issues/show/355 起票者: Anonymous ステータス: Open 優先度: High 担当者: Nobuyoshi Nakada カテゴリ: ext Target version: % 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 ---------------------------------------- http://redmine.ruby-lang.org