From owner-freebsd-isp@FreeBSD.ORG Fri Jun 27 08:41:20 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEC4337B401 for ; Fri, 27 Jun 2003 08:41:20 -0700 (PDT) Received: from mails.conexion.com.py (mails.conexion.com.py [65.198.40.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EAF643F85 for ; Fri, 27 Jun 2003 08:41:18 -0700 (PDT) (envelope-from mauricio@conexion.com.py) Received: from conexion.com.py (mf.conexion.com.py [65.198.40.11]) by mails.conexion.com.py (8.12.8/8.12.8) with ESMTP id h5RFiRu5014426 for ; Fri, 27 Jun 2003 11:44:32 -0400 Message-ID: <3EFC4710.7010906@conexion.com.py> Date: Fri, 27 Jun 2003 13:30:56 +0000 From: "Mauricio J. Mercado A." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20030104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isp Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Error compiling sendmail X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 15:41:21 -0000 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?