From owner-freebsd-questions@FreeBSD.ORG Wed Aug 20 02:14:34 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0425716A4BF for ; Wed, 20 Aug 2003 02:14:34 -0700 (PDT) Received: from mx3.datanet.hu (mx3.datanet.hu [194.149.13.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 818F943F75 for ; Wed, 20 Aug 2003 02:14:32 -0700 (PDT) (envelope-from sziszi@bsd.hu) Received: from momo.buza.adamsfamily.xx (amazonas-583.adsl.datanet.hu [195.56.242.75]) by mx3.datanet.hu (DataNet) with ESMTP id 83BE01EA4FD for ; Wed, 20 Aug 2003 11:14:29 +0200 (CEST) Received: from momo.buza.adamsfamily.xx (localhost [127.0.0.1]) h7K9ETkm012486 for ; Wed, 20 Aug 2003 11:14:29 +0200 (CEST) (envelope-from sziszi@bsd.hu) Received: (from sziszi@localhost) by momo.buza.adamsfamily.xx (8.12.9/8.12.9/Submit) id h7K84DUw010597 for freebsd-questions@freebsd.org; Wed, 20 Aug 2003 10:04:13 +0200 (CEST) (envelope-from sziszi@bsd.hu) X-Authentication-Warning: momo.buza.adamsfamily.xx: sziszi set sender to sziszi@bsd.hu using -f Date: Wed, 20 Aug 2003 10:04:12 +0200 From: Szilveszter Adam To: freebsd-questions@freebsd.org Message-ID: <20030820080411.GB1437@momo.buza.adamsfamily.xx> Mail-Followup-To: Szilveszter Adam , freebsd-questions@freebsd.org References: <1061078413.e8802d3ff963e@www.vfemail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1061078413.e8802d3ff963e@www.vfemail.net> User-Agent: Mutt/1.5.4i Subject: Re: Shared libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 09:14:34 -0000 Hello, First a question. Are you using the ports system, or are you experimenting with building from source directly? If the version you want is in ports, you should try that even if you have to apply a patch manually before building, because then all of the libtool mess will be taken care of for you. It's not for nothing that there are no less than 3 versions of libtool in the tree as of now, because not all ports compile with all versions. Therefore simply taking the most recent version of libtool is not guaranteed to work. I do not know the exact cause of the libtool error message you quote, but libtool from ports works for me. On Sat, Aug 16, 2003 at 07:00:13PM -0500, gcn53@vfemail.net wrote: > Warning: This library needs some functionality provided by -lz. > Warning: This library needs some functionality provided by -lcrypt. > Warning: This library needs some functionality provided by -lm. But I know about these. > ==== > So if I had the shared versions of the libraries would that overcome my > exim-mysql upgrade problems? >From the error output you posted, the answer would be "probably" (It is missing some functions from libz) > If so how or where do I get the shared library versions? You already have them. But the libtool does not find them for some reason. Maybe you could try: env CPPFLAGS="-I/usr/include -I/usr/local/include" LDFLAGS="-L/usr/lib -L/usr/local/lib" make Hope this helps. -- Regards: Szilveszter ADAM Budapest Hungary