8.0 Setup problems

From: "DEV" <dev(at)umpa-us(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: 8.0 Setup problems
Date: 2005-03-11 19:12:51
Message-ID: E1D9pZ8-0001BC-00@umpa-us.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I am trying build and install 8.0 on RedHat 9.0 the configure runs with out
a problem and when I type make I get:

gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels
-fno-strict-aliasing zic.o ialloc.o scheck.o localtime.o -L../../src/port
-Wl,-rpath,/usr/local/pgsql/lib -lpgport -lz -lreadline -ltermcap -lcrypt
-lresolv -lnsl -ldl -lm -lbsd -o zic

zic.o: In function `lowerit':

zic.o(.text+0x3c40): undefined reference to `__ctype_b'

zic.o(.text+0x3c5b): undefined reference to `__ctype_tolower'

zic.o: In function `getfields':

zic.o(.text+0x3e36): undefined reference to `__ctype_b'

zic.o(.text+0x3eb0): undefined reference to `__ctype_b'

zic.o(.text+0x3ec3): undefined reference to `__ctype_b'

collect2: ld returned 1 exit status

make[2]: *** [zic] Error 1

make[2]: Leaving directory `/home/doyleb/postgresql-8.0.1/src/timezone'

make[1]: *** [all] Error 2

make[1]: Leaving directory `/home/doyleb/postgresql-8.0.1/src'

make: *** [all] Error 2

What do I need to do to fix this?

Currently I am running 7.3.2 and need to get some of the functionality that
is in 8.0

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-03-11 19:36:32 Re: 8.0 Setup problems
Previous Message Randall Nortman 2005-03-11 18:43:21 Re: Best practices: Handling Daylight-saving time