Adi Spivak wrote:

> i compiled libpq (2.5.5 and the cvs version 2.6) with the configure
> option --enable-shared
> but i still get the following message from koffice configure:
> Note: Kexi requires the SHARED libpqxx.so library files.
>           If you build pqxx library on your own, don't forget to use the
>           --enable-shared option when you run libpqxx's configure script.
>           This is necessary to compile the SHARED .so library, and
>           not the STATIC libpqxx.a.

Are you sure it was not built?  Try the "find" command in the build
directory:

  find -name libpqxx.so

Normally you'd find it in src/.libs, right next to libpqxx.a.  It's more
likely that the shared library was not installed in a place where the
system's loader could not find it.  Where did libpqxx.a go when you
installed it?

(All this is assuming that you're not running MS Windows, because the
names are all a bit different there.)


Jeroen


_______________________________________________
Libpqxx-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to