On Sun, Mar 09, 2003 at 10:24:45AM +1100, Stas Bekman wrote:
Can you please try the attached version on Solaris? I hope this is fixed now.
Doesn't help. I fear Solaris doen't have "setenv". Yes, looks like that, you would have to bring your own ...
Thanks Jost. I guess I'll add to Makefile.PL:
if ($^O eq 'solaris') {
die "Sorry, dunno how to build for Solaris";
}but then [EMAIL PROTECTED] will still complain. What's the right procedure for module writers to "successfully" fail the build/test?
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
