Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] Installing ImageMagick on a Unix Webserver Provider Strato within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hello, I have a problem getting ImageMagick to run on the Webspace-Providers Server. What I did: I unzipped the ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hello,
I have a problem getting ImageMagick to run on the Webspace-Providers Server. What I did: I unzipped the archive ImageMagick-sparc-sun-solaris2.10.tar.gz to the server in the directory ftp://cms.dgfm-ev.de/im/ImageMagick-6.3.8/ (which is same as dgfm-ev.de/cms/im/ImageMagick-6.3.8/) The listing of the /bin/ - subdirectory is: dgfm-ev.de/im/ImageMagick-6.3.8/> ls Magick++-config MagickWand-config compare convert import stream Magick-config Wand-config composite display mogrify MagickCore-config animate conjure identify montage (See screenshot http://cms.dgfm-ev.de/fehler/ftp_screenshot.gif ) But when I type "convert" I get an error: dgfm-ev.de/im/ImageMagick-6.3.8/> convert convert: Command not found. The Install Tool says: Check Image Magick: No ImageMagick installation available It seems that there is no adequate ImageMagick installation available at the checked locations (, /usr/X11R6/bin/, /usr/bin/, /usr/local/bin/, im/ImageMagick-6.3.8/bin/) An 'adequate' installation for requires 'convert', 'combine'/'composite' and 'identify' to be available The provider is Strato.de. For debug-information see attached file or http://cms.dgfm-ev.de/fehler/debug_strato.txt I thought I either I chose the wrong package or entered the wrong path - but many tries didn't help and I couldn't resolve the problem with the info in the manuals at typo3 and ImageMagick or the news/mailinglist-archive. I'd be pleased if anyone could help. Thanx in advance - Dietmar _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
Hello,
> I have a problem getting ImageMagick to run on the Webspace-Providers > Server. > > [...] > > The listing of the /bin/ - subdirectory is: > dgfm-ev.de/im/ImageMagick-6.3.8/> ls > Magick++-config MagickWand-config compare convert import > > But when I type "convert" I get an error: > dgfm-ev.de/im/ImageMagick-6.3.8/> convert > convert: Command not found. You should try to type ./convert instead. The "." directory = current directory is often not in the environment variable PATH > The Install Tool says: > Check Image Magick: > No ImageMagick installation available > It seems that there is no adequate ImageMagick installation available > at the checked locations > (, /usr/X11R6/bin/, /usr/bin/, /usr/local/bin/, > im/ImageMagick-6.3.8/bin/) > An 'adequate' installation for requires 'convert', > 'combine'/'composite' and 'identify' to be available you typed "im/ImageMagick-..." but this is not a full path. You should try to type the full path to im/ImageMagick... Something like /var/www/dgfm-ev.de/im/ImageMagick-6.3.8/bin/ the "/var/www/" might be /home/strato/http/premium/web6/32/06/51046706/htdocs/ too. You have to find the full path of your directory. Perhaps I may deduce it from your mail but, it's late and I'm slowly becoming asleep... ![]() Cheers Xavier _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#3
|
|||
|
|||
|
Am 09.03.2008, 00:32 Uhr, schrieb Xavier Perseguers:
>> convert: Command not found. > > You should try to type ./convert instead. The "." directory = current > directory is often not in the environment variable PATH I tried this, it didn't help. The answer was: ../config: Command not found. >> The Install Tool says: >> Check Image Magick: >> No ImageMagick installation available >> It seems that there is no adequate ImageMagick installation >> available at the checked locations >> (, /usr/X11R6/bin/, /usr/bin/, /usr/local/bin/, >> im/ImageMagick-6.3.8/bin/) > > you typed "im/ImageMagick-..." but this is not a full path. You should > try to type the full path to im/ImageMagick... Something like > > /var/www/dgfm-ev.de/im/ImageMagick-6.3.8/bin/ I tried already /home/strato/http/premium/web6/32/06/51046706/htdocs/cms/im/ImageMagick-6.3.8/bin/ but this didn't work as well. ![]() > it's late and I'm slowly becoming asleep... ![]() Thank you anyway, Xavier, and have a good night! Dietmar _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#4
|
|||
|
|||
|
on Sat, 08 Mar 2008 23:41:28 +0100, Dietmar von Schuetz wrote:
> Hello, > > I have a problem getting ImageMagick to run on the Webspace-Providers > Server. > > What I did: > I unzipped the archive ImageMagick-sparc-sun-solaris2.10.tar.gz to the > server in the directory > ftp://cms.dgfm-ev.de/im/ImageMagick-6.3.8/ (which is same as > dgfm-ev.de/cms/im/ImageMagick-6.3.8/) > > The listing of the /bin/ - subdirectory is: > dgfm-ev.de/im/ImageMagick-6.3.8/> ls > Magick++-config MagickWand-config compare convert import > stream > Magick-config Wand-config composite display mogrify > MagickCore-config animate conjure identify montage > (See screenshot http://cms.dgfm-ev.de/fehler/ftp_screenshot.gif ) > > the usual unix problem for windows-people? missing x-bits? http://en.wikipedia.org/wiki/Permissions make listing with Parameter -l: ls -l then you should read something like this: -rwxr-xr-x 123 www-user www-group convert then you have to compare the user-rights to access these files compared to the user your server (apache and php) is running. http://www.hackinglinuxexposed.com/a.../20030417.html bernd -- http://www.pi-phi.de/t3v4/cheatsheet.html _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#5
|
|||
|
|||
|
Am 09.03.2008, 13:01 Uhr, schrieb bernd wilke <xoonsji02 (AT) sneakemail (DOT) com>:
> on Sat, 08 Mar 2008 23:41:28 +0100, Dietmar von Schuetz wrote: > >> Hello, >> >> I have a problem getting ImageMagick to run on the Webspace-Providers >> Server. >> >> What I did: >> I unzipped the archive ImageMagick-sparc-sun-solaris2.10.tar.gz to the >> server in the directory >> ftp://cms.dgfm-ev.de/im/ImageMagick-6.3.8/ (which is same as >> dgfm-ev.de/cms/im/ImageMagick-6.3.8/) >> >> The listing of the /bin/ - subdirectory is: >> dgfm-ev.de/im/ImageMagick-6.3.8/> ls >> Magick++-config MagickWand-config compare convert import >> stream >> Magick-config Wand-config composite display mogrify >> MagickCore-config animate conjure identify montage >> (See screenshot http://cms.dgfm-ev.de/fehler/ftp_screenshot.gif ) >> >> > the usual unix problem for windows-people? > missing x-bits? > http://en.wikipedia.org/wiki/Permissions > > make listing with Parameter -l: > ls -l > > then you should read something like this: > -rwxr-xr-x 123 www-user www-group convert > > then you have to compare the user-rights to access these files compared > to the user your server (apache and php) is running. > http://www.hackinglinuxexposed.com/a.../20030417.html > > > bernd Hi, thanks, Bernd, for your advice. Unfotunately it didn't help. Here's more information and what I did (w/o success ![]() Strato.de Webhosting-Paket "Premium S", meaning: Safemode ist Off My first accessible directory is /home/strato/http/premium/web6/32/06/51046706/htdocs/ Here is the old website dgfm-ev.de, starting with index.php3 = static html. - all ok For CMS/Typo3 I prepared a new directory: /cms and a new subdomain: cms.dgfm-ev.de, which links to /cms So on http to cms.dgfm-ev.de the index.php is correctly loaded. Path for ImageMagick: First I put it to a directory without capitals: "im" Then I set the search path in the T3 Install Tool like given there: /home/strato/http/premium/web6/32/06/51046706/htdocs/cms/im/bin/ -> no success Then according to Strato's advice: /home/strato/www/dg/www.dgfm-ev.de/htdocs/cms/im/bin/ -> no success First tries were ImageMagick-sparc-sun-solaris2.10.tar.gz . Next with another IM-version: imagemagick-4.2.9_i386-static-3.tar.tar -> no success Renaming the *.bin to * (without .bin) -> no success Entering directly in Typo3-Install / All configuration -> no success Executable-Rightsfor the binaries: first of all they were already set (755), second "chmod +x" did no better. $ id uid=123456 gid=1101(customer) $ ls -l total 4532 -rwxr-xr-x 1 123456 customer 1537068 Jan 23 2004 combine -rwxr-xr-x 1 123456 customer 1550572 Jan 23 2004 convert -rwxr-xr-x 1 123456 customer 1528300 Jan 23 2004 identify -rwxr-xr-x 1 123456 customer 531 May 17 2004 wrapper.sh php_admin_value open_basedir -> doesn't work in .htaccess nor php nor shell, (doing this in .htaccess leads to Server Error, so I am not allowed to) echo $PATH says: "/bin" (Idea: Would it help to copy the IM-bin-directory to "my root" \htdocs\?) Shell: "./convert" says: "command not found" Question: Is it possible the provider disallow foreing executables at all? Modifikation of \typo3\sysext\install\mod\class.tx_install.php: Commenting line 1804 "# if (ini_get('open_basedir') || (@file_exists($v)&&@is_file($v.$filename.$isExt))) {" and line 1814 "# }" --> no success The - by the way helpful - manual of tanmar doesn't help either. http://www.tanmar.info/content/view/33/52/ In different postings here, at http://www.typo3.net/forum/ and http://www.typo3forum.net/ I found quite different opinions: Some say, Strato doesn#t support Typo3 anyway, or only on root-Servers, others succeed, ... others got Typo3 to run but only without IM ... I asked Strato, the answer will come, I'll tell you then... So far I am still thankful for help Dietmar _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#6
|
|||
|
|||
|
Hi,
On Sun, Mar 9, 2008 at 6:53 PM, Dietmar von Schuetz <typo3 (AT) dvschuetz (DOT) de> wrote: <snip> > In different postings here, at http://www.typo3.net/forum/ and > http://www.typo3forum.net/ I found quite different opinions: > Some say, Strato doesn#t support Typo3 anyway, or only on root-Servers, > others succeed, ... others got Typo3 to run but only without IM ... > > I asked Strato, the answer will come, I'll tell you then... > So far I am still thankful for help Seriously, the best and easiest step you can take is to have your provider a) provide you with the path to IM (there's a *very* good chance it's already present on the server...at the moment, I can't actually recall *ever* having encountered hosting that didn't have IM), or b) install it for you. It's trivial for a host to do this, and in my experience (when asking to have newer versions installed) they've always been willing to do it. If they don't have it, and they won't install it for you, get *their* help to get the static binaries (this is the method you're using now) running in your webspace. If they won't do that, I'd dump them and find a good host--because a host who wouldn't be willing to help you with at least one of those three things is a lousy host and there are plenty of good ones out there who would. -- Christopher Torgalson http://www.typo3apprentice.com/ _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#7
|
|||
|
|||
|
I forgot to say:
There is no possibility to compile a version on this webserver. I can only copy/unzip static versions! _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#8
|
|||
|
|||
|
On Sun, Mar 9, 2008 at 11:29 PM, Dietmar von Schuetz <typo3 (AT) dvschuetz (DOT) de> wrote:
> I forgot to say: > There is no possibility to compile a version on this webserver. > I can only copy/unzip static versions! *You* can't build IM on the server, but *someone* can. As I said earlier: there are three options, if the server admins can't or won't help out with any of them, then your very best option is to find new admins, or a new host ![]() -- Christopher Torgalson http://www.typo3apprentice.com/ _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#9
|
|||
|
|||
|
The solution:
ImageMagick or GraphicsMagick is not supported by Strato.de Email by Strato Customer Care 10.3.2008 (translated-DvS ![]() "There is only limited use of Typo3 within the webhosting-offers. ImageMagick is in Webhosting not available. Please, use for this our dedicated servers. detailes info on www.strato.de/server" On the phone by Strato Premium-Service, 10.3.08 (translated-DvS ![]() "Making ImageMagick available within the Webhosting is not planned at the moment. For graphics you can use GDLib, which is available. You should be able to use it with Typo3. Unfortunately, I don't know how to configure Typo3 to use GDLib. You could also order a Virtual Server instead the Webhosting, which costs nearly the same. You can configure it individually if you have some knowledge of Linux/Unix. There you can also disable all non-neccessary PHP-libraries and make further tuning." So, this topic is "solved" :-| _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-german] ImageMagick-Installation auf Unix-Webspace ProvidersStrato | Dietmar von Schuetz | typo3-german@lists.netfielders.de | 14 | 13.04.2008 00:20 |
| [TYPO3-german] Webserver-Konfiguration | Markus.Gevers@open-ecm.de | typo3-german@lists.netfielders.de | 1 | 06.08.2007 13:38 |
| [TYPO3-german] Erfahrung(en) mit jweiland als Provider? | Andreas Regneri | typo3-german@lists.netfielders.de | 1 | 05.05.2007 16:51 |
| [TYPO3-german] Provider in den USA | Marc Fell | typo3-german@lists.netfielders.de | 0 | 26.04.2007 11:18 |
| [TYPO3] extension repository problem after moving to UNIX | Nico Potvin | typo3-english@lists.netfielders.de | 6 | 05.01.2007 09:54 |