Prophidys / RTG2

Realtime Traffic Grapher 2
GNU General Public License v2.0
11 stars 9 forks source link

RTG configure on Ubuntu 12.04 64-bit LTS #36

Closed Prophidys closed 10 years ago

Prophidys commented 10 years ago

From strydom....@gmail.com on September 17, 2012 02:13:32

What steps will reproduce the problem? 1. ./configure

On Ubuntu 12.04 LTS the libtools are located in: /usr/lib/x86_64-linux-gnu/libltdl.a /usr/lib/x86_64-linux-gnu/libltdl.so

The configure.in does not account for this.

Simple Workaround:

cd /usr/lib/ ln -sf x86_64-linux-gnu/libltdl.a ln -sf x86_64-linux-gnu/libltdl.so


Configure also fails on not finding gd.h

Solution : apt-get install libgd2-xpm-dev

-Dave

Original issue: http://code.google.com/p/rtg2/issues/detail?id=38

Prophidys commented 10 years ago

Fix in https://github.com/Prophidys/RTG2/commit/44a774f0959f1e317393b045f9fcf569c63e63dd