On Sat, 5 Feb 2000, Piotr Majka wrote:
> After recompiling and install I got erorr, when I try run apache
> compiled on the early version of glibc
>
> lut 4 12:22:03 link httpd: : error in loading shared
> libraries: httpd: symbol getrlimit, version GLIBC_2.1.3 not defined in
> file libc.so.6 with link time reference
> lut 4 12:22:03 link httpd: httpd startup failed
The versioned symbols for getrlimit were removed from glibc pre3 2.1.3, it
caused too many problems. You will have to get a version of glibc without
the getrlimit version symbols (probably this weeks rawhide release will
have it, but I'm not currently following rawhide so your mileage may
vary). Then relink any applications you have which were linked with the
"broken" glibc. Essentially any dependencies which complain when you
upgrade to the "fixed" glibc.
[Part of the fun of using pre release software :) ]
-Rms
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null