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]

Reply via email to