Using PL/pgSQL with statically built PostgreSQL binaries - Mailing list pgsql-admin

From Bill Chandler
Subject Using PL/pgSQL with statically built PostgreSQL binaries
Date
Msg-id 20040713200106.41391.qmail@web51407.mail.yahoo.com
Whole thread Raw
List pgsql-admin
Hi,

I built my Solaris PostgreSQL 7.4.2 installation
using:

  configure --disable-shared

My reason was so that clients that install it would
have everything there in one binary tar file and would
not have to install any gcc lib patches, etc.

Anyway, everything seemed to work great until I wanted
to use stored procedures with PL/pgSQL.  Now it can't
find plpgsql.so.

Is there a way to do what I want to do and still be
able to use PL/pgSQL stored procedures?  Is there a
better way to link statically?  Is there a configure
option to statically link 'plpgsql.a' as well?

thanks,

Bill C



__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail

pgsql-admin by date:

Previous
From: "Konstantin Pelepelin"
Date:
Subject: Re: are there ways for 'idle timeout'?
Next
From: Simon Riggs
Date:
Subject: Re: [HACKERS] Point in Time Recovery