Manuela Lima wrote: > Hi, > > I'm having a little problem using nfdump-snapshot-20070312 on > Slackware 10.2, ./configure --enable-nfprofile. > > It shows the following error: > > checking for void *... yes > checking size of void *... configure: error: cannot compute sizeof (void > *), 77 > See `config.log' for more details. > > Configure works pretty fine without --enable-nfprofile option. > But I trying nfsen with nfdump and the README for nfsen says I need > to enable it. > > Any advice? > This issue is most likely caused by librrd not being in your library path. If you installed rrdtool from source, the library is per default located in /usr/local/rrdtool/lib, which is not where your OS searches for libraries. You can solve this by either reconfiguring and reinstalling rrdtool with "./cofigure --prefix=/usr/local". Or you can add /usr/local/rrdtool/lib to your library search path. You can do that by editing /etc/ld.so.conf, and running ldconfig. Note that on some linux distributions this file is automatically generated (I don't know if this is the case for slackware), so you might have to edit in another place.
There is a patch on the sourceforge page, which is related to this problem: http://sourceforge.net/tracker/index.php?func=detail&aid=1742738&group_id=119350&atid=683754 but this patch doesn't solve your problem, it merely gives you a slightly clearer error message :) I hope this helps, Werner > > -- > Abs, > > Manuela Lima > Bolsista CAT/CBPF > > ------------------------------------------ > CBPF WebMail - http://www.cbpf.br > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Nfdump-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/nfdump-discuss > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Nfdump-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfdump-discuss
