From owner-freebsd-questions@FreeBSD.ORG Mon Nov 24 23:59:51 2003 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 04BC816A4CF; Mon, 24 Nov 2003 23:59:51 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 287B843FB1; Mon, 24 Nov 2003 23:59:50 -0800 (PST) (envelope-from matthewedwards@comcast.net) Received: from MUGGLA (c-24-10-254-143.client.comcast.net[24.10.254.143]) by comcast.net (rwcrmhc13) with SMTP id <2003112507594901500ps7tre>; Tue, 25 Nov 2003 07:59:49 +0000 Message-ID: <010001c3b32a$19930650$0102000a@home.local> From: "Matt Edwards" To: , , Date: Tue, 25 Nov 2003 00:59:49 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: mSyslog port and FreeBSD 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: Tue, 25 Nov 2003 07:59:51 -0000 I have been searching endlessly for information on msyslog and FreeBSD. I have configured my server to use this port (it is currently logging everything to files) and am now trying to get it to use mysql. The only items I have found thus far has been on sourceforge.net. All I seem to find is folks saying they have problems but no one ever seems to have the answers (wow, big surprise for me;) I have a few questions, but the one I must ask is, has anyone on a FreeBSD box got this to work WITH mysql? Secondly my problem is very well defined here: http://sourceforge.net/forum/forum.php?thread_id=899889&forum_id=80955 and here: http://sourceforge.net/forum/forum.php?thread_id=965362&forum_id=80955 both seem to be the same problem and in fact they are exactly the same as my problem. I think the issue is with the actuall building of the port. The file libmsyslog_om_mysql.so is nowhere to be found on my system. This leads me to believe that perhaps it simply was not built. I used the command make WITH_MYSQL=yes install to install the port. Before installing I corrected the file in the includes as directed here: http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2003-August/009926.html The mailing list for the port returns my mail and any attempts to contact them have resulted in no answer. My only resources I have found so far have been on sourceforge (where it seems no one answers) this newsgroup and freebsd mailings. Any help would be welcome, great, and thanked for in advance! Matt