From owner-freebsd-questions Sat Nov 16 12:15:56 2002 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 A3E9837B401 for ; Sat, 16 Nov 2002 12:15:54 -0800 (PST) Received: from fat_man.ascendency.net (12-250-130-72.client.attbi.com [12.250.130.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E65B43E42 for ; Sat, 16 Nov 2002 12:15:48 -0800 (PST) (envelope-from mike@ascendency.net) Received: from mike (adsl-65-42-90-157.dsl.chcgil.ameritech.net [65.42.90.157]) by fat_man.ascendency.net (8.11.6/8.11.6) with ESMTP id gAGKEmu01281 for ; Sat, 16 Nov 2002 14:14:49 -0600 (CST) (envelope-from mike@ascendency.net) Reply-To: From: "Mike Loiterman" To: Subject: Shared object "libmysqlclient.so.10" not found Date: Sat, 16 Nov 2002 14:12:34 -0600 Message-ID: <004d01c28dac$859a2bc0$0302a8c0@mike> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Just finished doing a make buildworld and make installworld. Everything seems to be up and running fine except I get this error in dmesg/startup: # dmesg -a sendmail /usr/libexec/ld-elf.so.1: Shared object "libmysqlclient.so.10" not found Sendmail works fine (the fact that you're reading this is proof) after I: #cd /etc/mail #make start I think...hrm...missing library. So I do: #ldconfig -r 84:-lmysqlclient.10 => /usr/local/lib/mysql/libmysqlclient.so.10 so the library is there, but it seems it's not seeing it at startup. I've done a pretty extensive google search and I've found a few occurances of this. There are only two types of replies: nothing, or the poster is told to check /etc/ld.so.conf and add the location of the lib to that file. Unfortunately, I don't have a /etd/ld.so.conf and creating it does nothing. I only have /var/run/ld.so.hints and that appears to be a binary. Can anyone help me fix this? ........................................... Randomly Generated Quote: Who is 'General Failure' and why is he reading my disk? Mike Loiterman PGP Key 0xD1B9D18E http://www.ascendency.net -----BEGIN PGP SIGNATURE----- Version: PGP 7.0.4 Comment: Message digitally signed by Mike Loiterman iQA/AwUBPdamsWjZbUnRudGOEQLbrQCffCEgGGwGAOmwGw/0lMGlvVqx6XkAoKBh Xe5QTiNGMbQZ87tgWfozMGMO =Cv3/ -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message