[exim] Re: [exim-announce] Exim 4.98-RC1 released

Pàgina inicial
Delete this message
Reply to this message
Autor: Ian Z via Exim-users
Data:  
A: exim-users
Assumpte: [exim] Re: [exim-announce] Exim 4.98-RC1 released
On Thu, Jun 20, 2024 at 11:07:20AM GMT, Jim Pazarena via Exim-users wrote:

> <QUOTE>
> gcc -o exim
> /usr/local/bin/ld: warning: libssl.so.111, needed by
> /usr/local/lib/mysql/libmysqlclient.so, may conflict with libssl.so.12
> /usr/local/bin/ld: warning: libcrypto.so.111, needed by
> /usr/local/lib/mysql/libmysqlclient.so, may conflict with libcrypto.so.12


> >>> exim binary built
> </QUOTE>


Another point to keep in mind when building on BSD systems, which is
so tiresome that it's in fact the main reason I stick with Linux for
now, is the distinction between "base system" libraries (those in
/usr/lib) and libraries installed via ports (in /usr/local/lib). Since
the "same" library can exist in both places one has to make sure the
expected one gets linked.

By the snippet above you may (?) be running into this.

--
Ian

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/