Re: [GENERAL] Installation of contrib/tablefunc - problems

2008-04-15 Thread Craig Ringer
Stefan Schwarzer wrote: >>> ld: file not found: ../../src/backend/postgres >> >> It appears to be trying to link to the postgres executable (which is >> presumably built with --export-dynamic to usefully permit that). The >> postgres executable doesn't appear to be there. >> >> At a guess, the modu

Re: [GENERAL] Installation of contrib/tablefunc - problems

2008-04-15 Thread Stefan Schwarzer
ld: file not found: ../../src/backend/postgres It appears to be trying to link to the postgres executable (which is presumably built with --export-dynamic to usefully permit that). The postgres executable doesn't appear to be there. At a guess, the module expects to be built from a particular l

Re: [GENERAL] Installation of contrib/tablefunc - problems

2008-04-15 Thread Craig Ringer
Stefan Schwarzer wrote: > ld: file not found: ../../src/backend/postgres It appears to be trying to link to the postgres executable (which is presumably built with --export-dynamic to usefully permit that). The postgres executable doesn't appear to be there. At a guess, the module expects to be

[GENERAL] Installation of contrib/tablefunc - problems

2008-04-15 Thread Stefan Schwarzer
Hi there, small problem with installing the tablefunc libs. I have a 8.3.1 running on my Mac 10.5. Now, I would like to add tablefunc. Last time, I did it the following way: # in the downloaded postgres package directory $ ./compile # in the tablefunc dir $ USE_PGXS=1 sudo make $ USE_PGXS=1