From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 22:58:21 2004 Return-Path: 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 D16CA16A4CE for ; Wed, 29 Dec 2004 22:58:21 +0000 (GMT) Received: from sys28.mail.msu.edu (sys28.mail.msu.edu [35.9.75.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F5943D49 for ; Wed, 29 Dec 2004 22:58:21 +0000 (GMT) (envelope-from bushous2@msu.edu) Received: from [199.176.230.77] (helo=localhost.localdomain) by sys28.mail.msu.edu with esmtpsa (Exim 4.43 #1) (SSLv3:RC4-MD5:128) id 1Cjmln-0001Sy-HS for freebsd-questions@freebsd.org; Wed, 29 Dec 2004 17:58:21 -0500 From: Micah Bushouse To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Wed, 29 Dec 2004 17:58:16 -0500 Message-Id: <1104361096.3531.30.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Subject: apache's mod_log_sql from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:58:22 -0000 Dear List, I'm trying to install mod_log_sql 1.18 so that Apache will log into MySQL instead of a flat file, and I thought I had lucked out when I saw /usr/ports/www/mod_log_sql! Unfortunately, it's giving some grief. As you can tell from below, I'm using the apache+mod_ssl and mysql41-server ports, whereas mod_log_sql seems to prefer plain Apache and MySQL 3.23. Is there a way to get mod_log_sql integrated with my current setup? Do I have to edit any of the information in the ports tree entry for mod_log_sql to reflect these newer versions Apache and MySQL? Finally, am I better off using the generic compile/install instructions on the mod_log_sql website? By the way, this is on a current 4.10 machine. Thanks in advance! ~Micah # pkg_add -r mod_log_sql Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/mod_log_sql.tgz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/All/mysql-client-3.23.58_3.tgz... Done. pkg_add: package 'mysql-client-3.23.58_3' conflicts with mysql-client-4.1.7 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'mysql-client-3.23.58_3' failed! Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/All/apache-1.3.33_1.tgz... Done. pkg_add: package 'apache-1.3.33_1' conflicts with apache+mod_ssl-1.3.33 +2.8.22 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'apache-1.3.33_1' failed!