Hi,
On Friday 13 June 2008, Yazid Hadj Said wrote:
I am trying to disable the safety checks in the perl module. I use modparam("perl","unsafemodfnc", 1), this parmeter is not documented, I find it in source code. But I have message indicating that this parameter does not exist.
Good catch; you found the right parameter to turn off the safety checks.
What version of OpenSER are you using? Do you compile from source?
I have just double-checked today's SVN trunk version (1.4.0dev12); the parameter works well, copy'n'pasted from my config file: modparam("perl", "unsafemodfnc", 1)
Do you have a typo maybe?
Good luck!
Bastian