'Shared object "libc.so.4" not found' when running FreeBSD 4 command on 5.3

From: Hideki Yamamoto (yamamoto436_at_oki.com)
Date: 12/23/04

  • Next message: Christian Weisgerber: "5.3-STABLE/alpha: re(4) slowdown"
    Date: Thu, 23 Dec 2004 12:24:49 +0900 (JST)
    To: freebsd-stable@freebsd.org
    
    

    Hi,

    When trying to run my application, which was compiled on FreeBSD4.8,
    on FreeBSD 5.3, It does not work and appears
           'Shared object "libc.so.4" not found.'

    After make an symbolic link as follows,
          # ln -s /usr/lib/libc.so /usr/lib/libc.so.4
    it works well.

    Is this link is correct for this problem?

    My kernel config file includes 'options COMPAT_FREEBSD4' line.
    I wonder if this option has some problems.

    Best regards,

    Hideki Yamamoto
    -----------------------------------------------------------------
    Hideki YAMAMOTO |
    Broadband Media Solutions Department | E-mail: yamamoto436@oki.com
    Broadband Media Company | Tel: +81-48-420-7012
    Oki Electric Industry Co., Ltd. | FAX: +81-48-420-7016
    _______________________________________________
    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: Christian Weisgerber: "5.3-STABLE/alpha: re(4) slowdown"

    Relevant Pages