solution to readdir/opendir mod_perl problem: rebuild!

2002-04-05 Thread Louis Semprini
We upgraded our systems to RedHat 7.2 with glibc2.2.4 and all of a sudden, our mod_perl scripts which call readdir() would either fail with an exception, or readdir() in list context would return the correct # of items but each item as an empty string. We scanned the modperl list and found about

Re: solution to readdir/opendir mod_perl problem: rebuild!

2002-04-05 Thread Stas Bekman
Louis Semprini wrote: > > We upgraded our systems to RedHat 7.2 with glibc2.2.4 > and all of a sudden, our mod_perl scripts which call > readdir() would either fail with an exception, or > readdir() in list context would return the correct # of > items but each item as an empty string. > > We sc