From owner-freebsd-questions@FreeBSD.ORG Wed Nov 21 01:11:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96D2716A469 for ; Wed, 21 Nov 2007 01:11:35 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp121.sbc.mail.sp1.yahoo.com (smtp121.sbc.mail.sp1.yahoo.com [69.147.64.94]) by mx1.freebsd.org (Postfix) with SMTP id 9102A13C465 for ; Wed, 21 Nov 2007 01:11:35 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 65560 invoked from network); 21 Nov 2007 01:11:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:Mime-Version:Content-Transfer-Encoding:Message-Id:Content-Type:To:From:Subject:Date:X-Mailer; b=OxFkU0S0ep9B4VJEfR0qRg+s2EpMIWQZneVTBk25NLITDpzpPxYGIz9V04IHZ2R04k3+r8+JNNhCvNGqcCvc2whky6sb5f3OsrTeGVcp1HFgDb+lTnCbCduqU0DdrNCxk6pwtZOD4CLsRb5MWuRIyqe4EPnL7JbrncxTfbz+2rU= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp121.sbc.mail.sp1.yahoo.com with SMTP; 21 Nov 2007 01:11:34 -0000 X-YMail-OSG: beJ_dPkVM1kDf_4qPb4OXEkfimAJGZS0th1G3CaNXTSOOn1w Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: <72cfc44de9bbe639c72e6d81759324fd@prodigy.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: User Questions From: jekillen Date: Tue, 20 Nov 2007 17:12:21 -0800 X-Mailer: Apple Mail (2.622) Subject: mysql install Q X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2007 01:11:35 -0000 Hello; The following is what I get when I do mysql_install_db. /libexec/ld-elf.so.1: Shared object "libcrypt.so.2" not found, required by "my_print_defaults" /libexec/ld-elf.so.1: Shared object "libcrypt.so.2" not found, required by "my_print_defaults" (yes, the same message twice) I looked in ports for crypt but I do not know what exactly to look for to satisfy this complaint. In addition I got the following complaint: Neither host '' nor 'localhost' could be looked up with ./bin/resolveip Please configure the 'hostname' command to return a correct hostname. If you want to solve this at a later stage, restart this script with the --force option This is strange because this is also secondary dns server for the domain. I looked in ports at what is available for mysql and there are a number of listings for various versions. For a particular version there appear to be three separate directories, client, server, and scripts. I am a little confused as to what all to build and install. Now that I have gotten a handle on using ports, I am doing it that way instead of my initial approach, get the tarballs unzip, configure, make and make install (and hope for the best). This happens to be one of those, accept it is a prebuilt binary package. mysql-max-5.0.18-freebsd5.3-i386 (hmmm...5.3....?...) I will try to remove every thing it installed and got to ports if I can not solve the immediate problems. Any advice, suggestions, data appreciated. Thank you Jeff k