BUG #16379: configure with krb5 in centos6 will compile without linking to library com_err and krb5

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: sbai(at)pivotal(dot)io
Subject: BUG #16379: configure with krb5 in centos6 will compile without linking to library com_err and krb5
Date: 2020-04-19 16:13:31
Message-ID: 16379-69c53bb4057de7a4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16379
Logged by: Shaoqi Bai
Email address: sbai(at)pivotal(dot)io
PostgreSQL version: Unsupported/Unknown
Operating system: Linux
Description:

postgres version is using branch REL9_0_23

docker pull centos:6
docker run --rm -v ~/postgres:/tmp/b centos:6
yum install -y krb5-devel krb5-libs krb5-server gcc
./configure -v --with-krb5 --without-readline --without-zlib
the output is like following
```
checking for library containing com_err... -lkrb5
checking for library containing krb5_sendauth... none required
```
docker pull centos:7
docker run --rm -v ~/postgres:/tmp/b centos:7
yum install -y krb5-devel krb5-libs krb5-server gcc
./configure -v --with-krb5 --without-readline --without-zlib
the output is like following
```
checking for library containing com_err... -lcom_err
checking for library containing krb5_sendauth... -lkrb5
```

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2020-04-19 17:20:07 Re: BUG #16379: configure with krb5 in centos6 will compile without linking to library com_err and krb5
Previous Message Hritik Gupta 2020-04-19 15:39:20 Re: BUG #16373: Behavior of Temporary table creation