From owner-freebsd-questions Tue Nov 5 8:54:27 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 2CFC637B404 for ; Tue, 5 Nov 2002 08:54:26 -0800 (PST) Received: from slate.dublin.wbtsystems.com (slate.dublin.wbtsystems.com [193.120.231.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2FC43E77 for ; Tue, 5 Nov 2002 08:54:25 -0800 (PST) (envelope-from barry.byrne@wbtsystems.com) Received: from spiral (spiral.dublin.wbtsystems.com [193.120.231.190]) (authenticated bits=0) by slate.dublin.wbtsystems.com (8.12.6/8.12.6) with ESMTP id gA5GdETW012947; Tue, 5 Nov 2002 16:39:14 GMT From: "Barry Byrne" To: "DaleCo Help Desk" , "Roger Williams" , Subject: RE: cheat sheet? apache, mod_ssl, mod_php, mysql Date: Tue, 5 Nov 2002 16:39:13 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <059801c284e8$e0ea0f30$fa00a8c0@DaleCoportable> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-WBT-Authenticated-User: bb X-Scanned-By: MIMEDefang/slate 2.24 (www . roaringpenguin . com / mimedefang) 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 You could try adding something like this in your apache startup file: LD_PRELOAD="/usr/local/mysql/lib/mysql/libmysqlclient.so"; export LD_PRELOAD Modify for your mysql lib location and add these two lines before the call to start httpd. Cheers, Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of DaleCo Help > Desk > Good list, but where's MySQL? > > My current point of failure is that apache > can't load mod_php4 because it hasn't > been built with MySQL symbols/support.... > > Using the supplied docs got me this far, > but I've been stumped with this one.... > > KDK > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message