Re: [collectd] Still won't compile on Ubuntu Server 11.04, 11.10

2011-11-03 Thread Amer
Same problem here. I thought this was gonna get fixed in the 5.0.1 when they pushed a new update recently Florian, could we request for a minor update with fix for this bug on the collectd package on the main site? If someone could come up with a fix patch that would be appreciated too On Thu,

Re: [collectd] Still won't compile on Ubuntu Server 11.04, 11.10

2011-11-03 Thread Bill Harris
Amer, Something else I've noticed when compiling on Ubuntu.. Configure misses the fact that libfl.x is missing.. and exit normally, The make then fails with the -lfl error. Installing flex-dev solves the problem, but figured I'd mention it since it seems to have been missed. Bill On Nov

Re: [collectd] Still won't compile on Ubuntu Server 11.04, 11.10

2011-11-03 Thread Amer
Ok but I couldn't find such package name on ubuntu. Is flex-dev its full package name? On Fri, Nov 4, 2011 at 3:19 AM, Bill Harris savoy9...@texoma.net wrote: Amer, Something else I've noticed when compiling on Ubuntu.. Configure misses the fact that libfl.x is missing..  and exit normally,

Re: [collectd] Still won't compile on Ubuntu Server 11.04, 11.10

2011-11-03 Thread Amer
Hold on I think I misread you. Did you manage to get collectd to compile successfully on Ubuntu at the end, after installing flex? Or you were just pointing out another compiling issue which could be fixed by installing flex? On Fri, Nov 4, 2011 at 3:46 AM, Bill Harris savoy9...@texoma.net