--- rpl/configure.ac 2024/05/28 17:03:48 1.293 +++ rpl/configure.ac 2024/10/28 15:15:12 1.298 @@ -7,17 +7,17 @@ AC_SUBST(target_cpu) AC_CONFIG_HEADERS([rplconfig.h]) dnl Libraries -NCURSES=ncurses-6.4 +NCURSES=ncurses-6.5 READLINE=readline-8.2 UNITS=units-2.22 -GSL=gsl-2.7.1 +GSL=gsl-2.8 GPP=gpp-3.0 -GNUPLOT=gnuplot-5.4.8 +GNUPLOT=gnuplot-5.4.10 dnl ftp://ftp.astron.com/pub/file/ FILE=file-5.45 ICONV=libiconv-1.17 -SQLITE=sqlite-3.42.0 -OPENSSL=openssl-3.2.1 +SQLITE=sqlite-3.47.0 +OPENSSL=openssl-3.3.2 OPENMOTIF=motif-2.3.8 LIBXPM=libXpm-3.5.16 SIGSEGV=libsigsegv-2.14 @@ -748,9 +748,9 @@ if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP AC_MSG_ERROR([Can not find libXinerama !])) LIBS=$REG fi -AC_CHECK_LIB(gomp, omp_get_num_procs,, AC_MSG_ERROR([Can not find libgomp !])) -OPENMP=-lgomp -AC_SUBST(OPENMP) +dnl AC_CHECK_LIB(gomp, omp_get_num_procs,, AC_MSG_ERROR([Can not find libgomp !])) +dnl OPENMP=-lgomp +dnl AC_SUBST(OPENMP) dnl Check for union semun AC_CHECK_TYPE([union semun], SEMUN=-DUNION_SEMUN, SEMUN=-UUNION_SEMUN, [[ @@ -880,7 +880,7 @@ if test "$MYSQL_SUPPORT" = "-DMYSQL_SUPP AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include "mysql.h"]], [[MYSQL mysql; mysql_init(&mysql);]])],[AC_MSG_RESULT([yes]); MYSQL_LIB="yes"],[AC_MSG_RESULT([no]); MYSQL_LIB="no"]) LIBS=$saved_LIBS; if test $STATIC = no; then - libMySQLlib="-L/$libMySQLlib -lmysqlclient_r" + libMySQLlib="-L/$libMySQLlib -lmysqlclient_r -lssl -lcrypto" else libMySQLlib="$libMySQLlib/libmysqlclient_r.a -lssl -lcrypto" EXT_SQL="$EXT_SQL $libMySQLlib"