tips for installing ImageMagick on a server where you dont have root

Author Message

Juan Pablo Liska

Tuesday 24 June 2003 5:41:59 pm

i did this on a host that has redhat 7.3 which uses rpm ver 3.
i had ssh access, but you could just put this in a php file with system calls.

1. download rpm2cpio.pl
2. copied cpio binary from another server (conectiva 8) it works
3. download the ImageMagick rpm for redhat 7.2/7.3
4. download Xfree rpm from redhat (http://ftp.redhat.com/pub/redhat/linux/7.3/en/os/i386/RedHat/RPMS/XFree86-libs-4.2.0-8.i386.rpm)

chmod 775 rpm2cpio.pl
mkdir im
cd im
../rpm2cpio.pl ../ImageMagick-5.4.X-Y.i386.rpm | cpio -iduv
../rpm2cpio.pl ../XFree86-libs-4.2.0-8.i386.rpm | cpio -iduv
export LD_LIBRARY_PATH='$PWD/usr/lib:$PWD/usr/X11R6/lib'
usr/bin/convert

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 19:06:24
Script start
Timing: Jan 18 2025 19:06:24
Module start 'layout'
Timing: Jan 18 2025 19:06:24
Module start 'content'
Timing: Jan 18 2025 19:06:24
Module end 'content'
Timing: Jan 18 2025 19:06:24
Script end

Main resources:

Total runtime0.0196 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0052 589.5156152.6875
Module start 'layout' 0.00520.0035 742.203139.5234
Module start 'content' 0.00880.0076 781.726685.3203
Module end 'content' 0.01640.0032 867.046930.3047
Script end 0.0195  897.3516 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002814.2565140.0002
Check MTime0.00126.1219140.0001
Mysql Total
Database connection0.00073.678010.0007
Mysqli_queries0.003015.344430.0010
Looping result0.00000.142510.0000
Template Total0.00199.510.0019
Template load0.00126.019610.0012
Template processing0.00073.449010.0007
Override
Cache load0.00094.527210.0009
General
dbfile0.00115.662680.0001
String conversion0.00000.067040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs