I have successfully built OpenSSL-0.9.1c library and am
trying to build the perl module that comes with it.
I am using gcc2.8.1 (egcs) on a sparc with Solaris 2.6.

first, I run perl Makefile.PL followed by 'make'. I get
the following output:

gcc -c -I../include -g -I/usr/local/include -g    -DVERSION=\"0.82\"
-DXS_VERSION=\"0.82\" -fPIC
-I/usr/local/perlI/lib/5.00503/sun4-solaris/CORE  SSLeay.c
gcc -c -I../include -g -I/usr/local/include -g    -DVERSION=\"0.82\"
-DXS_VERSION=\"0.82\" -fPIC
-I/usr/local/perlI/lib/5.00503/sun4-solaris/CORE  bio.c
bio.xs: In function `p5_bio_callback':
bio.xs:28: warning: passing arg 1 of `Perl_newSViv' makes integer from
pointer without a cast
gcc -c -I../include -g -I/usr/local/include -g    -DVERSION=\"0.82\"
-DXS_VERSION=\"0.82\" -fPIC
-I/usr/local/perlI/lib/5.00503/sun4-solaris/CORE  bn.c
bn.xs: In function `XS_SSLeay__BN_mul':
bn.xs:273: too few arguments to function `BN_mul'
bn.xs: In function `XS_SSLeay__BN_generate_prime':
bn.xs:381: warning: passing arg 1 of `BN_generate_prime' makes pointer
from integer without a cast
bn.xs:381: warning: passing arg 3 of `BN_generate_prime' makes integer
from pointer without a cast
bn.xs:381: too few arguments to function `BN_generate_prime'
bn.xs:388: warning: passing arg 1 of `BN_generate_prime' makes pointer
from integer without a cast
bn.xs:388: warning: passing arg 3 of `BN_generate_prime' makes integer
from pointer without a cast
bn.xs:388: warning: passing arg 5 of `BN_generate_prime' from
incompatible pointer type
bn.xs:388: warning: passing arg 6 of `BN_generate_prime' from
incompatible pointer type
bn.xs:388: too few arguments to function `BN_generate_prime'
bn.xs: In function `XS_SSLeay__BN_mod_inverse':
bn.xs:578: warning: passing arg 3 of `BN_mod_inverse' from incompatible
pointer type
bn.xs:578: too few arguments to function `BN_mod_inverse'
make: *** [bn.o] Error 1

Any help will be greatly appreciated.

Regards.

Dean Hoover
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to