PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Apache PHP Problem Teil 2 -wichtig-



*~LinuxHEF~*
18.02.04, 12:20
Habe Apache installiert und will nun PHP installieren, nun weiß ich nicht ist die Installation von PHP bei diesen Zeilen beendet:


......
Generating files
updating cache ./config.cache
creating ./config.status
creating php4.spec
creating main/build-defs.h
creating scripts/phpize
creating scripts/php-config
creating sapi/cli/php.1
creating main/php_config.h
main/php_config.h is unchanged
creating main/internal_functions.c
creating main/internal_functions_cli.c
+--------------------------------------------------------------------+
| *** WARNING *** |
| |
| You will be compiling the CGI version of PHP without any |
| redirection checking. By putting this cgi binary somewhere in |
| your web space, users may be able to circumvent existing .htaccess |
| security by loading files directly through the parser. See |
| http://www.php.net/manual/security.php for more details. |
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
| *** NOTE *** |
| The default for register_globals is now OFF! |
| |
| If your application relies on register_globals being ON, you |
| should explicitly set it to on in your php.ini file. |
| Note that you are strongly encouraged to read |
| http://www.php.net/manual/en/security.registerglobals.php |
| about the implications of having register_globals set to on, and |
| avoid using it if possible. |
+--------------------------------------------------------------------+

Thank you for using PHP.

Ist die Installation nun fertig?
Und wenn ja, was ist nun zutun?

oafish
18.02.04, 12:51
Hi,
da er gerade erst die config-Dateien erstellt hat, musst du wahrscheinlich noch ein make && make install machen.

oafish

Jorge
18.02.04, 13:22
Während der make läuft, empfehle ich Dir dringend die Lektüre der Datei INSTALL, welche sich im Sourceverzeichnis von PHP befindet.

Warum weiss ich jetzt schon die nächste Frage?