Ioncube wiedermal !

cobrastyle

New Member
Hallo,

Ich scheitere an der Installation von Ioncube bzw. wird Ioncube nicht geladen!

Installiert hab ich es so:
http://www.debiantutorials.com/installing-ioncube/

Auch den Eintrag in der php.ini hab ich gemacht aber auf 5.3.so da ich die Neueste Version benötige.
Apache restart und Server restart hab ich schon gemacht leider ohne Erfolg.

Meine PHP Config:
URL Entfernt

Auszug der php.ini
Code:
[PHP]

zend_extension = /usr/src/ioncube/ioncube_loader_lin_5.3.so

;;;;;;;;;;;;;;;;;;;
; About php.ini   ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.

; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order:
; 1. SAPI module specific location.
; 2. The PHPRC environment variable. (As of PHP 5.2.0)
; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
; 4. Current working directory (except CLI)
; 5. The web server's directory (for SAPI modules), or directory of PHP
; (otherwise in Windows)
; 6. The directory from the --with-config-file-path compile time option, or the
; Windows directory (C:\windows or C:\winnt)
; See the PHP docs for more specific information.
; http://php.net/configuration.file

; The syntax of the file is extremely simple.  Whitespace and Lines
; beginning with a semicolon are silently ignored (as you probably guessed).
; Section headers (e.g. [Foo]) are also silently ignored, even though
; they might mean something in the future.

; Directives following the section heading [PATH=/www/mysite] only
; apply to PHP files in the /www/mysite directory.  Directives
; following the section heading [HOST=www.example.com] only apply to
; PHP files served from www.example.com.  Directives set in these
; special sections cannot be overridden by user-defined INI files or
; at runtime. Currently, [PATH=] and [HOST=] sections only work under
; CGI/FastCGI.
; http://php.net/ini.sections

Pfade stimmen !
Danke euch
 
Last edited by a moderator:
Ok, und welches Problem meinst Du jetzt genau? Es gibt ein verdächtig, großes Sammelurium unter /var/log... Möchte dieser Ordner mit Dir sein!

AAAaaaaalso:
Problem genauer beschreiben.
Apache2 Logfiles präsentieren.
Warten.
 
Hallo,

Klar doch hab auch schon was gefunden:
Code:
Failed loading /usr/src/ioncube/ioncube_loader_lin_5.3.so:  /usr/src/ioncube/ioncube_loader_lin_5.3.so: wrong ELF class: ELFCLASS32
Failed loading /usr/src/ioncube/ioncube_loader_lin_5.3.so:  /usr/src/ioncube/ioncube_loader_lin_5.3.so: wrong ELF class: ELFCLASS32
Failed loading /usr/src/ioncube/ioncube_loader_lin_5.3.so:  /usr/src/ioncube/ioncube_loader_lin_5.3.so: wrong ELF class: ELFCLASS32
Failed loading /usr/src/ioncube/ioncube_loader_lin_5.3.so:  /usr/src/ioncube/ioncube_loader_lin_5.3.so: wrong ELF class: ELFCLASS32
Failed loading /usr/src/ioncube/ioncube_loader_lin_5.3.so:  /usr/src/ioncube/ioncube_loader_lin_5.3.so: wrong ELF class: ELFCLASS32
Failed loading /usr/src/ioncube/ioncube_loader_lin_5.3.so:  /usr/src/ioncube/ioncube_loader_lin_5.3.so: wrong ELF class: ELFCLASS32
Failed loading /usr/src/ioncube/ioncube_loader_lin_5.3.so:  /usr/src/ioncube/ioncube_loader_lin_5.3.so: wrong ELF class: ELFCLASS32

Wrong ELF class ? Nunja das ist das Problem , also Ioncube wird nicht geladen...
URL Entfernt

Danke

EDIT: Neu runtergeladen , hochgeladen , chmod 775 , apache restart und alles ist in Butter ;)

Danke
 
Last edited by a moderator:
Das genannte Tutorial ist leider schon veraltet.
Es greift leider nicht die OS Spezifikation insgesamt auf.
Du musst noch zusätzlich entscheiden, hab ich ein 64Bit oder 32Bit System.

Darauf legt Ioncube sehr viel Wert.
 
Back
Top