Solaris 5.6 install problem

From: Amit Sharma <amit(at)math(dot)ksu(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Solaris 5.6 install problem
Date: 2001-02-07 20:59:08
Message-ID: Pine.GSO.4.21.0102071452570.19645-100000@euler.math.ksu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi !!
I am trying to install Postgresql-7.0.3 on the solaris 5.6 machine and
i am trying to configure it as a user and not as a root because i don't
have root access as it is my computer science departmental machine.
when i run a make it gives the following error:

gmake[3]: Leaving directory
`/cis/mira/projects/temp/postgresql-7.0.3/src/backen
d/utils/time'
sh Gen_fmgrtab.sh ../../include/catalog/pg_proc.h
/usr/local/bin/gcc -I../../include -I../../backend -I.. -c fmgrtab.c
-o fm
grtab.o
ld -r -o SUBSYS.o fmgrtab.o adt/SUBSYS.o cache/SUBSYS.o error/SUBSYS.o
fmgr/SUBS
YS.o hash/SUBSYS.o init/SUBSYS.o misc/SUBSYS.o mmgr/SUBSYS.o sort/SUBSYS.o
time/
SUBSYS.o
gmake[2]: Leaving directory
`/cis/mira/projects/temp/postgresql-7.0.3/src/backen
d/utils'
/usr/local/bin/gcc -I../include -I../backend -o postgres
access/SUBSYS.o boot
strap/SUBSYS.o catalog/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o
lib/SUBSYS.o
libpq/SUBSYS.o main/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o
optimizer/SUBSYS.o
port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o
storage/SUBSYS
.o tcop/SUBSYS.o utils/SUBSYS.o ../utils/version.o -lgen -lcrypt -lnsl
-lsocket
-ldl -lm -lreadline -ltermcap -lncurses
libpq/SUBSYS.o: In function `be_recvauth':
libpq/SUBSYS.o(.text+0x5038): undefined reference to `__inet_ntoa'
libpq/SUBSYS.o: In function `process_hba_record':
libpq/SUBSYS.o(.text+0x60b0): undefined reference to `__inet_aton'
libpq/SUBSYS.o(.text+0x6114): undefined reference to `__inet_aton'
libpq/SUBSYS.o: In function `ident':
libpq/SUBSYS.o(.text+0x6cbc): undefined reference to `__inet_ntoa'
libpq/SUBSYS.o(.text+0x6dd0): undefined reference to `__inet_ntoa'
libpq/SUBSYS.o(.text+0x6ea0): undefined reference to `__inet_ntoa'
tcop/SUBSYS.o: In function `PostgresMain':
tcop/SUBSYS.o(.text+0x30e8): undefined reference to `__inet_ntoa'
gmake[1]: *** [postgres] Error 1
gmake[1]: Leaving directory
`/cis/mira/projects/temp/postgresql-7.0.3/src/backen
d'
gmake: *** [all] Error 2

Please if someone can help me out.
I was getting the same trouble with installing Apache WebServer in my
account and had to go and modify the "makefiles" to include
-lbind option in them. Do i have to do the same thing here as well, i
tried doing that though and it didn't work.

Regards,
Amit

-------------------------------------------------------------------------------
"Let Noble thoughts come to us from all directions."
-Rig Veda
-------------------------------------------------------------------------------
Home: Office:
Amit Sharma, Amit Sharma,
1119,Kearney st., Graduate Assistant,
Appt # 8, Dept. Of Mathematics,
Manhattan, Kansas State Univ.,
Kansas,66502. Kansas,66502.
Ph. No. 1-785-5373052 Ph. No.1-785-5320561.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2001-02-07 21:14:20 Re: a contrib function to query current locale values
Previous Message Constantin Teodorescu 2001-02-07 20:53:25 Re: [INTERFACES] pgAccess fails to launch on HPUX