[Expired for postgresql-9.1 (Ubuntu) because there has been no activity
for 60 days.]
** Changed in: postgresql-9.1 (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to postgresql-9.1 in Ubuntu.
https://bugs.launchpad.net/bugs/1068150
Title:
programs do not link against libpq on precise
Status in “postgresql-9.1” package in Ubuntu:
Expired
Bug description:
The following trivial program will not link on precise, but did on
natty and does on Debian stable.
#include <stdlib.h>
#include <libpq-fe.h>
// build command:
// gcc -I$(pg_config --includedir) -L$(pg_config --libdir) -lpq
test_postgres.c
int main( int argc, char** argv )
{
PQfinish(NULL);
exit(1);
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-9.1/+bug/1068150/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp