Re: Undefined symbol "__stderrp"

From: David Miller (dmiller_at_miningworks.com)
Date: 12/22/03

  • Next message: Gregory Bond: "Re: Undefined symbol "__stderrp""
    Date: Sun, 21 Dec 2003 23:56:24 -0500 (EST)
    To: Larry Rosenman <ler@lerctr.org>
    
    

    On Sun, 21 Dec 2003, Larry Rosenman wrote:

    > update the compat libs.

    On a system that works, cvsup and all, I tarred up all of /usr/lib.
    On the system that's broken I untarred it all. None the compat libs under
    /usr/lib/compat have noschg set; they should certainly have been replaced.

    cvsup worked before the "make installworld" of 10/25; I deleted
    nothing. The compat libs are all dated long ago. Why would they now be
    out of date/broken?

    > FAQ.

    A pointer to the FAQ for this would be very welcome indeed. I did see a
    case where a -current user needed the 4.x compat libs. That wouldn't seem
    to be the case here.

    Thanks for the reply!

    --- David

    >
    > LER
    >
    >
    > --On Sunday, December 21, 2003 23:13:45 -0500 David Miller
    > <dmiller@sparks.net> wrote:
    >
    > > Since cvsup'ing one of my systems on 10/25 a few programs have been
    > > complaining with this error message:
    > >
    > > su-2.03# cvsup -g -L 2 stable-supfile
    > > /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp"
    > > su-2.03#
    > >
    > > I've copied over /usr/lib/* and /usr/libexec/* from another working system
    > > updated at the same time but get the same result.
    > >
    > > I've copied over /usr/src and done another make world and get the same
    > > results.
    > >
    > > I've checked google for __stderrp and found nothing that seemed
    > > relevent. I'm not using -current so I shouldn't need 4.x compat libs.
    > >
    > >
    > > I'm not sure what to do next.
    > >
    > >
    > > Ideas?
    > >
    > >
    > > Things that may help:
    > >
    > > FreeBSD search.sparks.net 4.9-RC FreeBSD 4.9-RC #3: Fri Dec 19 07:44:15
    > > EST 2003 root@search.sparks.net:/usr/obj/usr/src/sys/SEARCH i386
    > >
    > > su-2.03# ls -l /usr/libexec/ld-elf.so.1
    > > -r-xr-xr-x 1 root wheel 81932 Oct 25 19:23 /usr/libexec/ld-elf.so.1
    > >
    > > su-2.03# ls -l /usr/lib/libm.so*
    > > lrwxr-xr-x 1 root wheel 9 Dec 19 07:56 /usr/lib/libm.so ->
    > > libm.so.2
    > > -r--r--r-- 1 root wheel 117024 Dec 19 07:56 /usr/lib/libm.so.2
    > >
    > >
    > > Any clues greatly appreciated.
    > >
    > > --- David
    > >
    > > _______________________________________________
    > > freebsd-stable@freebsd.org mailing list
    > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
    > >
    >
    >
    >
    > --
    > Larry Rosenman http://www.lerctr.org/~ler
    > Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
    > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
    >

    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"


  • Next message: Gregory Bond: "Re: Undefined symbol "__stderrp""