It's not really complaining about /etc/hosts.
It's complaining that "hostname" command does not return anything that is
in /etc/hosts.
type 'hostname' at the command prompt. Add what that returns to the
/etc/hosts entry for the machine.
Let me know how that goes-
P
Darryl Rodden <[EMAIL PROTECTED]>
06/16/2004 12:59 PM
To: mysql_general mysql_general <[EMAIL PROTECTED]>
cc:
Subject: Intel compiled 4.1.2
Hi,
I have a 4.1.2 database installed and running on a REL 3 server. I
installed the Intel
compiled 4.1.2 to see how much of a performance increase I would get, but
I am having
trouble with it. The scripts/mysql_install_db is giving me the following
error.
#scripts/mysql_install_db
Neither host 'devlhvm03.sdl1.secureserver.net' and 'localhost' could
not 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
Both 'devlhvm03.sdl1.secureserver.net' and 'localhost' are defined in the
/etc/hosts file.
If I run "bin/resolveip localhost" in the gcc compiled distribution
directory
(/usr/local/mysql-standard-4.1.2-alpha-pc-linux-i686), it works fine.
Running that same
command in the Intel compiled distribution directory
(/usr/local/mysql-standard-4.1.2-alpha-pc-linux-i686-icc) fails!
I installed the Intel version from a binary distribution, just like I did
the original 4.1.2
using these steps (I did not have to create the mysql user or group
because they
already exist):
sudo su
cd /usr/local
tar zxf mysql-standard-4.1.2-alpha-pc-linux-i686-icc.tar.gz
rm mysql
ln -s mysql-standard-4.1.2-alpha-pc-linux-i686-icc mysql
cd mysql
scripts/mysql_install_db
Any ideas?
Thanks,
Darryl
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]