perlnew1611 has asked for the wisdom of the Perl Monks concerning the following question:
When I tried executing my perl script, it complained of no gettext so I downloaded it and installed it. Now when I run it again it throws the following message
Prototype mismatch: sub main::LC_ALL: none vs () at test.pl Prototype mismatch: sub main::LC_NUMERIC: none vs () at test.pl line 2 +4 Prototype mismatch: sub main::LC_TIME: none vs () at test.pl line 24 Prototype mismatch: sub main::LC_MONETARY: none vs () at test.pl line +24 Prototype mismatch: sub main::LC_CTYPE: none vs () at test.pl line 24 Prototype mismatch: sub main::LC_MESSAGES: none vs () at test.pl line +24 Prototype mismatch: sub main::LC_COLLATE: none vs ()
found that it is caused by mismatch between Locale::gettext and POSIX. Is there a way to overcome this issue
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Prototype mismatch: sub main::LC_ALL: none vs ()
by ikegami (Patriarch) on Nov 16, 2011 at 22:08 UTC |