Re: [INTERFACES] Re: Just some unfinished stuff. - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: [INTERFACES] Re: Just some unfinished stuff.
Date
Msg-id 3581.907520265@sss.pgh.pa.us
Whole thread Raw
In response to Re: Just some unfinished stuff.  (Gerald Gryschuk <gerald.gryschuk@home.com>)
List pgsql-interfaces
> Thomas G. Lockhart wrote:
>> The configure/makefile builds the sources just fine. But "make install"
>> fails when I try installing within the Postgres tree as the postgres su:
>>
>> golem$ make install
>> /usr/bin/install -c -m 444 iodbc.h /usr/local/include/iodbc/iodbc.h
>> /usr/bin/install: /usr/local/include/iodbc/iodbc.h: Permission denied
>> make: *** [install-headers] Error 1

Could it be that iodbc.h is getting installed twice by two different
makefiles in the distribution?

On my platform, once you've installed something with read-only
permission (and note the "-m 444" above), the local version of the
install script will not overwrite that file.  So the second attempt
to install would fail, with exactly the above-displayed error.

Currently, I have to manually blow away /usr/local/pgsql/bin, .../lib,
and .../include before doing a fresh "make install".  (I've been
intending to submit some kind of improvement to fix that, but it hasn't
yet got to the top of the to-do queue.)

            regards, tom lane

pgsql-interfaces by date:

Previous
From: Andrea Antibo
Date:
Subject: Re: [INTERFACES] jdbc driver
Next
From: Peter T Mount
Date:
Subject: Re: [INTERFACES] jdbc driver