Hello, last but not least here are the errors I get when I start "make":
I get a lot of times the same error from the Perl-Modul Pod::Man, for example here: make[7]: Entering directory `/usr/src/OpenCA-0.9.2.5/src/modules/openca-ac' cp AC.pm blib/lib/OpenCA/AC.pm cp AC.pod blib/lib/OpenCA/AC.pod Use of uninitialized value in string eq at /usr/lib/perl5/5.8.6/Pod/Man.pm line 810. Use of uninitialized value in string eq at /usr/lib/perl5/5.8.6/Pod/Man.pm line 811. Manifying blib/man3/OpenCA::AC.3pm make[7]: Leaving directory `/usr/src/OpenCA-0.9.2.5/src/modules/openca-ac' I updated my Pod::Man to version 2.09 but the only thing that changed was the line number of the error. Then I also get this error: usr/bin/perl /usr/lib/perl5/5.8.6/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.6/ExtUtils/typemap -typemap typemap OpenSSL.xs > OpenSSL.xsc && mv OpenSSL.xsc OpenSSL.c main::ValidProtoString() called too early to check prototype at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 248. main::C_string() called too early to check prototype at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 250. Use of uninitialized value in subtraction (-) at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1674, <File0001> line 88. Use of uninitialized value in string eq at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1178, <File0000> line 37. Use of uninitialized value in pattern match (m//) at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1179, <File0000> line 37. Use of uninitialized value in string eq at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1178, <File0000> line 74. Use of uninitialized value in pattern match (m//) at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1179, <File0000> line 74. Use of uninitialized value in string eq at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1178, <File0000> line 504. Use of uninitialized value in pattern match (m//) at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1179, <File0000> line 504. Use of uninitialized value in string eq at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1178, <File0000> line 541. Use of uninitialized value in pattern match (m//) at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1179, <File0000> line 541. Use of uninitialized value in string eq at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1178, <File0000> line 820. Use of uninitialized value in pattern match (m//) at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1179, <File0000> line 820. Use of uninitialized value in string eq at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1178, <File0000> line 990. Use of uninitialized value in pattern match (m//) at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1179, <File0000> line 990. Use of uninitialized value in string eq at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1178, <File0000> line 1027. Use of uninitialized value in pattern match (m//) at /usr/lib/perl5/5.8.6/ExtUtils/xsubpp line 1179, <File0000> line 1027. Please specify prototyping behavior for OpenSSL.xs (see perlxs manual) cc -c -I. -I/usr/share/ssl/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -g -Wall -pipe -DVERSION=\"0.9.135.2.11\" -DXS_VERSION=\"0.9.135.2.11\" -fPIC "-I/usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE" OpenSSL.c OpenSSL.c: In function `XS_OpenCA__OpenSSL__X509_fingerprint': OpenSSL.xs:201: warning: unused variable `str' OpenSSL.c: In function `XS_OpenCA__OpenSSL__X509_version': OpenSSL.xs:268: warning: unused variable `buf' OpenSSL.c: In function `XS_OpenCA__OpenSSL__CRL_version': OpenSSL.xs:547: warning: unused variable `buf' OpenSSL.c: In function `XS_OpenCA__OpenSSL__CRL_fingerprint': OpenSSL.xs:639: warning: unused variable `str' OpenSSL.c: In function `XS_OpenCA__OpenSSL__CRL_signature_algorithm': OpenSSL.xs:670: warning: unused variable `ci' OpenSSL.c: In function `XS_OpenCA__OpenSSL__SPKAC_pubkey_algorithm': OpenSSL.xs:826: warning: unused variable `ci' OpenSSL.c: In function `XS_OpenCA__OpenSSL__PKCS10_version': OpenSSL.xs:1033: warning: unused variable `buf' OpenSSL.c: In function `XS_OpenCA__OpenSSL__PKCS10_fingerprint': OpenSSL.xs:1093: warning: unused variable `str' Running Mkbootstrap for OpenCA::OpenSSL () Perhaps anybody knows what is happening here and can help me a little bit. If required I can also post parts of the affected files. Kind regards, Matthias. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
