From owner-freebsd-questions@FreeBSD.ORG Sat Jun 19 05:48:32 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 A4C5C16A4CE for ; Sat, 19 Jun 2004 05:48:32 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696AD43D55 for ; Sat, 19 Jun 2004 05:48:32 +0000 (GMT) (envelope-from junkmail@sensewave.com) Received: from tove (la3sg.net [217.13.29.172]) by mail.broadpark.no (Postfix) with ESMTP id CF4001DF4; Sat, 19 Jun 2004 07:47:57 +0200 (MEST) From: "Kjell Midtseter" To: "LW Ellis" Date: Sat, 19 Jun 2004 07:47:35 +0200 MIME-Version: 1.0 Message-ID: <40D3EF97.4882.2792F9@localhost> Priority: normal In-reply-to: <001001c455bd$2d8bc0d0$0200a8c0@LLAPTOP> X-mailer: Pegasus Mail for Windows (v4.12a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: freebsd-questions@FreeBSD.org Subject: Re: mysql install problem 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: Sat, 19 Jun 2004 05:48:32 -0000 On 18 Jun 2004 at 23:20, LW Ellis wrote: > thanks, I couldn't find it in the man pages. > Been reading, > should I put my mysql server in a 'virtual host' > or is it seperate from my apache server > No connection to apache and "virtual host" Just install it and the startup scripts will be installed for you. The next time you reboot you will see a startup message saying that is has been started. > > > ----- Original Message ----- > From: "Kjell Midtseter" > To: "LW Ellis" > Cc: > Sent: Friday, June 18, 2004 11:15 PM > Subject: Re: mysql install problem > > > > On 18 Jun 2004 at 22:08, LW Ellis wrote: > > > > > I get the following error when I try to install mysql40-server from the > > > ports. > > > Neither host '192' or 'localhost' could be resolved with > > > usr/local/bin/resolveip > > > I went thru something similar when I was configuring apache. > > > I had to resolve it by setting the host name to the name assigned by my > > > router > > > (also a dhcp server) > > > It says I can resolve this later by installing with the --force option. > > > I looked in the man pages, and the handbook. > > > Could someone please tell me how to invoke the force option. > > > I used make install command. > > make -D FORCE_INSTALL > > > > > > _______________________________________________ > > 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" > > >