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

RE: [cobalt-users] RAQ4 *-devel RPMS?



:>
:> i try to install ImageMagick on my RAQ4 from source-RPMS.
:> During build the supported Image-Types are shown.
:> Allmost every format is marked with "no", because the
:> devel-packages are not
:> installed.
:> I searched on ftp://ftp.cobalt.sun.com/pub/ for devel rpms
:> (jpeg, png, tiff,
:> etc.) -> nothing
:>

You need to collect the source tarballs and make each one bfore you run make
on IM.

I did it about 12 weeks ago, but being a divvy, didn't keep notes.
I can however tell you that (I installed for gif, jpeg and png but NOT tiff
because it wasn't in my requirements) PNG support caused a major problem.

I referred to the Image-Magick users list for support and received excellent
support from that list, so would susggest that you do the same. Its more
specific to the problem you have, because it isn't a cobalt specific
problem.

There are instructions on UK2 (can't remember the URL) but they aren't
entirely accurate (following the upgrade of PHP and the new libpng libs)
I did eventually get it installed and correctly running with my required
libraries, but it wasn't without a few frought head vs desk bangs.

Once the latest jpeg library was installed, and I'd made sure libpng was up
to date, I hade to make IM with the following shell command (beware
linewraps);

Successful configure call: (will wrap)

CPPFLAGS="-I/usr/local/include/libpng" LDFLAGS="-L/usr/local/lib"
LD_LIBRARY_PATH=/usr/local/lib
/configure  --prefix=/usr/local  --with-jpeg=yes  --with-png=yes --with-modu
les  --enable-shared

Server: Cobalt RaQ4i with PHP 4.1.2-3 (from pkgmaster)


Host system type : i586-pc-linux-gnu

Option            Configure option              Configured value
-----------------------------------------------------------------
Shared libraries  --enable-shared=yes           yes
Static libraries  --enable-static=yes           yes
GNU ld            --with-gnu-ld=yes             yes
LZW support       --enable-lzw=no               no
16 bit pixels     --enable-16bit-pixel=yes      yes

Delegate Configuration:
BZLIB             --with-bzlib=yes              no (failed tests)
DPS               --with-dps=yes                no
FlashPIX          --with-fpx=yes                no
FreeType 2.0      --with-ttf=yes                no (failed tests)
Ghostscript       None                          gs
Ghostscript fonts --with-gs-font-dir=default
/usr/local/share/ghostscript/fonts
Ghostscript lib   --with-gslib=yes              no
HDF               --with-hdf=no                 no
JBIG              --with-jbig=yes               no
JPEG v1           --with-jpeg=yes               yes
JPEG v2           --with-jp2=yes                no
LCMS              --with-lcms=yes               no
MPEG v2           --with-mpeg2=yes              no
Magick++          --with-magick-plus-plus=yes   yes
PERL              --with-perl=yes               /usr/bin/perl
PNG               --with-png=yes                yes
TIFF              --with-tiff=yes               no
WMF               --with-wmf=yes                no
X11               --with-x=                     yes
XML               --with-xml=yes                no
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:
  CC       = gcc
  CFLAGS   = -g -O2 -Wall
  CPPFLAGS
= -D_REENTRANT -I/usr/local/include/libpng -D_FILE_OFFSET_BITS=64 -I/usr/loc
al/include -I/usr/X11R6/include
  CXX      = g++
  CXXFLAGS = -g -O2
  LDFLAGS  = -L/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib
  LIBS     = -lXext -lXt -lSM -lICE -lX11 -lz -lpthread -lm



Hope this helps. If not refer to magick-users
	http://studio.imagemagick.org/mailman/listinfo/magick-users

Kind Regards

Si Watts

http://www.siwis.co.uk