Re: [PORTS] Which library has these symbols? -- Eureka

From: "Mohan, Ross" <RMohan(at)arbinet(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: [PORTS] Which library has these symbols? -- Eureka
Date: 2005-05-25 18:06:05
Message-ID: CC74E7E10A8A054798B6611BD1FEF4D307966DA5@vamail01.thexchange.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance pgsql-ports

64-bit PG 8.0.2. is up and running on AIX5.3/power5

YES! ! !

The major thing: setting some quirky LDFLAGS.

Anyone interested in details, please ping.

Thanks to Nick Addington, Vincent Vanwynsberghe, my SA, Sergey,
and Tom Lane (for good-natured nudging)

My Next Task: Finding a Stress Test Harness to Load, and Query Data.

Anyone have ideas?

I am eagerly awaiting the DESTRUCTION of Oracle around here, and
"yes" I am an oracle DBA and think it's very good technology.

Smiling,

Ross Mohan

-----Original Message-----
From: pgsql-ports-owner(at)postgresql(dot)org [mailto:pgsql-ports-owner(at)postgresql(dot)org] On Behalf Of Mohan, Ross
Sent: Wednesday, May 25, 2005 1:11 PM
To: pgsql-ports(at)postgresql(dot)org
Subject: Re: [PORTS] Which library has these symbols?

Tom,

they're all over the place, repeated in different
libraries, kind of a pain. Didn't realize that. I'll
just give linker a bunch of LIBPATH and LIBNAME directives
and have it run around.

# ar -t ./postgresql-8.0.2/src/interfaces/ecpg/ecpglib/libecpg.a | egrep 'dirmod|path|pgstr|pgsleep'
path.o

# ar -t ./postgresql-8.0.2/src/interfaces/ecpg/pgtypeslib/libpgtypes.a | egrep 'dirmod|path|pgstr|pgsleep' pgstrcasecmp.o

# ar -t ./postgresql-8.0.2/src/interfaces/libpq/libpq.a | egrep 'dirmod|path|pgstr|pgsleep'
pgstrcasecmp.o

# ar -t ./postgresql-8.0.2/src/port/libpgport.a | egrep 'dirmod|path|pgstr|pgsleep'
dirmod.o
path.o
pgsleep.o
pgstrcasecmp.o

# ar -t ./postgresql-8.0.2/src/port/libpgport_srv.a | egrep 'dirmod|path|pgstr|pgsleep' dirmod_srv.o path.o pgsleep.o pgstrcasecmp.o

I **really** want this in 64bit......funny this problem only shows up in 64, not 32 mode. <sigh>

Thanks for commenting --- That's ALWAYS welcome!

-- Ross

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Tuesday, May 24, 2005 10:53 PM
To: Mohan, Ross
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: [PORTS] Which library has these symbols?

"Mohan, Ross" <RMohan(at)arbinet(dot)com> writes:
> So Close, Yet So Far!

The specific symbols being complained of should be in libpgport_srv (see src/port). Dunno why your platform is ignoring that library. When you find out, let us know ;-)

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jocelyn Turcotte 2005-05-25 20:12:00 Inner join on two OR conditions dont use index
Previous Message Philip Hallstrom 2005-05-25 15:52:24 Re: Need help to decide Mysql vs Postgres

Browse pgsql-ports by date

  From Date Subject
Next Message Christopher Browne 2005-05-25 21:30:41 Re: Which library has these symbols? -- Eureka
Previous Message Mohan, Ross 2005-05-25 17:11:28 Re: Which library has these symbols?