Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Failed install - libgen.so doesn't exist


  • From: "Rocco Altier" <RoccoA(at)Routescape(dot)com>
  • To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
  • Cc: "Larry Rosenman" <lrosenman(at)pervasive(dot)com>, <flyvholm(at)fys(dot)ku(dot)dk>, <pgsql-ports(at)postgresql(dot)org>
  • Subject: Re: Failed install - libgen.so doesn't exist
  • Date: Thu, 2 Feb 2006 12:47:47 -0500
  • Message-id: <6E0907A94904D94B99D7F387E08C4F57C62741@FALCON.INSIGHT> <text/plain>

Is there an easy way to tell what symbols are being used by Postgres?

For example, I was looking into libPW, and I want to see which symbols
might be used, but I don't see any being pulled into postgres binary or
the other commands.

BTW, from what I am reading is not thread-safe, so I wonder if we should
be including it even when we find it.  Or what possible calls we might
be using from it.

	-rocco


> -----Original Message-----
> From: pgsql-ports-owner(at)postgresql(dot)org 
> [mailto:pgsql-ports-owner(at)postgresql(dot)org] On Behalf Of Tom Lane
> Sent: Wednesday, February 01, 2006 12:11 PM
> To: Bruce Momjian
> Cc: Larry Rosenman; flyvholm(at)fys(dot)ku(dot)dk; pgsql-ports(at)postgresql(dot)org
> Subject: Re: [PORTS] Failed install - libgen.so doesn't exist 
> 
> 
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Larry Rosenman wrote:
> >> the issue is whether they actually export symbols that are NEEDED.
> 
> > Yea, ouch.  This is going to be a pain.
> 
> What I had in mind was to run "nm --ext --def" or local equivalent
> on each library, and then pick out a few symbols that look plausible
> to test for (or just send 'em all to the list if you are lazy).  We
> want to pick a symbol for each library that (a) is actually referenced
> by Postgres and (b) exists in that library on all our platforms that
> need that library.
> 
> 			regards, tom lane
> 
> ---------------------------(end of 
> broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match
> 



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group