Hello,

I have downloaded a binary distribution for HP-UX 10.20. (in /usr/local)
and would it install.
Following I had realized this steps:

shell> groupadd mysql
shell> useradd -g mysql mysql
shell> cd /usr/local
shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf -
shell> ln -s /usr/local/mysql-3.23.57-hp-hpux10.20-hppa mysql
shell> cd mysql
shell> scripts/mysql_install_db

#-------- output from "mysql_install_db" ----------
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
030704 13:14:41 Warning: setrlimit couldn't increase number of open files to more than 100
030704 13:14:41 Warning: Changed limits: max_connections: 90 table_cache: 64
scripts/mysql_install_db[292]: 8733 Memory fault(coredump)
Installation of grant tables failed!


Examine the logs in ./data for more information.
You can also try to start the mysqld daemon with:
./bin/mysqld --skip-grant &
You can use the command line tool
./bin/mysql to connect to the mysql
database and look at the grant tables:

shell> ./bin/mysql -u root mysql
mysql> show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in ./data that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com
Please consult the MySQL manual section: 'Problems running mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the ./bin/mysqlbug script!


#------------- output from "mysqlbug" ----------------
SEND-PR: -*- send-pr -*-
SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
SEND-PR: will all comments (text enclosed in `<' and `>').
SEND-PR:
From: root
To: [EMAIL PROTECTED]
Subject: [50 character or so descriptive subject here (for reference)]

>Description:
   <precise description of the problem (multiple lines)>
>How-To-Repeat:
   <code/input/activities to reproduce the problem (multiple lines)>
>Fix:
   <how to correct or work around the problem, if known (multiple lines)>

>Submitter-Id: <submitter ID>
>Originator: >Organization:
<organization of PR author (multiple lines)>
>MySQL support: [none | licence | email support | extended email support ]
>Synopsis: <synopsis of the problem (one line)>
>Severity: <[ non-critical | serious | critical ] (one line)>
>Priority: <[ low | medium | high ] (one line)>
>Category: mysql
>Class: <[ sw-bug | doc-bug | change-request | support ] (one line)>
>Release: mysql-3.23.57 (Official MySQL binary)


>Environment:
   <machine, os, target, libraries (multiple lines)>
System: HP-UX cimux B.10.20 U 9000/785 2002978097 unlimited-user license


Some paths: /usr/contrib/bin/perl /usr/bin/make /usr/bin/cc


Compilation info: CC='gcc' CFLAGS='-DHPUX -I/opt/dce/include -O3 -fPIC' CXX='gcc' CXXFLAGS='-DHPUX -I/opt/dce/include -felide-constructors -fno-exceptions -fno-rtti -O3 -fPIC' LDFLAGS=''
LIBC:
-r-xr-xr-x 1 bin bin 1863680 Nov 10 1999 /lib/libc.1
-r--r--r-- 1 bin bin 2456532 Nov 10 1999 /lib/libc.a
lrwxr-xr-x 1 root sys 15 Jul 18 2001 /lib/libc.sl -> /usr/lib/libc.1
-r-xr-xr-x 1 bin bin 1863680 Nov 10 1999 /usr/lib/libc.1
-r--r--r-- 1 bin bin 2456532 Nov 10 1999 /usr/lib/libc.a
lrwxr-xr-x 1 root sys 15 Jul 18 2001 /usr/lib/libc.sl -> /usr/lib/libc.1
Configure command: ./configure '--prefix=/usr/local/mysql' '--with-comment=Official MySQL binary' '--with-extra-charsets=complex' '--with-server-suffix=' '--enable-thread-safe-client' '--enable-local-infile' '--with-pthread' '--with-named-thread-libs=-ldce' '--with-lib-ccflags=-fPIC' '--disable-shared' '--without-innodb' 'CFLAGS=-DHPUX -I/opt/dce/include -O3 -fPIC' 'CXXFLAGS=-DHPUX -I/opt/dce/include -felide-constructors -fno-exceptions -fno-rtti -O3 -fPIC' 'CXX=gcc'
Perl: This is perl, version 4.0



No databases was created. Can you say me where is my problem?

Best regards
       Jörg Rainer


# Nordzucker AG # Verbindungschaussee # D-18273 Güstrow # Abt. EMSR # # mailto: [EMAIL PROTECTED] # Tel.: ++49 3843 - 255 305

Reply via email to