Re: How to include pgsql static libraries in your own app written in Xcode? - Mailing list pgsql-novice

From Tom Lane
Subject Re: How to include pgsql static libraries in your own app written in Xcode?
Date
Msg-id 23189.1257219786@sss.pgh.pa.us
Whole thread Raw
In response to How to include pgsql static libraries in your own app written in Xcode?  ("Peter K. Stys" <pkstys@gmail.com>)
List pgsql-novice
"Peter K. Stys" <pkstys@gmail.com> writes:
> I'd like to create a plugin with all pgsql libs statically linked into my
> plugin to create a standalone solution.

> I've added the libpq.a library and included libpq-fe.h and postgres_ext.h
> that it needs.  The linker reports a bunch of errors:

>   "_BIO_free", referenced from:

I believe that's openssl code.  Unless you also have static libraries
for openssl, and any other libraries you've compiled libpq to depend on,
there is no hope of making a self-contained executable.

FWIW, most people realized that monolithic statically-linked executables
are a terrible idea about ten years ago.  You have no idea the amount of
maintenance pain you are setting up for yourself and your users.
Do you really want to relink Postgres every time there's an openssl
security update?

            regards, tom lane

pgsql-novice by date:

Previous
From: "Peter K. Stys"
Date:
Subject: How to include pgsql static libraries in your own app written in Xcode?
Next
From: Don Fox
Date:
Subject: Re: Install problems for postgresql-8.4.1