eAccelerator

Status
Not open for further replies.

DjTom-i

Member
so mache mal ein neues thema auf denn ich komme nicht weiter.

./configure' '--prefix=/usr/share' '--datadir=/usr/share/php' '--bindir=/usr/bin' '--libdir=/usr/share' '--includedir=/usr/include' '--sysconfdir=/etc' '--with-_lib=lib' '--with-config-file-path=/etc' '--with-exec-dir=/usr/lib/php/bin' '--disable-debug' '--enable-bcmath' '--enable-calendar' '--enable-ctype' '--enable-dbase' '--enable-discard-path' '--enable-exif' '--enable-filepro' '--enable-force-cgi-redirect' '--enable-ftp' '--enable-gd-imgstrttf' '--enable-gd-native-ttf' '--enable-inline-optimization' '--enable-magic-quotes' '--enable-mbstr-enc-trans' '--enable-mbstring' '--enable-mbregex' '--enable-memory-limit' '--enable-safe-mode' '--enable-shmop' '--enable-sigchild' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-versioning' '--enable-wddx' '--enable-yp' '--with-bz2' '--with-dom=/usr/include/libxml2' '--with-ftp' '--with-gdbm' '--with-gettext' '--with-gmp' '--with-imap=yes' '--with-jpeg-dir=/usr' '--with-ldap=yes' '--with-mcal=/usr' '--with-mcrypt' '--with-mhash' '--with-mysql=/usr' '--with-ndbm' '--with-pgsql=/usr' '--with-png-dir=/usr' '--with-readline' '--with-snmp' '--with-t1lib' '--with-tiff-dir=/usr' '--with-ttf' '--with-freetype-dir=yes' '--with-xml' '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-qtdom=/usr/lib/qt3' '--with-qt-includes=/usr/lib/qt3/include' '--with-qt-libraries=/usr/lib/qt3/lib' '--with-gd' '--with-openssl' '--with-curl' '--with-swf=/usr/src/packages/BUILD/swf/dist/' '--with-imap-ssl' '--enable-xslt' '--with-xslt-sablot' '--with-iconv' '--with-apxs2=/usr/sbin/apxs2-prefork' 'i586-suse-linux'

habe mit den compile string php 4.3.11 installiert. der configure wurde aus dem ordner /usr/share/php4.3.11 ausgeführt!

dann habe ich den eaccelerator nach /usr/share/eaccelerator entpackt

dann folgten

export PHP_PREFIX="/usr"

$PHP_PREFIX/bin/phpize

./configure --enable-eaccelerator=shared --with-php-config=$PHP_PREFIX/bin/php-config

make

dann rcapache2 stop

make install

dann trage ich alles in die php.ini als php-extension ein.
phpini1.jpg


habe mit

./configure
make clean und sogar make distclean
./configure
make
make install

auch probiert aus dem /usr/share/eaccelerator ordner neu zu compilieren

bekomme aber trotzdem einen

apachelog1.jpg


komme nicht weiter...
 
Mach mal so:

Ich vermute das dein phpize noch von der Alten PHP Version ist.
Eventl. setzte mal das configure von php '--bindir=/usr/bin' auf '--bindir=/usr/share/bin'


export PHP_PREFIX="/usr/share"
$PHP_PREFIX/bin/phpize
./configure --enable-eaccelerator=shared --with-php-config=$PHP_PREFIX/bin/php-config
make
dann rcapache2 stop
make install
 
Last edited by a moderator:
hmm

Nee das wirds nicht sein...
Klär mich auf der PHP_PREFIX ist der der Prefix aus dem Configure
also '--prefix=/usr/share'?

:/usr/share/eaccelerator # export PHP_PREFIX="/usr/local"
:/usr/share/eaccelerator # $PHP_PREFIX/bin/phpize
-bash: /usr/local/bin/phpize: No such file or directory

nicht eher

:/usr/share/eaccelerator # export PHP_PREFIX="/usr/share"
:/usr/share/eaccelerator # /usr/bin/phpize

Denn da liegt phpize ja?
 
Yupps hab mich verschrieben *G* hast recht
Aber ersetze doch mal beim php configure das "bin" Verzeichnis
 
Probiere mal diese Datei,
ersetze dabei deine orginal
/usr/share/extensions/no-debug-non-zts-20020429/eaccelerator.so

Und dann starte Apache neu
 

Attachments

gibbet nicht

/usr/share/bin gibt es zur Zeit aber nicht. Oder wird das beim ./configure neu angelegt dann?

Ein locate phpize gibt:

/usr/bin/phpize
/usr/share/lib/php/build/phpize.m4
/usr/share/php-4.3.11/scripts/phpize
/usr/share/php-4.3.11/scripts/phpize.in
/usr/share/php-4.3.11/scripts/phpize.m4
/usr/src/packages/SOURCES/php-4.3.3-phpize.diff

Update db hatte ich bereits gemacht.
 
Tööööööööörööööööööööööö

Ja warst schneller als ich.

Et läuft!!!

Danke für deine Mühe!!!
 
Status
Not open for further replies.
Back
Top