From owner-freebsd-hackers Mon Oct 5 14:31:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04750 for freebsd-hackers-outgoing; Mon, 5 Oct 1998 14:31:36 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from server.cirdan.iae.nl (server.cirdan.iae.nl [212.61.28.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04715 for ; Mon, 5 Oct 1998 14:31:25 -0700 (PDT) (envelope-from graaf@cirdan.iae.nl) Received: from cirdan.iae.nl (cirdan.iae.nl [212.61.28.35]) by server.cirdan.iae.nl (8.9.1a/8.9.1) with ESMTP id XAA28830; Mon, 5 Oct 1998 23:31:14 +0200 (CEST) Message-Id: <199810052131.XAA28830@server.cirdan.iae.nl> Date: Mon, 5 Oct 1998 23:31:10 +0200 (CEST) From: Edwin de Graaf Subject: libraries in ports and ELF (3.0) To: freebsd-hackers@FreeBSD.ORG cc: graaf@iae.nl MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have just compiled the TkRat port (in ports/mail/tkrat) on 3.0-19981003-BETA. This took some doing because one of the libraries Tkrat depends on is installed as libc-client.so.2.1. The ELF ld does not recognize a library name like that, so the port would not link. I have gotten it to compile by manually moving the library to libc-client.so.2 and creating a symbolic link to it called libc-client.so. Oh, and I also changed the dependancy in the TkRat Makefile to read c-client.2 instead of c-client.2.1. I thought I would mention this in case others have the same problem. If everyone already knew this just ignore me, and I will go away ;-). Best regards, Edwin de Graaf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message