Skip to content

Compiling RTG2 on Debian Stretch/Sid #52

@boards188

Description

@boards188

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions