conchuela has some SSL issues
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
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
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