this compiles fine on my FreeBSD 14.0 p6
but I have a failure on an alternate server. I have too many server
differences to be able to pin this down. It is to do with my
Local/Makefile entries:
LOOKUP_MYSQL_INCLUDE=-I/usr/local/include/mysql/mysql.h
LOOKUP_MYSQL_LIBS=-L/usr/local/lib/mysql -lm
On Thu, Jun 20, 2024 at 10:03:23AM GMT, Jim Pazarena via Exim-users wrote:
> # LOOKUP_MYSQL_PC=mariadb
> LOOKUP_MYSQL_PC=mysqlclient
>
> the exim compile error I get is:
>
> make
> /bin/sh scripts/source_checks
> ../scripts/Configure-Makefile: pkg-config: not found
> *** Missing pkg-config fo
On Thu, 20 Jun 2024, Jim Pazarena via Exim-users wrote:
this compiles fine on my FreeBSD 14.0 p6
but I have a failure on an alternate server. I have too many server
differences to be able to pin this down. It is to do with my
Local/Makefile entries:
LOOKUP_MYSQL_INCLUDE=-I/usr/local/include/
On Thu, Jun 20, 2024 at 06:30:19PM GMT, Andrew C Aitchison via Exim-users wrote:
> Did you install the -devel package as well as the user packages ?
Andrew, AFAIK this separation doesn't exist in the BSD port
system. The devel bits are installed with the library port along with
the user bits.
--
On 2024-06-20 10:24 AM, Ian Z via Exim-users wrote:
On Thu, Jun 20, 2024 at 10:03:23AM GMT, Jim Pazarena via Exim-users wrote:
# LOOKUP_MYSQL_PC=mariadb
LOOKUP_MYSQL_PC=mysqlclient
the exim compile error I get is:
make
/bin/sh scripts/source_checks
../scripts/Configure-Makefile: pk
On Thu, Jun 20, 2024 at 11:07:20AM GMT, Jim Pazarena via Exim-users wrote:
>
> 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/mys