Re: pgcryto failures on freebsd/alpha

From: Marko Kreen <marko(at)l-t(dot)ee>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgcryto failures on freebsd/alpha
Date: 2001-12-21 08:34:45
Message-ID: 20011221083445.GA17173@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jean-Paul ARGUDO 2001-12-21 09:12:59 Re: contrib idea
Previous Message Zeugswetter Andreas SB SD 2001-12-21 08:20:50 Re: contrib idea