RE: [Speedycgi-users] SpeedyCGI-2.21 doesn't compile under Red Hat 9
Brought to you by:
samh
|
From: Douglas, J. <jdo...@en...> - 2003-05-19 16:12:44
|
I actually got the source to compile by adding the following lines that the top of speedy_perl.c: #ifndef setdefout # define setdefout(a) Perl_setdefout(aTHX_ a) #endif Joshua Douglas Systems Network Engineer Enterasys Networks Inc Phone: 978-684-1439 Email: jdo...@en... www: http://www.enterasys.com=20 -----Original Message----- From: Sam Horrocks [mailto:sa...@da...]=20 Sent: Monday, May 19, 2003 10:01 AM To: re...@th... Cc: spe...@li... Subject: Re: [Speedycgi-users] SpeedyCGI-2.21 doesn't compile under Red Hat 9=20 I'll look at it once I can get an RH-9 system. I downloaded the CD's yesterday, so now I just need to find some time to install it. RH-8 has the same version of perl (5.8), and it compiles there, so I don't know where the RH-9 problem is yet. You could probably comment out that setdefout() call if you're desperate to get something working right away. All it does is essentially "select(STDOUT);", in case the previous run of the perl code selected another filehandle as the default output. > Details of this problem have been logged as a bug, but I'm hoping someone > has a suggestion to solve this as SpeedyCGI is an important component of a > system I'm putting together. >=20 > Any responses would be of interest. >=20 > Regards, >=20 > Ron >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: If flattening out C++ or Java > code to make your application fit in a relational database is painful,=20 > don't do it! Check out ObjectStore. Now part of Progress Software. > http://www.objectstore.net/sourceforge > _______________________________________________ > Speedycgi-users mailing list > Spe...@li... > https://lists.sourceforge.net/lists/listinfo/speedycgi-users >=20 ------------------------------------------------------- This SF.net email is sponsored by: If flattening out C++ or Java code to make your application fit in a relational database is painful,=20 don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ Speedycgi-users mailing list Spe...@li... https://lists.sourceforge.net/lists/listinfo/speedycgi-users |