GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   >>> I need help installing ImageMagick (https://gfy.com/showthread.php?t=159598)

GFED 08-02-2003 03:15 AM

>>> I need help installing ImageMagick
 
1. I uploaded the archive to a tmp directory on my server.
2. gzip -dc ImageMagick-5.5.7.tar.gz | tar xvf -
3. cd ImageMagick-5.5.7
4. ./configure
5. make
6. make install
7. reboot

It's still not showing up as installed in my AGS admin... any suggestions?

SpaceAce 08-02-2003 03:18 AM

Quote:

Originally posted by GFED
1. I uploaded the archive to a tmp directory on my server.
2. gzip -dc ImageMagick-5.5.7.tar.gz | tar xvf -
3. cd ImageMagick-5.5.7
4. ./configure
5. make
6. make install
7. reboot

It's still not showing up as installed in my AGS admin... any suggestions?

I don't know anything about AGS but purely guessing, it could be that your server configuration expects things to be installed in non-standard locations. You may need to ./configure --prefix=/some/directory.

Are you sure you didn't get any configure or make errors? Maybe you don't have permission to write to the install directory or something similar.

SpaceAce

GFED 08-02-2003 03:24 AM

No errors... I've got root access to the server... should I be logged in as the user of the domain I'm trying to get to work with it?

GFED 08-02-2003 03:25 AM

I'm running make check now and it's just printing out a bunch of garbage...

Arty 08-02-2003 03:25 AM

Are you working on FreeBSD ?

GFED 08-02-2003 03:27 AM

Redhat 7.3

I remember when I had candid install it for me they had the same problem... took about two weeks for them to get it working...

GFED 08-02-2003 03:29 AM

Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/ttf/read.t 3 3 100.00% 1-3
t/x/read.t 1 1 100.00% 1
Failed 2/26 test scripts, 92.31% okay. 4/317 subtests failed, 98.74% okay.
make[3]: *** [test_static] Error 11
make[3]: Leaving directory `/tmp/ImageMagick-5.5.7/PerlMagick'
make[2]: *** [check-perl] Error 2
make[2]: Leaving directory `/tmp/ImageMagick-5.5.7'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/tmp/ImageMagick-5.5.7'
make: *** [check-recursive] Error 1
root@srv01 [/tmp/ImageMagick-5.5.7]#

a couple errors after running make check...

Arty 08-02-2003 03:29 AM

Do you have other dependency libraries installed?

tiff.h
png.h
jpeglib.h

GFED 08-02-2003 03:31 AM

Quote:

Originally posted by Arty
Do you have other dependency libraries installed?

tiff.h
png.h
jpeglib.h

how do I check?

Arty 08-02-2003 03:34 AM

Check that path "/usr/local/include" that's on FreeBSD. You might need to find similiar place @ Redhat if it's not the same.

GFED 08-02-2003 03:35 AM

Quote:

Originally posted by Arty
Check that path "/usr/local/include" that's on FreeBSD. You might need to find similiar place @ Redhat if it's not the same.
yep, those files are there...

Arty 08-02-2003 03:39 AM

Try that please..

$ make uninstall
$ ./configure --enable-lzw=yes --enable-shared=yes --disable-static --without-perl
$ make
$ make install

I'm trying to dig up a link for you meanwhile.

GFED 08-02-2003 03:43 AM

do I need to run make clean or make distclean or make uninstall before trying to install it again?

GFED 08-02-2003 03:44 AM

ah, nevermind... I didn't notice it up there...

GFED 08-02-2003 04:05 AM

Problem solved... it was easier than I thought... all I had to do was install a Perl module through my Cpanel...

http://forum.rackshack.net/showthrea...ck+Perl+module


thanks for your help! :thumbsup


All times are GMT -7. The time now is 02:22 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123