From owner-freebsd-questions Tue Nov 5 10: 5: 4 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 557D637B401 for ; Tue, 5 Nov 2002 10:05:02 -0800 (PST) Received: from slate.dublin.wbtsystems.com (slate.dublin.wbtsystems.com [193.120.231.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5572443E75 for ; Tue, 5 Nov 2002 10:05:01 -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 gA5HnoTW013669; Tue, 5 Nov 2002 17:49:50 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 17:49:49 -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: <008301c284ef$4d5ce920$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 I tend to build from standard sources rather than ports, but I think the MySQL port installs the client library by default at: /usr/local/lib/mysql/libmysqlclient.so So you could try preloading that. I'm not sure for definite that this is your problem though, as I don't often use the ports. 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 > Sent: 05 November 2002 17:18 > To: Barry Byrne; Roger Williams; freebsd-questions@FreeBSD.ORG > Subject: Re: cheat sheet? apache, mod_ssl, mod_php, mysql > > > /usr/ports/databases/mysqlserver323 doesn't seem to > build any shared objects...... :-( > > Could I get the same results by preloading > the daemon (program) file? > > KDK > > From: "Barry Byrne" > To: "DaleCo Help Desk" ; "Roger Williams" > ; > Sent: Tuesday, November 05, 2002 10:39 AM > Subject: RE: cheat sheet? apache, mod_ssl, mod_php, mysql > > > > 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