Yo - Chip - you are way over my head on this one. searching cpan.org for perl-Crypt-SSLeay-cryptdef.patch didn't lead me to the promised land.
Care to throw me a bone on this? Craig On Fri, 2002-10-04 at 19:47, Chip Turner wrote: > > Better is to move the inclusion of openssl headers -after- the > inclusion of perl headers. See the patch used with Crypt::SSLeay > (perl-Crypt-SSLeay-cryptdef.patch) for what I mean. This should fix > the issue. > > Chip > > Craig White <[EMAIL PROTECTED]> writes: > > > Comment out line 193 of > > /usr/local/ssl/include/openssl/des.h > > > > Craig > > > > On Fri, 2002-10-04 at 10:26, Matthew J. Axsom wrote: > > > Anyone have success getting NET::SSLeay (I have tried 1.20 all the way back to > > > 1.03 with the same errors) to compile with perl 5.8.x and OpenSSL 0.9.6b > > > > > > I have perl-Crypt-SSLeay-0.45-2 installed but this is a different hook into > > > OpenSSL than NET::SSLeay provides. Updated my webmin and want to turn on the > > > ssl support as well. For those with perl based shopping carts this may affect > > > your scripts as well as many use the NET::SSLeay module. > > > > > > In addition to the above I know that Red Hat (due to existing patents) OpenSSl > > > probably does not have IDEA and RC5 support. I don't know if this is of any > > > consequence to get the NET::SSLeay module to work or not. On Red Hat 7.3 I did > > > not have any problems but that was with perl 5.6.x and I don't believe there > > > was a Red Hat rpm available for the NET::SSLeay support. > > > > > > I have also tried with OpenSSL 0.9.6g (installing to /usr/local/ssl so as to > > > not screw up Red Hat's in /usr/bin) which is suppose to work with NET::SSLeay > > > 1.20 but again I can't find much info on this with perl 5.8.x > > > > > > Here is the last couple of lines of output and error via ./Makefile.PL -t > > > > > > gcc -c -I/usr/local/ssl/include -I/usr/local/ssl/inc32 -D_REENTRANT - > > > D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 - > > > I/usr/include/gdbm -O -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fPIC "- > > > I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" SSLeay.c > > > In file included from /usr/local/ssl/include/openssl/evp.h:89, > > > from /usr/local/ssl/include/openssl/x509.h:67, > > > from /usr/local/ssl/include/openssl/ssl.h:122, > > > from SSLeay.xs:80: > > > /usr/local/ssl/include/openssl/des.h:193: parse error before '&' token > > > make: *** [SSLeay.o] Error 1 > > >