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: sri
To: [EMAIL PROTECTED]
Subject: Installation problem HPUX 10.20

>Description:
        I am trying to install the binary for HP-UX 10.2. When I run the script
        scripts/mysql_install_db, I get the following output.
        When I use the command ./bin/mysqld --skip-grant, I get a error that 
        the .../var/does not exist. I create the directory and run the command
        again, but now I get a core dump.
        =======================
        
        Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
010218 10:42:08  Warning: setrlimit couldn't increase number of open
files to more than 500
010218 10:42:08  Warning: Changed limits: max_connections: 100 
table_cache: 195
scripts/mysql_install_db[284]: 10005 Memory fault(coredump)
Installation of grant tables failed!

Examine the logs in ./data for more information.
You can also try to start the mysqld demon 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!

==============================
>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:    Srinivas Reddy
>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.33 (Official MySQL binary)

>Environment:
        <machine, os, target, libraries (multiple lines)>
System: HP-UX alfalfa B.10.20 A 9000/785 2000976723 two-user license


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

Compilation info: CC='gcc'  CFLAGS='-DHPUX -I/opt/dce/include  -O6
-fpic'  CXX='gcc'  CXXFLAGS='-DHPUX -I/opt/dce/include
-felide-constructors -fno-exceptions -fno-rtti -O6 '  LDFLAGS=''
LIBC: 
-r-xr-xr-x   1 bin        bin        1888256 Jan 19  1999 /lib/libc.1
-r--r--r--   1 bin        bin        2476400 Jan 19  1999 /lib/libc.a
lrwxr-xr-x   1 root       sys             15 Jun 24  1999 /lib/libc.sl
-> /usr/lib/libc.1
-r-xr-xr-x   1 bin        bin        1888256 Jan 19  1999
/usr/lib/libc.1
-r--r--r--   1 bin        bin        2476400 Jan 19  1999
/usr/lib/libc.a
lrwxr-xr-x   1 root       sys             15 Jun 24  1999
/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-pthread --with-named-thread-libs=-ldce --disable-shared
Perl: This is perl, version 5.005_03 built for PA-RISC1.1

---------------------------------------------------------------------
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

Reply via email to