[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PostgreSQL Error Report
From: |
atg99 |
Subject: |
Re: PostgreSQL Error Report |
Date: |
Tue, 27 Apr 2021 17:34:10 +0000 |
Hi again!
So, immediately after sending this email, I thought I'd try just running sudo ./configure, followed by sudo make, followed by sudo make install, and it installed properly; it seems that what happened was that I needed to run libtool --finish /usr/local/lib/mit-scheme-x86-64-11.2/.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Tuesday, April 27, 2021 10:31 AM, atg99 <atg99@protonmail.com> wrote:
Hi, when I ran the following command in /pgsql...
"sudo ./configure && sudo make all && sudo make check && sudo make install"
...I got the following error report:
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: pgsql-check.sh
================
./pgsql-check-sh: 6: --prepend-library: not found
FAIL pgsql-check.sh (exit status: 127)
I have also included the .log as an attachment in this email.