Re: [BUGS] Error happen when Compile C program

2008-01-19 Thread Pavel Stehule
hello you need install libpq library - it's client library for postgresql Regards Pavel Stehule On 19/01/2008, 苏睿 <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] primary_db_la]# make clean;make > rm --force run_db > rm --force *.bak > rm --force *.orig > gcc -L /usr/lib -lpq -o run_db \ >

[BUGS] Error happen when Compile C program

2008-01-19 Thread 苏睿
[EMAIL PROTECTED] primary_db_la]# make clean;make rm --force run_db rm --force *.bak rm --force *.orig gcc -L /usr/lib -lpq -o run_db \ primary_db_main.o primary_db_start.o primary_db_init.o business_data_analysis.o \ shmsem.o primary_db_monitor_process.o primary_db_sync.o