cedlecomte / RTG2

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

Can't compile on Debian 4.0 "Etch" #1

Closed cedlecomte closed 10 years ago

cedlecomte commented 10 years ago

From mara.r...@gmail.com on February 03, 2009 01:36:18

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

Currently have libmysqlclient15-dev installed. What is the expected output? What do you see instead? See warning in configure output "configure: WARNING: Cannot find MySQL headers. Use --with- mysql= to specify non-default path." What version of the product are you using? On what operating system? Using r5 , on Debian 4.0 "Etch". Please provide any additional information below. These are the packages I've installed to date:

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

cedlecomte commented 10 years ago

From negs...@gmail.com on August 11, 2009 08:56:13

Try this:

CPPFLAGS=-I/usr/include/mysql ./configure

cedlecomte commented 10 years ago

From southeas...@gmail.com on March 19, 2010 17:08:06

I was able to get it to compile clean on debian/unstable using:

CPPFLAGS="-I/usr/include/mysql -I/usr/include/net-snmp" ./configure

cedlecomte commented 10 years ago

Unfortunly Debian Etch will not be supported (too old). I'm Closing this issue.