| AppliesTo: | Component: | Priority: | CurrentState: | WaitingFor: | TargetRelease | ReleasedIn |
|---|---|---|---|---|---|---|
| Engine | Configure | Normal | Closed | patch | 4.1.2 |
my $currentLocale = POSIX::setlocale(&POSIX::LC_CTYPE);
if ( $currentLocale ne $locale ) {
$e .= WARN(<
I fixed this on our systems by changing the line with the WARN to the following:
$e .= $this->WARN(<
-- TWiki:Main/PascalSchuppli
- 14 Feb 2007
Thanks Pascal, you were absolutely right. Fixed in the codebase.
CC
Closed with release of 4.1.2
KJL
| ItemTemplate | |
|---|---|
| Summary | Configure breaks when it is unable to set a locale. Suggestion for fix included. |
| ReportedBy |
TWiki:Main.PascalSchuppli |
| Codebase | 4.1.1 |
| SVN Range | TWiki-4.1.1, Fri, 09 Feb 2007, build 12817 |
| AppliesTo | Engine |
| Component | Configure |
| Priority | Normal |
| CurrentState | Closed |
| WaitingFor | |
| Checkins | 12920 12921 |
| TargetRelease | patch |
| ReleasedIn | 4.1.2 |