Mail Index


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ApacheGallery] Imlib2 compile error again



Okay scratch my last error, I looked around and found that dev package that I was missing. Now I am stilll working on the install of Image:Imlib2. All the latest stuff but I got a ld error someone else has gotten before. Except the patch is already applied in this version, and it still doens't work. http://www.nowhere.dk/A::G/msg00484.html

Here is my error:

perl Makefile.PL
/usr/bin/perl Build.PL
Found imlib2 1.0.6
Checking whether your kit is complete...
Looks good
Creating new 'Build' script for 'Image-Imlib2' version '1.00'
[root@artemis Image-Imlib2-1.00]# ./Build
lib/Image/Imlib2.pm -> blib/lib/Image/Imlib2.pm
lib/Image/Imlib2.xs -> lib/Image/Imlib2.c
gcc -I./lib/Image -I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE -DX_DISPLAY_MISSING -I/usr/X11R6/include -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=i386 -mcpu=i686 -g -o lib/Image/Imlib2.o lib/Image/Imlib2.c
ExtUtils::Mkbootstrap::Mkbootstrap('lib/Image/Imlib2')
lib/Image/Imlib2.bs -> blib/arch/auto/Image/Imlib2/Imlib2.bs
gcc -shared -L/usr/local/lib -o blib/arch/auto/Image/Imlib2/Imlib2.so lib/Image/Imlib2.o -L/usr/lib -lImlib2 -lttf -lm -ldl -lXext -lXext -lX11 -L/usr/X11R6/lib
/usr/bin/ld: cannot find -lttf
collect2: ld returned 1 exit status
error building lib/Image/Imlib2.o from 'lib/Image/Imlib2.so' at /usr/lib/perl5/site_perl/5.8.0/Module/Build/Base.pm line 1797, <File0000> line 661.

Thanks again for any help.