[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#2723: syslogd was built with bad libc



> }This is indicative of programs that were built with a buggy, beta
> }version of libc 5.3.x and will not run with libc 5.2.x.
>
> It is built on bullet with /lib/libc.so.5 -> libc.so.5.3.5. I'm sorry.
>
> Could anyone tell me how I could link it to libc.so.5.2.x that also
> exist on that machine? Does ld ... -lc.so.5.2.x does this?

No, that won't work.  You'll have to explicitly specify libc.so.5.2.18
or change your libc.so link to point to libc.so.5.2.18.  Also, which
libc headers are you using, you need to make sure you are using the
ones that come with 5.2.18.

I stated this before, but it bears repeating.  It's OK to experiment
with newer libc's on your own, but you should always use the current
Debian libc when you build Debian packages for distribution.

David
--
David Engel                        Optical Data Systems, Inc.
david@ods.com                      1101 E. Arapaho Road
(214) 234-6400                     Richardson, TX  75081


Reply to: