Postfix need recompile after OpenSSL update
by gildbg from LinuxQuestions.org on (#6GP6R)
Hello,
the postfix package need to be rebuild after OpenSSL update to 3.2
warning: run-time library vs. compile-time header version mismatch: OpenSSL 3.2.0 may not be compatible with OpenSSL 3.1.0
One suggestion:
Is there a way to be added a postfix.conf file into /etc/ld.so.conf.d with follow content:
/usr/lib64/postfix/3.8.3/
The problem:
On every update the postfix version is changed and modules for database mysql, pcre and other are located into /usr/lib64/postfix/3.8.3/ but this directory it's not in ld.so.conf file and when package is updated this file to be updated automatically
To be resolved the problem there have 2 solutions that I found,
first one is the suggested file and content to be added, the second solution is every time after update manual dynamicmaps.cf file to be changed like:
mysql/usr/lib64/postfix/3.8.3/postfix-mysql.sodict_mysql_open
third way is the .so modules to be linked into /usr/lib64
Have a great day,
Chris
the postfix package need to be rebuild after OpenSSL update to 3.2
warning: run-time library vs. compile-time header version mismatch: OpenSSL 3.2.0 may not be compatible with OpenSSL 3.1.0
One suggestion:
Is there a way to be added a postfix.conf file into /etc/ld.so.conf.d with follow content:
/usr/lib64/postfix/3.8.3/
The problem:
On every update the postfix version is changed and modules for database mysql, pcre and other are located into /usr/lib64/postfix/3.8.3/ but this directory it's not in ld.so.conf file and when package is updated this file to be updated automatically
To be resolved the problem there have 2 solutions that I found,
first one is the suggested file and content to be added, the second solution is every time after update manual dynamicmaps.cf file to be changed like:
mysql/usr/lib64/postfix/3.8.3/postfix-mysql.sodict_mysql_open
third way is the .so modules to be linked into /usr/lib64
Have a great day,
Chris