-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Is it possible to compile only the rtgpoll executable? My intentions are to run the poller on a VM and have it write to an existing MySQL database which is on a different host. Eventually, I would like to run the poller in a Docker container.
Currently, I am having issues compiling RTG2 on a Debian (stretch/sid) Linux VM. The ./configure script is halting on:
checking libtool... checking for lt_dlinit in -lltdl... no
configure: error: Cannot link with libtool libs! (libltdl)
It appears the the ./bootstrap.sh script built the following version of libtool:
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)
But my Debian distribution has the following installed:
libtool (GNU libtool) 2.4.6
Which, I am not sure if that matters.
Any help would be appreciated.