My thanks to one of our developers for forging through this:
<SNIP>
The problem is that the perl 5.6 headers don't define a necessary value.
If
you add the following line to the top of Blowfish.xs and/or DES.xs, things
should compile and work just fine:
#define sv_undef PL_sv_undef
Hopefully perl 5.6.1 will have this fixed.
Hope this helps,
-Brad
</SNIP>
>
> Greetings,
>
> My ISP upgraded to Perl 5.6.0 and now my OpenSRS scripts won't work. I
> shortened
> reg_system.cgi to this:
> ------------------------------------
> #!/usr/local/bin/perl
>
> BEGIN {
> require "/usr2/home/<blah,blah>/OpenSRS.conf";
> unshift @INC, $PATH_LIB;
> require "$PATH_LIB/OpenSRS.pl";
> require "$PATH_LIB/cgi-lib.pl";
> }
> ------------------------------------
> and it generates an Internal Server Error. This leads me to think an
> incompatibility exists in that small bit of code.
>
> My ISP also tells me the OpenSRS modules (you know what I mean) will not
> compile (build) under Perl 5.6.0. Who can help me?
>
> - Mike
>
> Have a great day!
> - Michael Allen Gelman
>
> -------------------------------------------------
> Get the domain: YourName.ontheInter.net for FREE
> Get the domain: YourName.com only $30
> http://ontheInter.net
This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:35:32 EDT