| From: | Jeffrey Trueblood <jtrueblood(at)pilenet(dot)com> |
|---|---|
| To: | "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org> |
| Subject: | |
| Date: | 2002-07-19 19:10:55 |
| Message-ID: | 5B486B6FC380D311822E009027CCB4C9A54284@carbon |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Hello,
I have installed PostgreSQL on Linux SUSE 8.0.
PGSQL is working great,
however, when I try to 'make' any of the software in the ./contrib directory
I get errors similar to this:
****************************************************************************
************************************
../../contrib/contrib-global.mk:66: ../../src/Makefile.shlib: No such file
or directory
make: *** No rule to make target `../../src/Makefile.shlib'. Stop.
****************************************************************************
************************************
It seems that the references to directories in Makefile.global are not
pointing to the right place (i.e. they are pointing to non existent
directories).
I tried to rerun the ./configure script from the PostgreSQL install
directory to recreate the Makefile.global, but to no avail.
Any ideas?
Thanks in advance,
Jeff
| From | Date | Subject | |
|---|---|---|---|
| Next Message | data | 2002-07-19 20:50:20 | Inquiry |
| Previous Message | Josh Berkus | 2002-07-19 19:08:08 | Re: |