Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94B84275A for ; Tue, 26 Apr 2011 00:25:10 +0000 (UTC) Received: (qmail 74271 invoked by uid 500); 26 Apr 2011 00:25:07 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 74243 invoked by uid 500); 26 Apr 2011 00:25:07 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 74235 invoked by uid 99); 26 Apr 2011 00:25:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2011 00:25:07 +0000 X-ASF-Spam-Status: No, hits=0.9 required=5.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of apache-users@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2011 00:24:59 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QEW4t-0006h0-Iy for users@httpd.apache.org; Tue, 26 Apr 2011 02:24:33 +0200 Received: from 199.101.129.34 ([199.101.129.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Apr 2011 02:24:31 +0200 Received: from jsd by 199.101.129.34 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Apr 2011 02:24:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@httpd.apache.org From: Jon Drukman Date: Tue, 26 Apr 2011 00:24:19 +0000 (UTC) Lines: 13 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 199.101.129.34 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0) Gecko/20100101 Firefox/4.0) Subject: [users@httpd] Building =?utf-8?b?YXByX2RiZF9teXNxbA==?= What is the trick to get apache to build and install apr_dbd_mysql when compiling from source? I've manually cd'd into srclib/apr-util and manually run ./configure --with-mysql; make; make install but it's not actually putting the DBD driver somewhere where apache can use it. I manually copied the .so file but I always get "DBD: Can't load driver file apr_dbd_mysql.so" when running apache. -jsd- --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org