Re: pgcryto failures on freebsd/alpha - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: pgcryto failures on freebsd/alpha
Date
Msg-id 20011221083445.GA17173@l-t.ee
Whole thread Raw
In response to pgcryto failures on freebsd/alpha  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: pgcryto failures on freebsd/alpha  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Fri, Dec 21, 2001 at 11:43:21AM +0800, Christopher Kings-Lynne wrote:
> Hi Marko,
> 
> Just testing pgcrypto on freebsd/alpha.  I get some warnings:
> 
> gcc -pipe -O -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC  
> -DRAND_SILLY -I.  -I. -I../../src/include   -c -
> o internal.o internal.c
> internal.c: In function `rj_encrypt':
> internal.c:314: warning: cast from pointer to integer of different size
> internal.c: In function `rj_decrypt':
> internal.c:342: warning: cast from pointer to integer of different size
> internal.c: In function `bf_encrypt':
> internal.c:429: warning: cast from pointer to integer of different size
> internal.c: In function `bf_decrypt':
> internal.c:453: warning: cast from pointer to integer of different size

They should be harmless, although I should fix them.

> And I can't do regression:

[ ... ]

> ============== running regression test queries        ==============
> test init                 ... ERROR:  stat failed on file
> '$libdir/pgcrypto': No such file or directory
> ERROR:  stat failed on file '$libdir/pgcrypto': No such file or directory

You need to do 'make install' first.

-- 
marko



pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: contrib idea
Next
From: Jean-Paul ARGUDO
Date:
Subject: Re: contrib idea