Hi!

I compiled and installed successfully the OpenSSL package and I am actually
using it. I'd like to install and use the SSLeay interface to PERL included
in the distribution.

Obviously I get some errors. My operations are:

        $ cd  perl
        $ perl Makefile.pl

        Warning: -L.. changed to -L/usr/local/src/openssl-0.9.1c/perl/..
        Writing Makefile for SSLeay

        $ make

        cc -c -I../include -Dbool=char -DHAS_BOOL -I/usr/local/include -g              
 
        -DVERSION=\
        "0.82\" -DXS_VERSION=\"0.82\" -fpic -I/usr/lib/perl5/i386-linux/5.00404/CORE  
        SSLeay.c
        cc -c -I../include -Dbool=char -DHAS_BOOL -I/usr/local/include -g    
        -DVERSION=\
        "0.82\" -DXS_VERSION=\"0.82\" -fpic -I/usr/lib/perl5/i386-linux/5.00404/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
        cc -c -I../include -Dbool=char -DHAS_BOOL -I/usr/local/include -g    
        -DVERSION=\
        "0.82\" -DXS_VERSION=\"0.82\" -fpic -I/usr/lib/perl5/i386-linux/5.00404/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 
        pointertype
        bn.xs:578: too few arguments to function `BN_mod_inverse'
        make: *** [bn.o] Error 1     

        $

And theese are the errors I get while trying to compile ... 
What are my majour errors ?? How can I fix 'em ?? Than you in advance.

See you on the bit-stream,

        Massimiliano Pala

P.S.: I installed it on a Linux (RH 5.2) with Kernel 2.2.3, 64Mb Ram, 233Mhz PII.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to