|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Industry Role:
Join Date: May 2002
Posts: 8,121
|
>>> 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?
__________________
https://www.flow.page/savethechildren |
|
|
|
|
|
#2 | |
|
Confirmed User
Join Date: Jul 2002
Location: Magrathea
Posts: 6,493
|
Quote:
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 |
|
|
|
|
|
|
#3 |
|
Confirmed User
Industry Role:
Join Date: May 2002
Posts: 8,121
|
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?
__________________
https://www.flow.page/savethechildren |
|
|
|
|
|
#4 |
|
Confirmed User
Industry Role:
Join Date: May 2002
Posts: 8,121
|
I'm running make check now and it's just printing out a bunch of garbage...
__________________
https://www.flow.page/savethechildren |
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Nov 2002
Posts: 880
|
Are you working on FreeBSD ?
|
|
|
|
|
|
#6 |
|
Confirmed User
Industry Role:
Join Date: May 2002
Posts: 8,121
|
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...
__________________
https://www.flow.page/savethechildren |
|
|
|
|
|
#7 |
|
Confirmed User
Industry Role:
Join Date: May 2002
Posts: 8,121
|
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...
__________________
https://www.flow.page/savethechildren |
|
|
|
|
|
#8 |
|
Confirmed User
Join Date: Nov 2002
Posts: 880
|
Do you have other dependency libraries installed?
tiff.h png.h jpeglib.h |
|
|
|
|
|
#9 | |
|
Confirmed User
Industry Role:
Join Date: May 2002
Posts: 8,121
|
Quote:
__________________
https://www.flow.page/savethechildren |
|
|
|
|
|
|
#10 |
|
Confirmed User
Join Date: Nov 2002
Posts: 880
|
Check that path "/usr/local/include" that's on FreeBSD. You might need to find similiar place @ Redhat if it's not the same.
|
|
|
|
|
|
#11 | |
|
Confirmed User
Industry Role:
Join Date: May 2002
Posts: 8,121
|
Quote:
__________________
https://www.flow.page/savethechildren |
|
|
|
|
|
|
#12 |
|
Confirmed User
Join Date: Nov 2002
Posts: 880
|
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. |
|
|
|
|
|
#13 |
|
Confirmed User
Industry Role:
Join Date: May 2002
Posts: 8,121
|
do I need to run make clean or make distclean or make uninstall before trying to install it again?
__________________
https://www.flow.page/savethechildren |
|
|
|
|
|
#14 |
|
Confirmed User
Industry Role:
Join Date: May 2002
Posts: 8,121
|
ah, nevermind... I didn't notice it up there...
__________________
https://www.flow.page/savethechildren |
|
|
|
|
|
#15 |
|
Confirmed User
Industry Role:
Join Date: May 2002
Posts: 8,121
|
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!
__________________
https://www.flow.page/savethechildren |
|
|
|