[expert] bug in gettext support of php rpm?

2001-07-22 Thread Jan Dittberner
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

Re: [expert] bug in gettext support of php rpm?

2001-07-31 Thread Jan Dittberner
Vincent Danen wrote: > > On Tue Jul 31, 2001 at 06:53:55PM +0200, Jan Dittberner wrote: > > > > > 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: > > > > > > > > > > > > ls

Re: [expert] bug in gettext support of php rpm?

2001-07-31 Thread Paul Cox
On Sunday, Jul 22, 2001, Jan Dittberner wrote: > 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 > fs

Re: [expert] bug in gettext support of php rpm?

2001-07-31 Thread Vincent Danen
On Tue Jul 31, 2001 at 06:53:55PM +0200, Jan Dittberner wrote: > > > 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_IFDI

Re: [expert] bug in gettext support of php rpm?

2001-07-31 Thread Vincent Danen
On Tue Jul 31, 2001 at 09:41:27PM +0200, Jan Dittberner wrote: [...] > > Can you do me a favour and try the php-4.0.6 rpms I built and put on > > www.rpmhelp.net? They seem to work fine over here, but I'm only using > > gettext() on my workstation at the moment which is running 4.0.6 (have > >

Re: [expert] bug in gettext support of php rpm?

2001-07-31 Thread Jan Dittberner
Paul Cox wrote: > > On Sunday, Jul 22, 2001, Jan Dittberner wrote: > > > 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|075