database.sarang.net
UserID
Passwd
Database
DBMS
ㆍMySQL
PostgreSQL
Firebird
Oracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
MySQL Q&A 1354 게시물 읽기
No. 1354
dynamic linker : ./bin/resolveip :error opening libz.so
작성자
정용희
작성일
2000-04-21 10:16
조회수
6,619

mysql_install_db를 아래와 같이 실행하면 error가 발생 합니다.

------------------------------------------------------------

# scripts/mysql_install_db

scripts/mysql_install_db: 1927 Killed

scripts/mysql_install_db: 1928 Killed

WARNING: Your libc libraries are not 100 % compatible with this MySQL version

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 !

Creating db table

Creating host table

Creating user table

Creating func table

Creating tables_priv table

Creating columns_priv table

dynamic linker : ./bin/mysqld : error opening libz.so

scripts/mysql_install_db: 1929 Killed

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:

.

.

.

 

mysql_install_db의 문제가 되는 부분입니다.

---------------------------------------------------------------------

# On IRIX hostname is in /usr/bsd so add this to the path

PATH=$PATH:/usr/bsd

hostname=`hostname` # Install this too in the user table

 

# Check if hostname is valid

if test "$IN_RPM" -eq 0 -a $force -eq 0

then

resolved=`$bindir/resolveip $hostname 2>&1`

if [ $? -ne 0 ]

then

resolved=`$bindir/resolveip localhost 2>&1`

if [ $? -eq 0 ]

then

echo "Sorry, the host '$hostname' could not be looked up."

echo "Please configure the 'hostname' command to return a correct hostname

."

echo "If you want to solve this at a later stage, restart this script with

"

echo "the --force option"

exit 1

fi

echo "WARNING: Your libc libraries are not 100 % compatible with this MySQL

version"

echo "mysqld should work normally with the exception that host name resolvin

g"

echo "will not work. This means that you should use IP addresses instead"

echo "of hostnames when specifying MySQL privileges !"

fi

fi

.

.

.

 

=============================================================

 

resolveip 가 실행되면서

dynamic linker : ./bin/resolveip :error opening libz.so

와 같은 error가 발생하는데 여기에 원인이 있는거 같습니다.

 

mysql은 binary을 다운받아서 설치 했습니다.

 

고수님의 고견을 부탁합니다.

[Top]
No.
제목
작성자
작성일
조회
1360undefined mysql_connect()의 문제
molra
2000-04-21
6474
1358[질문]Mysql 소스 컴파일시 Client만 설치하려면....
몰라
2000-04-21
6077
1363┕># Re: [질문]Mysql 소스 컴파일시 Client만 설치하려면.... -> configure 옵션에 있음
문태준
2000-04-22 09:19:45
6471
1356하루 자료 수가 500건 정도 입니다.
변창수
2000-04-21
6122
1368┕>Re: 하루 자료 수가 500건 정도 입니다.
정재익
2000-04-22 12:37:52
6781
1373 ┕>조언 감사합니다.(내용무)
변창수
2000-04-22 23:04:51
6260
1354dynamic linker : ./bin/resolveip :error opening libz.so
정용희
2000-04-21
6619
1367┕>Re: dynamic linker : ./bin/resolveip :error opening libz.so
정재익
2000-04-22 12:35:53
6937
1353Mysql게시판 처럼 만들려고 하거든요.
최용섭
2000-04-20
6344
1366┕>Re: Mysql게시판 처럼 만들려고 하거든요.
정재익
2000-04-22 12:31:59
6849
1352패스워드설정에 관해서
이민영
2000-04-20
5932
1351mysql 에서 SQL문에 대하여..
김상범
2000-04-20
6403
1359┕>Re: mysql 에서 SQL문에 대하여..
seoullee
2000-04-21 15:42:49
6404
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.019초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다