moin.
schaffe es einfach nicht suPHP zum laufen zu bekommen. benutze debian 5 lenny. bekomme diese meldung bei der eingabe von:
cd /tmp
wget http://www.suphp.org/download/suphp-0.6.2.tar.gz
tar xvfz suphp-0.6.2.tar.gz
cd suphp-0.6.2
./configure –prefix=/usr –sysconfdir=/etc –with-apache-user=www-data –with-setid-mode=paranoid –with-apxs=/usr/bin/apxs2
make
make install
beim neustart den ich trotz der anscheinend mislungen installtion versucht habe kam diese meldung:
Invalid command 'php_admin_flag', perhaps misspelled or defined by a module not included in the server configuration
dazu habe ich nur was im englischen forum gefunden, leider fuer mich recht unversätndlich.
falls jemand weiss was da nicht ganz richtig laueft ~ bitte was dazu posten. thx.
schaffe es einfach nicht suPHP zum laufen zu bekommen. benutze debian 5 lenny. bekomme diese meldung bei der eingabe von:
cd /tmp
wget http://www.suphp.org/download/suphp-0.6.2.tar.gz
tar xvfz suphp-0.6.2.tar.gz
cd suphp-0.6.2
./configure –prefix=/usr –sysconfdir=/etc –with-apache-user=www-data –with-setid-mode=paranoid –with-apxs=/usr/bin/apxs2
make
make install
Code:
dubb:/tmp/suphp-0.6.2# cd /tmp
dubb:/tmp# wget http://www.suphp.org/download/suphp-0.6.2.tar.gz
--2009-02-23 02:03:15-- http://www.suphp.org/download/suphp-0.6.2.tar.gz
Resolving www.suphp.org... XXXXXXXXXX
Connecting to www.suphp.org|XXXXXXXXXX|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 372228 (364K) [application/x-gzip]
Saving to: `suphp-0.6.2.tar.gz.1'
100%[===============================================================================================================================================>] 372,228 --.-K/s in 0.03s
2009-02-23 02:03:15 (10.2 MB/s) - `suphp-0.6.2.tar.gz.1' saved [372228/372228]
dubb:/tmp# tar xvfz suphp-0.6.2.tar.gz
suphp-0.6.2/
suphp-0.6.2/configure
suphp-0.6.2/Makefile.in
suphp-0.6.2/configure.ac
suphp-0.6.2/doc/
suphp-0.6.2/doc/apache/
suphp-0.6.2/doc/apache/CONFIG
suphp-0.6.2/doc/apache/INSTALL
suphp-0.6.2/doc/apache/README
suphp-0.6.2/doc/LICENSE
suphp-0.6.2/doc/CONFIG
suphp-0.6.2/doc/INSTALL
suphp-0.6.2/doc/suphp.conf-example
suphp-0.6.2/doc/README
suphp-0.6.2/AUTHORS
uns so weiter........
suphp-0.6.2/src/SecurityException.hpp
suphp-0.6.2/src/API_Linux_Logger.hpp
suphp-0.6.2/COPYING
suphp-0.6.2/Makefile.am
suphp-0.6.2/NEWS
suphp-0.6.2/aclocal.m4
suphp-0.6.2/README
dubb:/tmp# cd suphp-0.6.2
dubb:/tmp/suphp-0.6.2# ./configure .prefix=/usr .sysconfdir=/etc .with-apache-user=www-data .with-setid-mode=paranoid .with-apxs=/usr/bin/apxs2
configure: error: invalid variable name: .prefix
dubb:/tmp/suphp-0.6.2# make
make: *** No targets specified and no makefile found. Stop.
dubb:/tmp/suphp-0.6.2# make install
beim neustart den ich trotz der anscheinend mislungen installtion versucht habe kam diese meldung:
Invalid command 'php_admin_flag', perhaps misspelled or defined by a module not included in the server configuration
dazu habe ich nur was im englischen forum gefunden, leider fuer mich recht unversätndlich.
falls jemand weiss was da nicht ganz richtig laueft ~ bitte was dazu posten. thx.