Обсуждение: Re: [PORTS] Which library has these symbols? -- Eureka

Поиск
Список
Период
Сортировка

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

От
"Mohan, Ross"
Дата:

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@postgresql.org [mailto:pgsql-ports-owner@postgresql.org] On Behalf Of Mohan, Ross
Sent: Wednesday, May 25, 2005 1:11 PM
To: pgsql-ports@postgresql.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@sss.pgh.pa.us]
Sent: Tuesday, May 24, 2005 10:53 PM
To: Mohan, Ross
Cc: pgsql-ports@postgresql.org
Subject: Re: [PORTS] Which library has these symbols?

"Mohan, Ross" <RMohan@arbinet.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

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

От
Christopher Kings-Lynne
Дата:
> 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.

Have you tried the simple 'gmake test'?

Other than that, try http://osdb.sourceforge.net/ perhaps...

Chris