[PHP-INST] Re: Installation

2003-06-30 Thread phpWalter
First, drop into a DOS Box in the Apache directory and enter... apache -t This should test the conf file and tell you if there are any issues. To solve my php/Apache interface issues I ended up not modifing my httpd.conf file beyond adding this at the end of the file... # Include other

[PHP-INST] Re: Installation

2003-06-30 Thread phpWalter
Let me tell you how I solved my php / Apache interace issues. I did not modifiy my Apache http.config file beyond adding this at the bottom of the file... # Include other conf files, any and all.. include conf.d/*.conf And in that directory I have a file called php.conf. In that file I

Re: [PHP-INST] Re: Installation problems

2003-02-19 Thread Andreas Ekeroot
Jonas Geiregat wrote: > > very simple it's --with-apxs2=/mnt/lfs/userv/apache2/bin/apxs you wrote ../bin/axps Oops! That's a typo I happened to write when copying the configure command to the mail. Sorry... I doublechecked, and there is no typo in the configure command. -- PHP Install Mailing

[PHP-INST] Re: Installation Error in the PHP with Apache

2003-02-19 Thread user
Felix Natter wrote: [EMAIL PROTECTED] writes: Hello All, When I am installing PHP 4.3 with Apache, it is giving error. Any sugessions. please post more information, I don't think anyone can help you without some information. I am using Redhat Linux 7.3 and i have installed the apache 1.3

[PHP-INST] Re: Installation Error in the PHP with Apache

2003-02-19 Thread Felix Natter
[EMAIL PROTECTED] writes: > Hello All, > > When I am installing PHP 4.3 with Apache, it is giving error. Any > sugessions. please post more information, I don't think anyone can help you without some information. -- Felix Natter -- PHP Install Mailing List (http://www.php.net/) To unsubscrib

[PHP-INST] Re: Installation problems

2003-02-17 Thread Jonas Geiregat
very simple it's --with-apxs2=/mnt/lfs/userv/apache2/bin/apxs you wrote ../bin/axps On Sun, 16 Feb 2003 15:24:15 +0100 [EMAIL PROTECTED] (Andreas Ekeroot) wrote: > Hallo. I am trying to install PHP 4.3.0 and HTTPD 2.0.44 and MySQL 3.23.55. > > My configuration options for PHP are: > > ./confi

[PHP-INST] Re: Installation Problems

2003-01-30 Thread Neil M
Nilesh Parmar wrote: Hi All, I have a slight problem configuring PHP with Apache. I'm using PHP 4.3 with Apache 1.3.27 on my RedHat Linux 7.2 box. I initially configured php with apache and it worked fine. The phpinfo page showed that PHP was configured with --with-mysql --with-apxs=/us

[PHP-INST] Re: Installation problem of php 4.3.0

2003-01-07 Thread Dan Anderson
You should post the command line for configure that you used. You probably did not specify the directory of your library. Type ./configure --help to show the various options and find the one relating to your library. Rika Yamada <[EMAIL PROTECTED]> wrote: > Hello, my name is Rika Yamada.

[PHP-INST] Re: Installation problems with GD :(

2002-11-15 Thread Hans-Martin Frey
Hello, i have the same problem on solaris. Any help would be great thanxx Hans-Martin David Uzzell wrote: > I have been able to solve most of my install problems with all the ext's > I need to have install. > > ./configure --prefix=/usr --with-config-file-path=/etc --disable-debug > --enable-pi

[PHP-INST] Re: Installation problems with GD :(

2002-11-15 Thread Jens Wilke
David Uzzell wrote: > Any help you could provide would be great as I ahev spent 2 days on this > already and I am going round the twist with this one problem. I spent some days too, the answer was here: http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&oe=UTF-8&selm=ap9h18%24ql4%241%40FreeBSD.csi

[PHP-INST] Re: Installation problems

2002-08-12 Thread Ezekiel
Title: kerosene Stationery Try this: Put 'LoadModule php4_module c:/php/sapi/php4apache.dll' on line 177 after '# Example:' Put 'AddModule mod_php4.c' on line 207 after 'ClearModuleList' Put 'AddType application/x-httpd-php .php' on lline 815 after 'AddType application/x-tar .tgz'   It would

[PHP-INST] Re: Installation help, Please !!!

2002-01-30 Thread Jae
Thomas, Apache 2.0.28 beta is exactly that...a beta. At least thats what I'm leaning towards. I have a Win2K machine running Apache 1.3.23, MySql 3.23.47, and PHP4.1.1 and it works fine. However, on my laptop I decided to try Apache 2.0.28 with the others and PHP4.1.1 ain't working for me. I'

[PHP-INST] Re: installation from source on a redhat 7.1 rpm of apache

2001-08-09 Thread Peter Holm
On Wed, 8 Aug 2001 14:48:17 -0500 (CDT), [EMAIL PROTECTED] (Terry Davis) wrote: >I need a php version with a ton of compile options but I really like the >apache that is setup by default on redhat. I would like to build php on >top of that. I am having trouble doing this. well, I am doing it

[PHP-INST] Re: installation on windows

2001-08-08 Thread nb
Pickup PHP404.exe from http://php.weblogs.com/easywindows (about 3MB, but worth it) This installs everything to the right places - in about 2 minutes. I've used it for PWS on 98, and IIS 4 on NT. There are notes on that site about the minor server configuration required. cheers nb <[EMAIL PROT

[PHP-INST] Re: installation blues with oracle 8i

2001-04-09 Thread Brian.J.Mauter
On your configure script try this: ./configure --with-oci=/path/to/your/oracle/installation/home I think your PHP configure script still cannot find the Oracle home directory (have you set ORACLE_HOME in your environment?). Good luck, Brian Mauter [EMAIL PROTECTED] -- PHP Install Mailing