From owner-freebsd-questions@FreeBSD.ORG Tue Sep 14 14:37:43 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 9FF1116A4CE for ; Tue, 14 Sep 2004 14:37:43 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 739CB43D1D for ; Tue, 14 Sep 2004 14:37:42 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 48365 invoked by uid 1002); 14 Sep 2004 14:39:53 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.64. Clear:RC:1(127.0.0.1):. Processed in 1.459957 secs); 14 Sep 2004 14:39:53 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 14 Sep 2004 14:39:51 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Tue, 14 Sep 2004 10:39:51 -0400 (EDT) Message-ID: <1884.209.167.16.15.1095172791.squirrel@209.167.16.15> In-Reply-To: <20040914142743.GA34339@dan.emsphone.com> References: <1817.209.167.16.15.1095169222.squirrel@209.167.16.15> <20040914142743.GA34339@dan.emsphone.com> Date: Tue, 14 Sep 2004 10:39:51 -0400 (EDT) From: "Steve Bertrand" To: "Dan Nelson" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: questions@freebsd.org Subject: Re: /usr/ports/databases/mysql(-devel)? 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, 14 Sep 2004 14:37:43 -0000 > In the last episode (Sep 14), Steve Bertrand said: >> I'm attempting to install freeradius from ports, but it heavily >> relies upon mysql-devel being installed. >> >> In 4.7 it was actually in ports. Now, it does not appear to be >> there. >> There is however, an option in the makefile which is disabled >> (--without-debug). If I enable this configure option, is this >> effectively installing all the devel stuff for MySQL? > > There was never a mysql-devel port afaik; the mysql ports have always > been numbered. The freeradius port currently depends on mysql 4.0.x, > which should get built and installed automatically by the ports system > when you try and build freeradius. Ok, I thought there was one. Yesterday, I was trying to install FreeRADIUS on a box that already had MySQL installed on it (from source, not ports) and it was having a problem locating rlm_sql_mysql.so. Searching, I found I had to install mysql-devel. This morning, I am installing on a fresh install (5.2.1), and actually never crossed my mind to install freeradius port first, and let it handle the mysql dependencies. I am trying that now... Tks for the reminder, that ports will build in their own dependencies ;o) Steve > -- > Dan Nelson > dnelson@allantgroup.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >