[前][次][番号順一覧][スレッド一覧]

mysql:3312

From: (しん) <<sin@xxxxxxxxxx>>
Date: Wed, 21 Feb 2001 22:41:23 +0900
Subject: [mysql 03312] solaris8 へのインストールについて

初めまして!! このメーリングリストに初投稿するしんと申します。

IntelマシンにSolaris8をインストールし環境もある程度整ったところでMySQLを
パッケージインストールしようと思ったのですが下記のようなメッセージが出て
インストールが出来ません。

〜〜〜〜〜〜〜〜パッケージインストールの途中からのログ〜〜〜〜〜〜〜〜〜〜〜
/usr/local/share/mysql/slovak/errmsg.txt
/usr/local/share/mysql/spanish/errmsg.sys
/usr/local/share/mysql/spanish/errmsg.txt
/usr/local/share/mysql/swedish/errmsg.sys
/usr/local/share/mysql/swedish/errmsg.txt
[ verifying class <none> ]
## Executing postinstall script.
ld.so.1: /usr/local/bin/my_print_defaults: fatal: libz.so.1: open failed: No such file or directory
This scripts updates the mysql.user, mysql.db, mysql.host and the
mysql.func table to MySQL 3.22.14 and above.

This is needed if you want to use the new GRANT functions or
want to use the more secure passwords.

If you get Access denied errors, you should run this script again
and give the MySQL root user password as a argument!

If your tables are already up to date or partially up to date you will
get some warnings about 'Duplicated column name' or
'Table 'func' already exists'. You can safely ignore these!
ld.so.1: ./bin/my_print_defaults: fatal: libz.so.1: open failed: No such file or directory
ld.so.1: /usr/local/bin/mysql: fatal: libz.so.1: open failed: No such file or directory
Killed

Creating Grant Alter and Index privileges if they don't exists
You can ignore any Duplicate column errors
ld.so.1: /usr/local/bin/mysql: fatal: libz.so.1: open failed: No such file or directory
Killed

Creating the new table and column privilege tables
ld.so.1: /usr/local/bin/mysql: fatal: libz.so.1: open failed: No such file or directory
Killed
Changing name of columns_priv.Type -> columns_priv.Column_priv
You can ignore any errors from this
ld.so.1: /usr/local/bin/mysql: fatal: libz.so.1: open failed: No such file or directory
Killed
Starting mysqld daemon with databases from /usr/local/mysql-data
Fixing the func table
You can ignore any Duplicate column errors
ld.so.1: /usr/local/bin/mysql: fatal: libz.so.1: open failed: No such file or directory
Killed
pkgadd: ERROR: postinstall script did not complete successfully

Installation of <MySQL> failed.
# Killed
010221 21:45:40  mysqld ended
#
〜〜〜〜〜〜〜〜ここまで〜〜〜〜〜〜〜〜〜〜〜



ちなみにSolaris8のインストールからMySQLのインストールまでの間で行ったことは
1:/etc のなかのネットワークの設定

2:Sunサイトからパッケージをダウンロードしてpkdadd でインストール
  インストールしたパッケージは
    gzip-1.2.4a
    tar-1.13

3:http://www.softagency.co.jp/mysql/bin/solx86.htmlから
    mysql-3.23.33-pc-solaris2.8-i386.pkg.tar.gz をダウンロードし
  /var/spool/pkg/ に展開し
  #pkgadd MySQL    
  その時点では一旦インストール出来たかの用に見えました。

4:更にSunサイトからパッケージをダウンロードしてpkdadd でインストール
  インストールしたパッケージは
    make-3.78.1
    gcc-2.95.2
  aalib-1.2
    glib-1.2.6
    zlib-1.1.3
    top-3.5beta9
    less-340

5:scripts/mysql_install_dbをしたのですが変なメッセージが出たため
  パッケージから一度削除しました。
    #pkdrm MySQL
    
6:再度パッケージインストールをした時に上記のメッセージが出てしまいました。

未熟な私にご教授くださいませ 宜しくお願いします。

[前][次][番号順一覧][スレッド一覧]