Re: [HACKERS] More on shared objects problem

From: David Brownlee <abs(at)anim(dot)dreamworks(dot)com>
To: pgsql-hackers(at)postgreSQL(dot)org
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, current-users(at)netbsd(dot)org
Subject: Re: [HACKERS] More on shared objects problem
Date: 1999-07-27 17:45:55
Message-ID: Pine.GSO.4.05.9907271044570.26535-100000@cynic.anim.dreamworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 27 Jul 1999, D'Arcy J.M. Cain wrote:

> Yah, I was just trying stuff. As it turns out, PostgreSQL doesn't
> recognize NetBSD as an ELF system unless it is a powerpc. That's
> probably correct as it is only -current that is ELF, not the release.
> If it helps, here is the output of "file /netbsd" which tells you for
> sure it is an ELF system.
>
> /netbsd: ELF 32-bit LSB executable, Intel 80386, version 1, statically linked, not stripped
>
> so;
>
> if [ "`file /netbsd | cut -d' ' -f2`" = "ELF" ]
> then elf=yes
> fi
>
> Under the netbsd secion of configure_in should do it.

The ELFness of the kernel is independant to the ELFness of the
userland - you may want to run a file on some userland binary
instead.

David/absolute

-=- Sue me, screw me, walk right through me -=-

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonathan Stone 1999-07-27 17:49:49 Re: [HACKERS] More on shared objects problem
Previous Message Jaromir Dolecek 1999-07-27 17:36:39 Re: [HACKERS] More on shared objects problem