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
운영게시판
최근게시물
PostgreSQL Q&A 4630 게시물 읽기
No. 4630
[도움요청]7.1 설치시 에러메시지 입니다.
작성자
여준성
작성일
2003-03-20 04:33
조회수
1,219

7.1 설치시 에러메세지입니다. 이유가 있어서 이 버전을 설치하려고 하는데 make 또는 gmake 를 하면 다음과 같은 오류 메세지가 나옵니다....

 

gcc 버전은 2.96 입니다.

 

지난 번에는 같은 스펙에 설치가 되었었거든요.....

 

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o command.o command.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o common.o common.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o help.o help.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o input.o input.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o stringutils.o stringutils.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o mainloop.o mainloop.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o copy.o copy.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o startup.o startup.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o prompt.o prompt.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o variables.o variables.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o large_obj.o large_obj.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o print.o print.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o describe.o describe.c

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o tab-complete.o tab-complete.c

tab-complete.c: In function `initialize_readline':

tab-complete.c:103: warning: assignment from incompatible pointer type

tab-complete.c: In function `psql_completion':

tab-complete.c:292: warning: implicit declaration of function `completion_matches'

tab-complete.c:292: warning: assignment makes pointer from integer without a cast

tab-complete.c:296: warning: assignment makes pointer from integer without a cast

tab-complete.c:301: warning: assignment makes pointer from integer without a cast

tab-complete.c:309: warning: assignment makes pointer from integer without a cast

tab-complete.c:320: warning: assignment makes pointer from integer without a cast

tab-complete.c:325: warning: assignment makes pointer from integer without a cast

tab-complete.c:332: warning: assignment makes pointer from integer without a cast

tab-complete.c:337: warning: assignment makes pointer from integer without a cast

tab-complete.c:342: warning: assignment makes pointer from integer without a cast

tab-complete.c:347: warning: assignment makes pointer from integer without a cast

tab-complete.c:350: warning: assignment makes pointer from integer without a cast

tab-complete.c:366: warning: assignment makes pointer from integer without a cast

tab-complete.c:371: warning: assignment makes pointer from integer without a cast

tab-complete.c:378: warning: assignment makes pointer from integer without a cast

tab-complete.c:381: warning: assignment makes pointer from integer without a cast

tab-complete.c:392: warning: assignment makes pointer from integer without a cast

tab-complete.c:400: warning: assignment makes pointer from integer without a cast

tab-complete.c:406: warning: assignment makes pointer from integer without a cast

tab-complete.c:410: warning: assignment makes pointer from integer without a cast

tab-complete.c:413: warning: assignment makes pointer from integer without a cast

tab-complete.c:420: warning: assignment makes pointer from integer without a cast

tab-complete.c:423: warning: assignment makes pointer from integer without a cast

tab-complete.c:429: warning: assignment makes pointer from integer without a cast

tab-complete.c:435: warning: assignment makes pointer from integer without a cast

tab-complete.c:440: warning: assignment makes pointer from integer without a cast

tab-complete.c:448: warning: assignment makes pointer from integer without a cast

tab-complete.c:455: warning: assignment makes pointer from integer without a cast

tab-complete.c:460: warning: assignment makes pointer from integer without a cast

tab-complete.c:465: warning: assignment makes pointer from integer without a cast

tab-complete.c:473: warning: assignment makes pointer from integer without a cast

tab-complete.c:478: warning: assignment makes pointer from integer without a cast

tab-complete.c:490: warning: assignment makes pointer from integer without a cast

tab-complete.c:493: warning: assignment makes pointer from integer without a cast

tab-complete.c:496: warning: assignment makes pointer from integer without a cast

tab-complete.c:506: warning: assignment makes pointer from integer without a cast

tab-complete.c:514: warning: assignment makes pointer from integer without a cast

tab-complete.c:521: warning: assignment makes pointer from integer without a cast

tab-complete.c:532: warning: assignment makes pointer from integer without a cast

tab-complete.c:541: warning: assignment makes pointer from integer without a cast

tab-complete.c:545: warning: assignment makes pointer from integer without a cast

tab-complete.c:553: warning: assignment makes pointer from integer without a cast

tab-complete.c:556: warning: assignment makes pointer from integer without a cast

tab-complete.c:559: warning: assignment makes pointer from integer without a cast

tab-complete.c:569: warning: assignment makes pointer from integer without a cast

tab-complete.c:572: warning: assignment makes pointer from integer without a cast

tab-complete.c:578: warning: assignment makes pointer from integer without a cast

tab-complete.c:582: warning: assignment makes pointer from integer without a cast

tab-complete.c:587: warning: assignment makes pointer from integer without a cast

tab-complete.c:592: warning: assignment makes pointer from integer without a cast

tab-complete.c:599: warning: assignment makes pointer from integer without a cast

tab-complete.c:604: warning: assignment makes pointer from integer without a cast

tab-complete.c:606: warning: assignment makes pointer from integer without a cast

tab-complete.c:608: warning: assignment makes pointer from integer without a cast

tab-complete.c:619: warning: assignment makes pointer from integer without a cast

tab-complete.c:622: warning: assignment makes pointer from integer without a cast

tab-complete.c:626: warning: assignment makes pointer from integer without a cast

tab-complete.c:634: warning: assignment makes pointer from integer without a cast

tab-complete.c:640: warning: assignment makes pointer from integer without a cast

tab-complete.c:646: warning: assignment makes pointer from integer without a cast

tab-complete.c:651: warning: assignment makes pointer from integer without a cast

tab-complete.c:660: warning: assignment makes pointer from integer without a cast

tab-complete.c:666: warning: assignment makes pointer from integer without a cast

tab-complete.c:672: warning: assignment makes pointer from integer without a cast

tab-complete.c:678: warning: assignment makes pointer from integer without a cast

tab-complete.c:682: warning: assignment makes pointer from integer without a cast

tab-complete.c:687: warning: assignment makes pointer from integer without a cast

tab-complete.c:690: warning: assignment makes pointer from integer without a cast

tab-complete.c:698: warning: assignment makes pointer from integer without a cast

tab-complete.c:702: warning: assignment makes pointer from integer without a cast

tab-complete.c:704: warning: assignment makes pointer from integer without a cast

tab-complete.c:709: warning: assignment makes pointer from integer without a cast

tab-complete.c:714: warning: assignment makes pointer from integer without a cast

tab-complete.c:716: warning: assignment makes pointer from integer without a cast

tab-complete.c:718: warning: assignment makes pointer from integer without a cast

tab-complete.c:725: warning: assignment makes pointer from integer without a cast

tab-complete.c:734: `filename_completion_function' undeclared (first use in this function)

tab-complete.c:734: (Each undeclared identifier is reported only once

tab-complete.c:734: for each function it appears in.)

tab-complete.c:734: warning: assignment makes pointer from integer without a cast

tab-complete.c:749: warning: assignment makes pointer from integer without a cast

tab-complete.c:763: warning: assignment makes pointer from integer without a cast

gmake[3]: *** [tab-complete.o] 오류 1

gmake[3]: 나감 `/usr/local/src/postgresql-7.1/src/bin/psql' 디렉토리

gmake[2]: *** [all] 오류 2

gmake[2]: 나감 `/usr/local/src/postgresql-7.1/src/bin' 디렉토리

gmake[1]: *** [all] 오류 2

gmake[1]: 나감 `/usr/local/src/postgresql-7.1/src' 디렉토리

gmake: *** [all] 오류 2

 

 

그리고 이거와는 별도로 디비를 다른 곳에 복원하고 글을 썼는데 글 등록이 안되고 "ERROR: value too long for type character varying(15)" 이런 메세지가 나옵니다.

 

도움을 부탁 드립니다...

이 글에 대한 댓글이 총 1건 있습니다.

src 디렉토리에 보면, install 관련 문서가 있을진데, 그곳에 보면 컴파일에 필요한 각종 프로그램들을 소개하고 있습니다.

시스템에 그 각종 소프트웨어의 버전들이 맞는지 살펴보세요.

오류 메시지를 보아 readline 라이브러리의 버전이 맞지 않아서 그런게 아닐까? 하는 생각도 드는데,

이런 문제는 그 컴파일하려고 하는 시스템의 제반 문제들을 여러모로 살펴보면서 풀어갈 수 밖에 없을 것 같습니다.

김상기(ioseph)님이 2003-03-20 10:06에 작성한 댓글입니다.
[Top]
No.
제목
작성자
작성일
조회
4633파워빌더 로 7.3.2에 붙어서 작업중 이상합니다.
박근준
2003-03-20
1037
4632실제데이터는 있는데 table이 안보입니다. [2]
SAM
2003-03-20
1160
4631LOG 파일을 볼수 있는방법좀.
SAM
2003-03-20
1077
4630[도움요청]7.1 설치시 에러메시지 입니다. [1]
여준성
2003-03-20
1219
4628[질문] DB백업시 오류가... [1]
김태수
2003-03-19
1393
4635┕>Re: [질문] DB백업시 오류가...
김태수
2003-03-21 10:38:56
1531
4623pgsql의 용량문제...-_-.. [2]
박래정
2003-03-18
1694
4646┕>vacuum을 해보세요.
박성철
2003-04-03 14:16:18
1315
4622디비는 살아있는데 이런 에러가 나오네요. --; [4]
김익용
2003-03-17
10752
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.018초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다