[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SMSD + PostgreSQL
From: |
Bastien Nocera |
Subject: |
Re: SMSD + PostgreSQL |
Date: |
Sun, 13 Apr 2008 12:17:01 +0100 |
On Sun, 2008-04-13 at 11:53 +0200, Pawel Kot wrote:
<snip>
> /home/pkot/gnokii-work/smsd/.libs/libpq.so -pthread -Wl,-soname
> -Wl,libsmsd_pq.so -o .libs/libsmsd_pq.so
> gcc: /home/pkot/gnokii-work/smsd/.libs/libpq.so: No such file or directory
> make[1]: *** [libsmsd_pq.la] Error
It's trying to link libsmsd_pq.so against a left-over .libs/libpq.so.
Start from a clean checkout please.
See also:
https://bugzilla.redhat.com/show_bug.cgi?id=430472
I ran into the problem as well, a clean checkout fixed it.