in reply to Re: O_EXLOCK
in thread O_EXLOCK
its to get bugzilla working basically. I get 3 errors and they all relate to the same type of thing.
Your vendor has not defined Fcntl macro O_EXLOCK, used at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 208
Your vendor has not defined Fcntl macro O_NOINHERIT, used at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 208.
Your vendor has not defined Fcntl macro O_TEMPORARY, used at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 229.
Is there perhaps another way I can fix these errors?