I needs libFreetype 5 but it appears I have it. Or is Libfreetype the problem? How can I get scribus to install?
Here is what is on my system.
bash-2.05a$ locate libfreetype
/sw/lib/libfreetype.6.3.0.dylib
/sw/lib/libfreetype.6.dylib
/sw/lib/libfreetype.a
/sw/lib/libfreetype.dylib
/sw/lib/libfreetype.la
/usr/X11R6/lib/libfreetype.6.2.dylib
/usr/X11R6/lib/libfreetype.6.dylib
/usr/X11R6/lib/libfreetype.a
/usr/X11R6/lib/libfreetype.dylib
Here's what happens when I try to run ./configure
bash-2.05a$ sudo ./configure
checking build system type... powerpc-apple-darwin6.6
checking host system type... powerpc-apple-darwin6.6
checking target system type... powerpc-apple-darwin6.6
checking for a BSD-compatible install... /sw/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for freetype-config... ./configure: WARNING:: command not found
no
configure: WARNING: You need at least libfreetype 5.0
checking for socket in -lsocket... no
checking for gethostbyaddr in -lnsl... no
checking for httpConnect in -lcups... no
checking for _cmsChannelsOf in -llcms... no
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
bash-2.05a$ pico config.log