Poll

Imagemagick oder GD Installation

Installation
1 (50%)
Imagemagick oder GD
1 (50%)

Total Members Voted: 2

Author Topic: Installation  (Read 7253 times)

0 Members and 1 Guest are viewing this topic.

Offline Hannes07

  • Pre-Newbie
  • Posts: 1
    • View Profile
Installation
« on: September 30, 2005, 09:42:45 PM »
Hallo,

wie genau muss ich Imagemagick oder GD installieren ???
gibt es irgendwo eine Anleitung in Deutsch ??

Grüße....

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Installation
« Reply #1 on: October 02, 2005, 07:35:21 PM »
GD braucht man in der regel gar nicht zu installieren, denn das machen fast alle Hoster von sich aus schon! (also einfach nur anklicken und aktivieren) nur wenn´s nicht geht hast du das problem ImageMagick auf deinen server zu laden, nur ist dort nicht Installieren das "GANZE", sondern du musst es KOMPILIEREN

(so wie man den Kernel eines LINUX kompilieren kann und sollte, so muss man das mit IM machen!)
 >>> sprich: anpassen (z.B. an seine php-version, seine bedürfnisse, die einstellungen des hosters um nur einiges zu nennen, aber auch IM selber muss eingestellt werden!)

Offline Basti82

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Installation
« Reply #2 on: December 05, 2005, 11:43:22 AM »
habe mir das hier mal runter geladen:

ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick/ImageMagick-6.2.5-5.tar.gz

muss ich es nur entpacken und dann in einen ordner auf meinen server schieben oder wie läuft das ab :) ??

habe einen eigenen Server!

wäre schon wenn mir da jemand den genauen ablauf schilder kann wie ich es auf eine Linux kiste installiere!

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Installation
« Reply #3 on: December 05, 2005, 12:42:06 PM »
ich weiss jetzt nicht genau wer, aber einer der MOD´s , ADMIN´s oder gar ein USER ist sicher gern bereit dir zu helfen, denn ImageMagic muss man istallieren und anschließend kompilieren!

Offline Basti82

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Installation
« Reply #4 on: December 05, 2005, 01:20:09 PM »
jupp habe alles gefunden:

UNIX/Cygwin/MinGW COMPILATION

Note:

  Platform specific notes regarding specific operating systems may be found
  in the Platforms.txt file.  This document  provides generic instructions
  which work in most common cases.  Additional notes regarding Cygwin &
  MinGW are provided later in this file.

Type:

    gzip -dc ImageMagick-6.2.2.tar.gz | tar xvf -
    cd ImageMagick-6.2.2

If you do not have gzip(1), the source for the gzip package is available
as a shell archive at

    ftp://ftp.gnu.org/gnu/gzip/gzip-1.2.4a.shar

or as a tar archive at

    ftp://ftp.gnu.org/gnu/gzip/gzip-1.2.4a.tar

Use the 'configure' script to automatically configure, build, and install
ImageMagick.  The configure script may be executed from the ImageMagick source
directory (e.g ./configure) or from a seperate build directory by specifying
the full path to configure (e.g.  /src/ImageMagick-6.2.2/configure).  The
advantage of using a seperate build directory is that multiple ImageMagick
builds may share the same ImageMagick source directory while allowing each
build to use a unique set of options.

If you are willing to accept configure's default options, and build from
within the source directory, type:

    ./configure

and watch the configure script output to verify that it finds everything
that you think it should.  If it does not, then adjust your environment
so that it does.

By default,

    make install

will install the package's files in `/usr/local/bin', `/usr/local/lib', etc..
You can specify an installation prefix other than `/usr/local' by giving
`configure' the option `--prefix=PATH'.  This is valuable in case you don't
have privileges to install under the default paths or if you want to install
in the system directories instead.


nun habe ich bestimmt gleich ein problem mit der genauen phad angabe "/usr/bin/convert oder /usr/local/bin/convert"
bin auf einen anderen server mit dem tool!


kann man es nicht so nenne: xxx.xxx.xx.229/usr/bin/convert

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Installation
« Reply #5 on: December 05, 2005, 02:18:10 PM »
die angabe der IP und dann /usr/bin/convert müsste gehen, wenn usr der ordner ist, in dem alles liegt
(bei mir wäre es "html")

Offline Basti82

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Installation
« Reply #6 on: December 05, 2005, 02:21:05 PM »
ne geht nicht :(

habe nun das komplett cms auf meinen server installiert + datenbank

und nun muss ich natürlich noch den SAFE MODE auf OFF stellen

nur wo ist die datei !?!?
oder wie ist denn der befehl für SAFE MODE = OFF

Offline Basti82

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Installation
« Reply #7 on: December 05, 2005, 02:41:35 PM »
php.ini file (usually located under /etc).

; Safe Mode
;
safe_mode = Off

; By default, Safe Mode does a UID compare check when
; opening files. If you want to relax this to a GID compare,
; then turn on safe_mode_gid.
safe_mode_gid = Off

; When safe_mode is on, UID/GID checks are bypassed when
; including files from this directory and its subdirectories.
; (directory must also be in include_path or full path must
; be used when including)
safe_mode_include_dir =                        

; When safe_mode is on, only executables located in the safe_mode_exec_dir
; will be allowed to be executed via the exec family of functions.
safe_mode_exec_dir =

; Setting certain environment variables may be a potential security breach.
; This directive contains a comma-delimited list of prefixes.  In Safe Mode,
; the user may only alter environment variables whose names begin with the
; prefixes supplied here.  By default, users will only be able to set
; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
;
; Note:  If this directive is empty, PHP will let the user modify ANY
; environment variable!
safe_mode_allowed_env_vars = PHP_

; This directive contains a comma-delimited list of environment variables that
; the end user won't be able to change using putenv().  These variables will be
; protected even if safe_mode_allowed_env_vars is set to allow to change them.
safe_mode_protected_env_vars = LD_LIBRARY_PATH

; open_basedir, if set, limits all file operations to the defined directory
; and below.  This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
;open_basedir =

; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
disable_functions =

; This directive allows you to disable certain classes for security reasons.
; It receives a comma-delimited list of class names. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
disable_classes =

; Colors for Syntax Highlighting mode.  Anything that's acceptable in
; <font color="??????"> would work.
;highlight.string  = #DD0000
;highlight.comment = #FF9900
;highlight.keyword = #007700
;highlight.bg      = #FFFFFF
;highlight.default = #0000BB
;highlight.html    = #000000
----------------------------------------------------------------------


wie ihr seht war er schon off!

muss ihc noch etwas umstellen!?!

Fehler code
Code: [Select]
Warning: move_uploaded_file(./../data/media/1/basti_elma.jpg): failed to open stream: Permission denied in /opt/lampp/htdocs/projekte/camshare/cms/includes/upload.php on line 113

Warning: move_uploaded_file(): Unable to move '/tmp/phpdWQxBM' to './../data/media/1/basti_elma.jpg' in /opt/lampp/htdocs/projekte/camshare/cms/includes/upload.php on line 113
Bild 1 
  Fehler beim Upload der Bild-Datei: basti_elma.jpg
basti_elma.jpg: Datei konnte nicht auf den Server kopiert werden. Bitte überprüfen Sie ob die Zugriffsrechte des Zielordners richtig gesetzt sind

Daten nicht in die Datenbank geschrieben