conchuela has some SSL issues

Started by Robert Haasabout 4 years ago4 messages
#1Robert Haas
robertmhaas@gmail.com

Hi,

The last three buildfarm runs on conchuela show a failure in initdb:

Shared object "libssl.so.48" not found, required by "libldap_r-2.4.so.2"

It seems likely to me that this is a machine configuration issue
rather than the result of some recent change in PostgreSQL, because
the first failure 2 days ago shows only this as a recent PostgreSQL
change:

07eee5a0dc Sat Dec 11 19:10:51 2021 UTC Create a new type category
for "internal use" types.

And that doesn't seem like it could cause this.

Any thoughts?

--
Robert Haas
EDB: http://www.enterprisedb.com

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Robert Haas (#1)
Re: conchuela has some SSL issues

On 12/13/21 11:48, Robert Haas wrote:

Hi,

The last three buildfarm runs on conchuela show a failure in initdb:

Shared object "libssl.so.48" not found, required by "libldap_r-2.4.so.2"

It seems likely to me that this is a machine configuration issue
rather than the result of some recent change in PostgreSQL, because
the first failure 2 days ago shows only this as a recent PostgreSQL
change:

07eee5a0dc Sat Dec 11 19:10:51 2021 UTC Create a new type category
for "internal use" types.

And that doesn't seem like it could cause this.

Any thoughts?

It's also failing on REL_14_STABLE, so I think it must be an
environmental change.

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

#3Mikael Kjellström
mikael.kjellstrom@mksoft.nu
In reply to: Andrew Dunstan (#2)
Re: conchuela has some SSL issues

On 2021-12-13 20:53, Andrew Dunstan wrote:

Any thoughts?

It's also failing on REL_14_STABLE, so I think it must be an
environmental change.

I did an pkg update && pkg upgrade and it messed up the SSL-libraries.
It had both libressl and openssl and when I upgraded it some how removed
libressl-libraries. One would think it would still work as it would
pick up the openssl library instead. But apparently not.

I will take a look at it.

At the moment I have disabled new builds until I have fixed it.

Sorry for the inconvenience.

/Mikael

#4Mikael Kjellström
mikael.kjellstrom@mksoft.nu
In reply to: Mikael Kjellström (#3)
Re: conchuela has some SSL issues

On 2021-12-14 15:05, Mikael Kjellström wrote:

I will take a look at it.

At the moment I have disabled new builds until I have fixed it.

Sorry for the inconvenience.

Should be fixed now.

/Mikael