L
Laury
Guest
Gibt's noch Hoffnung?
Hoi, alles halb so wild. Ist sicher Suse, gell?DIGIMan said:apxs:Error: Config file /etc/apache2/httpd2-prefork.conf not found.
Klar, dafür sind wir ja dadings said:Habt Ihr irgendwelche Tipps zwecks des weitere Vorgehens? Unnötig zu erwähnen dass ich völliger Linux-Neuling bin....
Beste Grüße Ingo
Weh tun kanns keinem, solange es etwas allgemeiner gefasst ist und etwas Neues beisteuertdings said:...Frage: => Soll ich hier mal dokumentieren was ich insgesamt gemacht hab oder haltet Ihr das für überflüssig??
In dem neu entpackten Verzeichnis. Im o.g. Beispiel mit meinen Änderungen:Shorty said:wo finde ich den die configure?
h711233:/home/admin/php/php-5.1.2 # ./configure
--prefix=/usr
--datadir=/usr/share/php
--mandir=/usr/share/man
--bindir=/usr/bin
--libdir=/usr/share
--includedir=/usr/include
--sysconfdir=/etc
--with-_lib=lib64
--with-config-file-path=/etc
--with-exec-dir=/usr/lib64/php/bin
--disable-debug
--enable-inline-optimization
--enable-memory-limit
--enable-magic-quotes
--enable-safe-mode
--enable-sigchild
--disable-ctype
--disable-session
--with-mysql
--disable-cli
--without-pear
--with-openssl
--with-apxs2=/usr/sbin/apxs2-prefork loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... //bin/sed
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... no
configure: warning: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: warning: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 (found: none).
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: line 3246: lex: command not found
configure: error: cannot find output from lex; giving up
h711233:/home/admin/php/php-5.1.2 # --prefix=/usr
-bash: --prefix=/usr: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --datadir=/usr/share/php
-bash: --datadir=/usr/share/php: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --mandir=/usr/share/man
-bash: --mandir=/usr/share/man: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --bindir=/usr/bin
-bash: --bindir=/usr/bin: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --libdir=/usr/share
-bash: --libdir=/usr/share: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --includedir=/usr/include
-bash: --includedir=/usr/include: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --sysconfdir=/etc
-bash: --sysconfdir=/etc: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --with-_lib=lib64
-bash: --with-_lib=lib64: command not found
h711233:/home/admin/php/php-5.1.2 # --with-config-file-path=/etc
-bash: --with-config-file-path=/etc: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --with-exec-dir=/usr/lib64/php/bin
-bash: --with-exec-dir=/usr/lib64/php/bin: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --disable-debug
-bash: --disable-debug: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-inline-optimization
-bash: --enable-inline-optimization: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-memory-limit
-bash: --enable-memory-limit: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-magic-quotes
-bash: --enable-magic-quotes: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-safe-mode
-bash: --enable-safe-mode: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-sigchild
-bash: --enable-sigchild: command not found
h711233:/home/admin/php/php-5.1.2 # --disable-ctype
-bash: --disable-ctype: command not found
h711233:/home/admin/php/php-5.1.2 # --disable-session
-bash: --disable-session: command not found
h711233:/home/admin/php/php-5.1.2 # --with-mysql
-bash: --with-mysql: command not found
h711233:/home/admin/php/php-5.1.2 # --disable-cli
-bash: --disable-cli: command not found
h711233:/home/admin/php/php-5.1.2 # --without-pear
-bash: --without-pear: command not found
h711233:/home/admin/php/php-5.1.2 # --with-openssl
-bash: --with-openssl: command not found
h711233:/home/admin/php/php-5.1.2 # ./configure
--prefix=/usr
--datadir=/usr/share/php
--mandir=/usr/share/man
--bindir=/usr/bin
--libdir=/usr/share
--includedir=/usr/include
--sysconfdir=/etc
--with-_lib=lib64
--with-config-file-path=/etc
--with-exec-dir=/usr/lib64/php/bin
--disable-debug
--enable-inline-optimization
--enable-memory-limit
--enable-magic-quotes
--enable-safe-mode
--enable-sigchild
--disable-ctype
--disable-session
--with-mysql
--disable-cli
--without-pear
--with-openssl
--with-apxs2=/usr/sbin/apxs2-prefork x86_64-suse-linux loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... //bin/sed
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... no
configure: warning: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: warning: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 (found: none).
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: line 3246: lex: command not found
configure: error: cannot find output from lex; giving up
h711233:/home/admin/php/php-5.1.2 # --prefix=/usr
-bash: --prefix=/usr: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --datadir=/usr/share/php
-bash: --datadir=/usr/share/php: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --mandir=/usr/share/man
-bash: --mandir=/usr/share/man: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --bindir=/usr/bin
-bash: --bindir=/usr/bin: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --libdir=/usr/share
-bash: --libdir=/usr/share: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --includedir=/usr/include
-bash: --includedir=/usr/include: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --sysconfdir=/etc
-bash: --sysconfdir=/etc: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --with-_lib=lib64
-bash: --with-_lib=lib64: command not found
h711233:/home/admin/php/php-5.1.2 # --with-config-file-path=/etc
-bash: --with-config-file-path=/etc: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --with-exec-dir=/usr/lib64/php/bin
-bash: --with-exec-dir=/usr/lib64/php/bin: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --disable-debug
-bash: --disable-debug: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-inline-optimization
-bash: --enable-inline-optimization: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-memory-limit
-bash: --enable-memory-limit: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-magic-quotes
-bash: --enable-magic-quotes: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-safe-mode
-bash: --enable-safe-mode: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-sigchild
-bash: --enable-sigchild: command not found
h711233:/home/admin/php/php-5.1.2 # --disable-ctype
-bash: --disable-ctype: command not found
h711233:/home/admin/php/php-5.1.2 # --disable-session
-bash: --disable-session: command not found
h711233:/home/admin/php/php-5.1.2 # --with-mysql
-bash: --with-mysql: command not found
h711233:/home/admin/php/php-5.1.2 # --disable-cli
-bash: --disable-cli: command not found
h711233:/home/admin/php/php-5.1.2 # --without-pear
-bash: --without-pear: command not found
h711233:/home/admin/php/php-5.1.2 # --with-openssl
-bash: --with-openssl: command not found
h711233:/home/admin/php/php-5.1.2 # --with-apxs2=/usr/sbin/apxs2-prefork x86_64-suse-linux
Du mußt Deine Fehlermeldungen auch lesen, gelle.E=mc² said:checking for re2c... no
configure: warning: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
[...]
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: line 3246: lex: command not found
h711233:/home/admin/php/php-5.1.2 # --prefix=/usr
-bash: --prefix=/usr: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --datadir=/usr/share/php
-bash: --datadir=/usr/share/php: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --mandir=/usr/share/man
-bash: --mandir=/usr/share/man: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --bindir=/usr/bin
-bash: --bindir=/usr/bin: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --libdir=/usr/share
-bash: --libdir=/usr/share: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --includedir=/usr/include
-bash: --includedir=/usr/include: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --sysconfdir=/etc
-bash: --sysconfdir=/etc: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --with-_lib=lib64
-bash: --with-_lib=lib64: command not found
h711233:/home/admin/php/php-5.1.2 # --with-config-file-path=/etc
-bash: --with-config-file-path=/etc: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --with-exec-dir=/usr/lib64/php/bin
-bash: --with-exec-dir=/usr/lib64/php/bin: No such file or directory
h711233:/home/admin/php/php-5.1.2 # --disable-debug
-bash: --disable-debug: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-inline-optimization
-bash: --enable-inline-optimization: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-memory-limit
-bash: --enable-memory-limit: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-magic-quotes
-bash: --enable-magic-quotes: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-safe-mode
-bash: --enable-safe-mode: command not found
h711233:/home/admin/php/php-5.1.2 # --enable-sigchild
-bash: --enable-sigchild: command not found
h711233:/home/admin/php/php-5.1.2 # --disable-ctype
-bash: --disable-ctype: command not found
h711233:/home/admin/php/php-5.1.2 # --disable-session
-bash: --disable-session: command not found
h711233:/home/admin/php/php-5.1.2 # --with-mysql
-bash: --with-mysql: command not found
h711233:/home/admin/php/php-5.1.2 # --disable-cli
-bash: --disable-cli: command not found
h711233:/home/admin/php/php-5.1.2 # --without-pear
-bash: --without-pear: command not found
h711233:/home/admin/php/php-5.1.2 # --with-openssl
-bash: --with-openssl: command not found
h711233:/home/admin/php/php-5.1.2 # --with-apxs2=/usr/sbin/apxs2-prefork x86_64-suse-linux
We use essential cookies to make this site work, and optional cookies to enhance your experience.