Hallo,
ich habe hier einen Server mit Redhat ES 4, PHP 4, Apache 2.x und Plesk 8.1.
Wenn ich nun über Konsole den Befehl phpize aufrufe, kommt -bash: phpize: command not found. Ist phpize nicht standardmässig bei PHP mit drin?
Kann man das ggf. nachinstallieren?
phpinfo() zeigt folgenden ./configure:
'./configure' '--build=i386-redhat-linux' '--host=i386-redhat-linux' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--enable-force-cgi-redirect' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-db4=/usr' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-gd=shared' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-ncurses=shared' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-xml' '--with-expat-dir=/usr' '--with-dom=shared,/usr' '--with-dom-xslt=/usr' '--with-dom-exslt=/usr' '--with-xmlrpc=shared' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-pear=/usr/share/pear' '--with-imap=shared' '--with-imap-ssl' '--with-kerberos' '--with-ldap=shared' '--with-mysql=shared,/usr' '--with-pgsql=shared' '--with-snmp=shared,/usr' '--with-snmp=shared' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mbstring=shared' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-mime-magic=/usr/share/file/magic.mime' '--with-apxs2=/usr/sbin/apxs'
Kein phpize unter Redhat ES4
-
- Posts: 27
- Joined: 2006-06-09 11:00
Re: Kein phpize unter Redhat ES4
Bei Debian gibt es phpize in den php*-dev Paketen, vielleicht ist es bei Red Hat genauso.
-
- Posts: 99
- Joined: 2007-03-09 15:23
Re: Kein phpize unter Redhat ES4
Suche mal phpize mit locate phpize, du musst dann ggf. den kompleten Pfad zur phpize angeben, um es aufzurufen...
-
- Posts: 9
- Joined: 2007-05-20 10:39
Re: Kein phpize unter Redhat ES4
Loate phpize bringt:hasch wrote:Suche mal phpize mit locate phpize, du musst dann ggf. den kompleten Pfad zur phpize angeben, um es aufzurufen...
/opt/php51/share/man/man1/phpize.1
/usr/local/psa/admin/man/man1/phpize.1
Aber das ist nicht wirklich das was ich suche.
-
- Project Manager
- Posts: 11183
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Kein phpize unter Redhat ES4
Code: Select all
rpm -ivh php4-devel
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.