Hi, everybody!
In one very very very big perl script (about 10k lines), I have an error after subroutine Sys::Syslog::closelog:
"... close_xs is not a valid Sys::Syslog macro ..."
I tried reproduce the error in test scripts, I logged all possible debug info from this script, but didn't get any result. All test scripts works fine, without any errors. All debug info says that this very big scripts works fine too (excluding Sys::Syslog::closelog).
Can anybody help?