[rrd-users] RRDTool on OpenBSD 4.0
    Kevin Steves 
    stevesk at pobox.com
       
    Tue Apr 10 18:47:56 CEST 2007
    
    
  
On Tue, Apr 10, 2007 at 08:26:50AM -0500, Anthony Miller wrote:
: I'm having difficulty getting RRDTool 1.2 to configure/compile on
: OpenBSD 4.0.  It claims it can't find libpng when I know the
: package/port from OpenBSD is installed.   Anyone have any experience
: with this?
I just built 1.2.19 on 4.0 using:
export CFLAGS="-I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/local/include/libpng -I/usr/local/include/libart-2.0 -L/usr/local/lib -L/usr/X11R6/lib"
./configure \
    --disable-ruby --disable-python
gmake
    
    
More information about the rrd-users
mailing list