[PHP-INSTALL] Directory must be root or php must be run under root

2004-09-20 Thread Jürgen Förster
Hi List,   I have a little problem with a php installation on Debian 3.0 sarge   When I try to find out, if a directory is there with the function is_dir php will only find directories where the owner is root with the group root If I run the same file under root on the con

[PHP-INSTALL] Directory must be root or php must be run under root

2004-09-18 Thread Jürgen Förster
Hi List,   I have a little problem with a php installation on Debian 3.0 sarge   When I try to find out, if a directory is there with the function is_dir php will only find directories where the owner is root with the group root If I run the same file under root on the con

Re: [PHP-INSTALL] PHP does not seem to be configured correctly

2004-08-25 Thread Jürgen
Hi Harold. It's kinda weird it didn't work (I used it in a computer that had win 98 before but setting up the CGI binary) I'm asumming you are using apache. If you are, have you copied the 2 lines of code in your apache httpd.conf so you can set up the CGI binary? ScriptAlias /php/ "c:/php/" Add

Re: [PHP-INSTALL] PHP does not seem to be configured correctly

2004-08-25 Thread Jürgen
Hi Harold. There is a nice tutorial that will help you at http://www.mattjacob.org/server/index.html Hope it helps Best regards --- Harold <[EMAIL PROTECTED]> wrote: > Good morning, > > I hope someone can help be get started; I'm at > ground zero and not > making any progress. The goal is

[PHP-INSTALL] the special char

2003-11-27 Thread Hans-Jürgen Mehnert \(Power-Netz\)
Hi! I have a strange problem with my self compiled versions of libphp4.so.4.3.3 and libphp4.so.4.3.4: Apache configtest says: [EMAIL PROTECTED] pn-admin]# httpd configtest Syntax error on line 8 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so.4.3.4 into ser

[PHP-INST] Re: upgrade php

2003-07-08 Thread Jürgen Richter
Hi a simple solution is maybe to restart the webserver also try the CLI: host> php --version or host> whereis php an further call php with absolute path like host> usr/bin/php --version <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hi I have linux rh with apache+mysql+php t

[PHP-INST] PHP4.2.1 SUSE8.0 path/to/mysql

2002-06-11 Thread Jürgen Richter
Hi, I try to install php 4.2.1 on Suse8.0 with the external MySQL Support ./configure [...] --with-mysql=path/to/mysql on Suse8.0 this is (or better was on the standard installation php4.1.0)) --with-mysql=/usr === what I get is: checking for mysql_close in

[PHP-INST] Re: php4 & Apache2 & winXP

2002-04-19 Thread Jürgen Schoch
bled FreeType Linkage with TTF library JPG Support enabled PNG Support enabled WBMP Support enabled I hope this helps. Jürgen Schoch Jas wrote: > I have been looking at the documentation for Apache and the documentation > for php and I am lost.

[PHP-INST] Re: Perl with apache on win 2000 server

2002-03-25 Thread Jürgen Schoch
, even on Windows-PCs Yours Jürgen Martin wrote: > How do I install this and what do i put in > the http.conf...? > Anyone who knows this... > Where can i download a workable Perl ? > > -- > Martin Eriksson >

[PHP-INST] Re: what's going on?

2002-03-25 Thread Jürgen Schoch
, even onWindows-PCs ScriptAlias /php4/ "c:/webserver/php" Action application/x-httpd-php4 "/php4/php.exe" AddType application/x-httpd-php4 .php AddType application/x-httpd-php4 .php3 DirectoryIndex index.html default.htm index.php index.php3 Hope to help Jürge

[PHP-INST] Re: GD/Zlib install problems

2002-03-19 Thread Jürgen Schoch
--enable-discard-path \ --enable-ftp --with-mysql --with-pgsql \ --with-gd=/usr/download/gd-1.8.4 \ --enable-gd-native-ttf \ --with-freetype-dir=/usr/local/include/freetype2 \ --with-zlib-dir=/usr/local/lib \ --with-png-dir=/usr/local/lib make make install Jürgen Schoch -- PHP Install Mailing List

[PHP-INST] Re: windows compilation

2002-03-18 Thread Jürgen Schoch
should contain a section: gd GD Support enabled GD Version 1.6.2 or higher FreeType Support enabled FreeType Linkage with TTF library JPG Support enabled PNG Support enabled WBMP Support enabled I hope this helps. Jürgen Schoch Think A

[PHP-INST] Re: PHP4 configure failure...

2002-03-18 Thread Jürgen Schoch
Hi Christophe, I think the linker has problems finding your gd libraries. Are you sure the path given in --with-gd=/tmp/orange/gd-1.8.4 is valid? Christophe wrote: > Hi, > > I have a Sun box (UltraSparc-IIi, 512 MB RAM,...) running Solaris 8. > > I have a PHP 4.1.1 source, which I want to compil

[PHP-INST] Re: Problem with installation under windows 98 (php4apache.dll)!!!!

2002-03-18 Thread Jürgen Schoch
n by a script containing > > If you did optional steps 3 and 4 then the output should contain a section: > gd > GD Support enabled > GD Version 1.6.2 or higher > FreeType Support enabled > FreeType Linkage with TTF library > JPG Support enabled &g

[PHP-INST] Re: GD/Zlib install problems

2002-03-18 Thread Jürgen Schoch
Sorry, but neither the upgrade to zlib-1.1.4 nor the usage of absolute paths help Jürgen Schoch wrote: > Hi there, > I am trying to install GD1.8.4 on a DEC Alpha Tru64 v5.1 with PHP4.1.2 > and Apache 3.1.19 or 3.1.23 > I installed and compiled gd-1.84., zlib-1.1.3, libpng-1.2.1

[PHP-INST] GD/Zlib install problems

2002-03-13 Thread Jürgen Schoch
They give the same error. Jürgen Schoch -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: Uninstalling PHP (corrected)

2002-03-13 Thread Jürgen Schoch
Hi Vix, Look in the makefile in the section install: make install will copy some files to some directories. Try to reverse all actions taken there, i.e remove the files from these directories. Finally remove your php source directory. Not comfortable but it works. Jürgen Vix wrote: >

[PHP-INST] Re: apache make falure with php module

2002-03-13 Thread Jürgen Schoch
Hi James, maybe it's a typo: in php configure you use --with-apache=../apache_.1.3.23 but then you use cd apache_1.3.23 One dot missing or too much?! make install in php will copy the necessary files to src/modules/php4 in the directory given --with-apache= James Austin wrote: > Hello

[PHP-INST] Re: gd-library on windows ...

2002-03-13 Thread Jürgen Schoch
GD Support enabled GD Version 1.6.2 or higher FreeType Support enabled FreeType Linkage with TTF library JPG Support enabled PNG Support enabled WBMP Support enabled I hope this helps. Jürgen Schoch Marcel Besancon wrote: > Hi everybody, > > i

[PHP-INST] snmp func

2001-04-25 Thread Jürgen Immel
Hi, i want to build php with snmp. in the box Linux Suse 6.4 php 4.03 Apache 1.3.19 + SSL ucd-snmp-4.2.1 mysql 3.23.33 compilation of php no problem ( ./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.19 --e nable-track-vars --enable-ftp --enable-trans-sid --with-snmp=/usr/l