Hello,

I just tried to use the gettext support in php, but this seems to be
broken in the Mandrake 8.0 package. An strace of php running my test
script gave this:


lstat64("/var/www/locale", {st_mode=S_IFDIR|0755, st_size=4096, ...}) =
0
fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x40016000
open("/etc/services", O_RDONLY)         = 4
shmat(4, 0x1, 0x1ptrace: umoven: Input/output error
)                      = ?
shmat(4, 0x2, 0x2ptrace: umoven: Input/output error
)                      = ?


/var/www/locale is the directory containing translations

I tried exactly the same files (php script, translation files) on an
Mandrake 7.2 box, where it works perfectly.

Any idea?


Regards

Jan Dittberner

Reply via email to