Problem with the POSIX module

Posted by planetp on Stack Overflow See other posts from Stack Overflow or by planetp
Published on 2010-06-03T14:33:46Z Indexed on 2010/06/03 14:44 UTC
Read the original article Hit count: 228

Filed under:
|
|
|

After moving my mod_perl site from Linux hosting to FreeBSD, I have this error in the logfile:

Your vendor has not defined POSIX macro SIGRTMIN, used at ../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/SigRt/_init.al) line 993\n

The script just imports POSIX and utilizes some functions (ceil, etc)

How can I solve this issue ?

© Stack Overflow or respective owner

Related posts about perl

Related posts about posix