/usr/home/kojiplog/plog.meticulous.com/config/../vendor/rails/actionpack/lib/action_controller/test_process.rb:336:in `get'
./test/functional/textfilter_controller_test.rb:164:in `test_sparkline_plot'
206 tests, 802 assertions, 1 failures, 1 errors
rake aborted!
Test failures
(See full trace by running task with --trace)
###### end ########
Says it can't find libpng basically from what I understand. But my imagemagick config says it's there:
###### start ########
ImageMagick is configured as follows. Please verify that this configuration
matches your expectations.
Host system type : i386-unknown-freebsd5.4
Option Value
-------------------------------------------------------------------------
Shared libraries --enable-shared=yes yes
Static libraries --enable-static=yes yes
Module support --with-modules=yes yes
GNU ld --with-gnu-ld=yes yes
Quantum depth --with-quantum-depth=16 16
Delegate Configuration:
BZLIB --with-bzlib=yes yes
DPS --with-dps=yes no (failed tests)
FlashPIX --with-fpx=no no
FontConfig --with-fontconfig=yes yes
FreeType --with-freetype=yes yes
GhostPCL None pcl6 (unknown)
Ghostscript None gs (unknown)
Ghostscript fonts --with-gs-font-dir=default none
Ghostscript lib --with-gslib=yes no
Graphviz --with-gvc=yes no
JBIG --with-jbig=yes no
JPEG v1 --with-jpeg=yes yes
JPEG-2000 --with-jp2=yes no
LCMS --with-lcms=yes no
Magick++ --with-magick-plus-plus=yes yes
PERL --with-perl=yes /usr/bin/perl
PNG --with-png=yes yes
RSVG --with-rsvg=yes no
TIFF --with-tiff=yes yes
Windows fonts --with-windows-font-dir= none
WMF --with-wmf=yes yes
X11 --with-x= yes
XML --with-xml=yes yes
ZLIB --with-zlib=yes yes
X11 Configuration:
X_CFLAGS = -I/usr/X11R6/include
X_PRE_LIBS = -lSM -lICE
X_LIBS = -L/usr/X11R6/lib
X_EXTRA_LIBS =
Options used to compile and link:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 6.2.8
CC = gcc
CFLAGS = -g -O2 -Wall -D_THREAD_SAFE -pthread
CPPFLAGS = -I/usr/local/include
PCFLAGS =
DEFS = -DHAVE_CONFIG_H
LDFLAGS = -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lfreetype -lz -L/usr/local/lib
LIBS = -lMagick -ltiff -lfreetype -ljpeg -L/usr/X11R6/lib -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lc_r -lm -lc_r
CXX = g++
CXXFLAGS = -D_THREAD_SAFE -pthread
###### end ########
Thoughts?