I tried to build the perl bindings and encountered several problems. 1) There are several uses of "na" and "sv_undef" that need to be changed to PL_na and PL_sv_undef. These macros have been replaced in perl 5.6.
2) After I replace all instances of "na" and "sv_undef" with "PL_na" and "PL_sv_undef" I still encounter the following compilation error: /opt/WGRD/perl/bin/perl -I/opt/WGRD/perl/lib/5.6.1/sun4-solaris -I/opt/WGRD/perl/lib/5.6.1 /opt/WGRD/perl/lib/5.6.1/ExtUtils/xsubpp -typemap /opt/WGRD/perl/lib/5.6.1/ExtUtils/typemap -typemap typemap openssl_digest.xs > openssl_digest.xsc && mv openssl_digest.xsc openssl_digest.c cc -c -I../include -fno-strict-aliasing -I/usr/local/include -I/opt/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.94\" -DXS_VERSION=\"0.94\" -fPIC -I/opt/WGRD/perl/lib/5.6.1/sun4-solaris/CORE openssl_digest.c openssl_digest.xs: In function `XS_OpenSSL__MD_name': openssl_digest.xs:48: invalid type argument of `->' openssl_digest.xs:48: warning: assignment discards `const' from pointer target type openssl_digest.xs: In function `XS_OpenSSL__MD_init': openssl_digest.xs:57: warning: passing arg 2 of `EVP_DigestInit' makes pointer from integer without a cast make: *** [openssl_digest.o] Error 1 Is anybody using the perl bindings? thanks in advance Pete Rothermel ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
