php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18389 With "et" locale configuration script fails
Submitted: 2002-07-17 06:40 UTC Modified: 2002-07-18 17:37 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: kalle at ok dot ee Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.1.2 OS: linux/Mandrake 8.2
Private report: No CVE-ID: None
 [2002-07-17 06:40 UTC] kalle at ok dot ee
with "en" locale (possibly with many more), [a-z] means full dictionary, with "et" locale, it doesn't :( so, configure --with-apache=../apache turns to --with-apache../apache, instead of ../apache...

serios bug, it took me an hour to find solution for this :(

regs,
cal6

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-17 11:13 UTC] hholzgra@php.net
just tried this with my usual configure line

  ./configure --with-apxs=/usr/sbin/apxs

without problem

LANG set to et_EE, date gives "K juuli 17 17:09:17 CEST 2002
" so the locale is in effect

can you please try to see if --with-apxs fails for you too?
(i don't have apache source installed right now)

 [2002-07-17 11:25 UTC] sniper@php.net
And update to PHP 4.2.1 first..

 [2002-07-18 02:32 UTC] kalle at ok dot ee
well, on Mandrake 7.2 and Redhat 7.2 it looks like (well, since both, apache and PHP uses same syntax in configure:

---
$ cat /etc/sysconfig/i18n 
SYSFONT=lat0-16
LC_CTYPE=en
LC_MONETARY=en
LANGUAGE=en
LC_TIME=en
LC_NUMERIC=en
LC_COLLATE=en
LC_MESSAGES=en
LANG=en
SYSFONTACM=iso15

$ echo --prefix=/home/www | sed 's/[-_a-zA-Z0-9]*=//'
/home/www

===============

$ cat /etc/sysconfig/i18n 
SYSFONT=lat0-16
LC_CTYPE=et
LC_MONETARY=et
LANGUAGE=et
LC_TIME=et
LC_NUMERIC=et
LC_COLLATE=et
LC_MESSAGES=et
LANG=et
SYSFONTACM=iso15

$ echo --prefix=/home/www | sed 's/[-_a-zA-Z0-9]*=//'
--prefix/home/www

---

default installation in estonian adds all those options to i18n

regs,
cal6
 [2002-07-18 02:33 UTC] kalle at ok dot ee
and, btw, 4.2.1 has the same feature :-(
 [2002-07-18 02:43 UTC] kalle at ok dot ee
damn :( i mean mandrake 8.2, not 7.2 as in my previous comment sais :((

sry
 [2002-07-18 17:37 UTC] sniper@php.net
Not really anything we can do about that since it's autoconf
generated script we're using..so you better report it to the autoconf people.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 21:01:32 2024 UTC