Re: Error compiling sendmail

From: Onyi C. Ejiasa (tech_at_four10.com)
Date: 06/27/03

  • Next message: Sing Song: "Re: FBSD5 syslogd not logging"
    To: "freebsd-isp" <freebsd-isp@freebsd.org>
    Date: Fri, 27 Jun 2003 11:12:30 -0600
    
    

    Try this

    1.] /usr/bin/locate libgdbm.so.2
    2.] ldconfig -Rv "directory where you found libgdbm.so.2"
    3.] ldconfig -rv "directory where you found libgdbm.so.2"
    4.] Re-run your compile

    P.S. - Also check in your /etc/rc.conf or /etc/defaults/rc.conf for your
    ldconfig paths. Make sure the directory where you found libgdbm.so.2 is
    included there.

    Hope this helps.

    ------------------------------------------------------------------------
    Onyi C. Ejiasa - NWT, NCW, NCLA
    Firstlink Technology, Inc.
    4260 East Evans Avenue, Denver, CO 80222
    ------------------------------------------------------------------------
    PH 303.691.8200 | FAX 303.691.8208
    ------------------------------------------------------------------------
    onyi@firstlink.com | www.firstlink.com
    ------------------------------------------------------------------------
    ----- Original Message -----
    From: "Mauricio J. Mercado A." <mauricio@conexion.com.py>
    To: "freebsd-isp" <freebsd-isp@freebsd.org>
    Sent: Friday, June 27, 2003 7:30 AM
    Subject: Error compiling sendmail

    > Hi, when I try to compile sendmail I get this:
    >
    > /usr/libexec/ld-elf.so.1: Shared object "libgdbm.so.2" not found
    >
    > I have the configuration files ld.so.conf and ld-elf.so.conf with the
    > location of gdbm library and I also run ldconfig -auot and ldconfig -elf
    > for the hints files but still don`t work.
    >
    > Any ideas?
    >
    > _______________________________________________
    > freebsd-isp@freebsd.org mailing list
    > http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
    >
    >

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


  • Next message: Sing Song: "Re: FBSD5 syslogd not logging"