Re: xlogViewer / xlogdump

From: "Vishal Arora" <aroravishal22(at)hotmail(dot)com>
To: aroravishal22(at)hotmail(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: xlogViewer / xlogdump
Date: 2007-03-02 10:48:10
Message-ID: BAY123-F309948022607C5B07314DA9870@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I am getting a following error while make install for xlogdump -

[root(at)localhost xlogdump]# make install
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing xlogdump.o
.../../src/port/sprompt.o ../../src/backend/utils/hash/pg_crc.o
-L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port
-Wl,-rpath,'/usr/local/pgsql/lib' -lpgport -lz -lreadline -ltermcap
-lcrypt -ldl -lm -o xlogdumpxlogdump.o(.text+0x163f): In function
`dumpXLog':
: undefined reference to `__stack_chk_fail'
collect2: ld returned 1 exit status
make: *** [xlogdump] Error 1

Please anyone can help in the same

>From: "Vishal Arora" <aroravishal22(at)hotmail(dot)com>
>To: pgsql-hackers(at)postgresql(dot)org
>Subject: [HACKERS] xlogViewer / xlogdump
>Date: Fri, 02 Mar 2007 08:54:07 +0000
>
>
>Hi
>
>Does anyone has an idea how xlogdump works with Windows installation of
>Postgres.
>I have postgres 8.2.x installed on my windows PC.
>
>
>Thanks
>
>Vishal
>
>_________________________________________________________________
>Find a local pizza place, movie theater, and more.then map the best route!
>http://maps.live.com/?icid=hmtag1&FORM=MGAC01
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: don't forget to increase your free space map settings

_________________________________________________________________
With tax season right around the corner, make sure to follow these few
simple tips.
http://articles.moneycentral.msn.com/Taxes/PreparationTips/PreparationTips.aspx?icid=HMFebtagline

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavan Deolasee 2007-03-02 11:05:03 HOT - whats next ?
Previous Message Jonathan Scher 2007-03-02 10:34:11 Re: CLUSTER, using SHARE UPDATE EXCLUSIVE lock?