[fpc-pascal]Postgresql unit

Georgi Georgiev skelet_bg at yahoo.com
Mon Apr 1 10:49:09 CEST 2002


 --- Szymon Dowkontt <szdowk at vsa.com.pl> wrote: 
> Hello
....
> Currently postgres unit will compile, but while
> compiling test 
> programs, there will not link with error
> "/usr/bin/ld: cannot find 
> -lpq".
> 
> Szymon

This message ocures when you have not installed libpq
header files for your system (they are needed for
linker).

If you use Debian, execute as root the following:

apt-get install postgresql-dev

This command will install the C header files for libpq
library !


=====
Skelet
====== http://skelet.hit.bg

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com




More information about the fpc-pascal mailing list