Though I wouldn't be 'happy' using the environment setup you have, the real
issue that's causing your problem(s) is the fact that you downloaded and
installed the package (note the word "sparc" which means that this package
is for Sun SPARC based computers):
mysql-3.23.38-sun-solaris2.7-sparc.tar.gz
And your system reports that it's running (note the "i386" which means
"Intel based"):
Solaris2.7 /i386
This is probably why the installation reported that "libc libraries are not
100 % compatible with this binary MySQL version"
You should download the standard 'source' distribution
"mysql-3.23.38.tar.gz" and 'build' it for your system (hopefully, there's a
compiler available for you on that system).
----- Original Message -----
From: "Barbara Baughman" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, June 12, 2001 7:44 AM
Subject: Re: Can't get started
> The shell is tcsh.
>
> I can do an nslookup and find organa.
>
> My /usr/local directory points to a space on another server. I wanted to
> keep it on my server(organa), which is why I used a subdirectory of
> /export. Besides, I don't have permission to write to /usr/local.
>
> My OS is Solaris2.7 /i386.
>
> Thanks for your quick response.
>
> Barbara Baughman
> X2157
>
> On Mon, 11 Jun 2001, Steve Brazill wrote:
>
> > You might have issues with the 'environment' you're setup with...
> >
> > What 'shell' are you using (especially when you performed the
installation)
> > ??
> >
> > Isn't "/export" an 'NFS mounted' area ? (will this cause issues with
the
> > installation ?)
> >
> > Can you 'resolve' (lookup) your system name yourself ? (i.e. "nslookup
> > organa") If not, you might want to fix this in case it's causing
> > additional problems (or the result of).
> >
> > What system and 'O/S' are you actually using (type "uname -a" and send
me
> > the result). did you download the correct 'binary' package ?
> >
> >
> > ----- Original Message -----
> > From: "Barbara Baughman" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, June 11, 2001 12:47 PM
> > Subject: Can't get started
> >
> >
> > > I downloaded the file mysql-3.23.38-sun-solaris2.7-sparc.tar.gz last
> > > Friday. I followed the installation instructions, except that mysql
is
> > > installed in /export/mysql since I don't control /usr/local.
> > >
> > > The file mysqlbug doesn't exist anywhere in my distribution. The
> > > scripts subdirectory only has mysql_install_db.
> > >
> > > The command mysql_install_db gave me messages that it couldn't find my
> > > hostname (organa), so I needed to use ip address instead of hostname
to
> > > set permissions. It also said it couldn't create the grant tables.
> > >
> > > Later, the command safe_mysqld --user=mysql & gives an syntax error
> > > message for bin/my_print_defaults, and mysql promptly quits.
> > >
> > > Detailed messages follow.
> > >
> > > Thanks in advance.
> > >
> > > Barbara Baughman
> > > 972-883-2157
> > >
> > > The error messages from mysql_install_db are:
> > >
> > > -------------------------------------------
> > > organa:/export/mysql/mysql# scripts/mysql_install_db
> > > ./bin/my_print_defaults: syntax error at line 1: `(' unexpected
> > > WARNING: The host 'organa' could not be looked up with resolveip.
> > > This probably means that your libc libraries are not 100 % compatible
> > > with this binary MySQL version. The MySQL deamon, mysqld, should work
> > > normally with the exception that host name resolving will not work.
> > > This means that you should use IP addresses instead of hostnames
> > > when specifying MySQL privileges !
> > > Preparing db table
> > > Preparing host table
> > > Preparing user table
> > > Preparing func table
> > > Preparing tables_priv table
> > > Preparing columns_priv table
> > > Installing all prepared tables
> > > ./bin/mysqld: syntax error at line 1: `(' unexpected
> > > Installation of grant tables failed!
> > > organa:/export/mysql/mysql# scripts/mysql_install_db
> > > ./bin/my_print_defaults: syntax error at line 1: `(' unexpected
> > > WARNING: The host 'organa' could not be looked up with resolveip.
> > > This probably means that your libc libraries are not 100 % compatible
> > > with this binary MySQL version. The MySQL deamon, mysqld, should work
> > > normally with the exception that host name resolving will not work.
> > > This means that you should use IP addresses instead of hostnames
> > > when specifying MySQL privileges !
> > > Preparing db table
> > > Preparing host table
> > > Preparing user table
> > > Preparing func table
> > > Preparing tables_priv table
> > > Preparing columns_priv table
> > > Installing all prepared tables
> > > ./bin/mysqld: syntax error at line 1: `(' unexpected
> > > Installation of grant tables failed!
> >
> -----------------------------------------------------------------------
> > >
> > > The error message from safe_mysql --user=mysql & are:
> > >
> >
> -------------------------------------------------------------------------
> > > organa:/export/mysql/mysql# bin/safe_mysqld --user=mysql &
> > > [1] 18023
> > > ./bin/my_print_defaults: syntax error at line 1: `(' unexpected
> > > organa:/export/mysql/mysql# Starting mysqld daemon with databases from
> > > /export/mysql/mysql-3.23.38/data
> > > 010611 14:30:39 mysqld ended
> > >
> > > ---------------------------------------------------------------------
> > > Before posting, please check:
> > > http://www.mysql.com/manual.php (the manual)
> > > http://lists.mysql.com/ (the list archive)
> > >
> > > To request this thread, e-mail <[EMAIL PROTECTED]>
> > > To unsubscribe, e-mail
> > <[EMAIL PROTECTED]>
> > > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> > >
> >
> >
>
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php