Re: [PHP-INST] PHP tags are not recogonized.

2002-07-02 Thread shanky
Thanks Frederic. I did add both of what you've suggessted to httpd.conf - restarted httpd by apachectl restart, but no luck. Still it just displays what I've in my test.php instead of displaying them in php-way. I'm very much new to Apache and PHP. I hope the position of these tags in httpd.co

Re: [PHP-INST] PHP tags are not recogonized.

2002-07-02 Thread Frederic Trudeau
your httpd.conf needs this ; AddType application/x-httpd-php .php .php4 .php3 .phtml AddType application/x-httpd-php-source .phps ... and ... DirectoryIndex index.html index.htm index.shtml index.php index.php3 index.php (and others...) --- Fre

[PHP-INST] PHP tags are not recogonized.

2002-07-02 Thread kramer
hello, I've Apache 1.3.20 up and working. My local-host displays this in Netscape: Running version Apache-AdvancedExtranetServer/1.3.20 (Mandrake Linux/3mdk) PHP/4.2.1 mod_ssl/2.8.4 OpenSSL/0.9.6b I installed PHP 4.2.1 under Quick Install DSO option. It went fine - No complaints from make/make

Re[2]: [PHP-INST] Win '98 & PHP 4.2 & Apache 1.3 (So close yet so far .......)

2002-07-02 Thread Julie Meloni
JLlec> Thanks for that. I launched Apached via 'Test Configuration' and a message JLlec> 'Apache 1.3 and PHP 4.2 Running' was displayed. Then your problem is not Apache or PHP, actually, it's you. No offense. Read on. JLlec> I presume I'm supposed to have the Apache and PHP windows open The

Re: [PHP-INST] Win '98 & PHP 4.2 & Apache 1.3 (So close yet so far.......)

2002-07-02 Thread Jennifer . Lawlor
Hi, Thanks for that. I launched Apached via 'Test Configuration' and a message 'Apache 1.3 and PHP 4.2 Running' was displayed. It's the DOS-based PHP screen that opens and closes in about 1 second when I try to open a .php file - so is still related to the 'httpd.conf' file ? I presume I'm su

RE: [PHP-INST] problem installing php on apache 2 after unistalli ng apach 1.3

2002-07-02 Thread Jonathan Thomas
Doh - I meant to ask how you're compiling php, not httpd... :) Thanks, JT -Original Message- From: Jonathan Thomas Sent: Tuesday, July 02, 2002 4:22 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-INST] problem installing php on apache 2 after unistalli ng apach 1.3 How are you compiling

php-install Digest 2 Jul 2002 20:21:45 -0000 Issue 912

2002-07-02 Thread php-install-digest-help
php-install Digest 2 Jul 2002 20:21:45 - Issue 912 Topics (messages 7573 through 7586): GD2 compile 7573 by: Balázs Csaba 7583 by: Jason Reid 7584 by: Matt Schroebel Sendmail 7574 by: Guilherme A. Mendes 7575 by: Jonathan Thomas 7580 by: Chri

RE: [PHP-INST] problem installing php on apache 2 after unistalling apach 1.3

2002-07-02 Thread Jonathan Thomas
How are you compiling httpd? Should be something like ./configure --with-apxs2=/path/to/apxs/binary --with-config-file-path=/path/to/httpd.conf/directory --enable-track-vars...blahblahblah... If you are, and you're receiving this error - then it's possible that you did not compile apache2 with

[PHP-INST] problem installing php on apache 2 after unistalling apach 1.3

2002-07-02 Thread Desmond Lee
Hi there I've installed apache 2 and now i'm trying to install php4. I can't get php to work. When i install from the source i follow the instructions. But when i get to the 'make install' i get some errors as follows: make[1]: Entering directory `/root/unzipped/php-4.2.1' /root/unzipped/php-

RE: [PHP-INST] GD2 compile

2002-07-02 Thread Matt Schroebel
>> - Original Message - >> From: "Balázs Csaba" <[EMAIL PROTECTED]> >> To: "PhpInstall (Elektronikus levelek)" <[EMAIL PROTECTED]> >> Sent: Tuesday, July 02, 2002 3:56 AM >> Subject: [PHP-INST] GD2 compile >> >> I would like to find some inormation to build php4.2.1 with >> gD2. I have >>

Re: [PHP-INST] GD2 compile

2002-07-02 Thread Jason Reid
http://www.php.net/~rasmus/gd.html - Original Message - From: "Balázs Csaba" <[EMAIL PROTECTED]> To: "PhpInstall (Elektronikus levelek)" <[EMAIL PROTECTED]> Sent: Tuesday, July 02, 2002 3:56 AM Subject: [PHP-INST] GD2 compile > Hi! > > I would like to find some inormation to build php4.

RE: [PHP-INST] reinstalling

2002-07-02 Thread Matt Schroebel
> From: Angelo Marcos Rigo > Sent: Tuesday, July 02, 2002 10:46 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] reinstalling > I need to reinstall apache without loosing my actually php > configuration. how can it be done? Unix answer: Depends on how you installed php. If php is a DSO mo

[PHP-INST] reinstalling

2002-07-02 Thread Angelo Marcos Rigo
Hi My name is Ângelo and i need to reinstall apache without loosing my actually php configuration. how can it be done? Ângelo Marcos Rigo Webmaster Colégio Anchieta http://www.colegioanchieta.g12.br -- PHP Install Mailing List (http://www.php.net/) To unsubs

Re: [PHP-INST] Sendmail

2002-07-02 Thread Chris Hewitt
Guilherme, I asume you are on unix (otherwise sendmail is irrelevant). Did you restart apache? Can you send mail as an ordinary user of the computer (that is, not via php)? If not, then you have a sendmail configuration problem. HTH Chris Guilherme A. Mendes wrote: >Hi, > >Finally the Apach

[PHP-INST] Help...

2002-07-02 Thread David Schilling
My name is David Schilling. I had a programmer in the Ukraine write me a quote generating system for my business. He wrote the app using .php to generate the quotes. He also installed all the apache components for my server and everything worked great for many months. Recently, my hard disk on

[PHP-INST] solaris7 and php4.2.1 problem with unix.h

2002-07-02 Thread Herve le Martret
Hello, I tried to compile PHP 4.2.1 (static or dynamic) and I got the following error: zend.h:55: unix.h: No such file or directory How can I fix this ? thanks Herve -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Win '98 & PHP 4.2 & Apache 1.3 (So close yet so far.......)

2002-07-02 Thread Julie Meloni
JLlec> I have Apache (1.3.26) running successfully on Windows '98 and have also JLlec> installed PHP (4.2.1). When I set up a .php file and open it in the web JLlec> browser, the PHP screen flashes open and then closes immediately. I am going to assume that you mean the DOS window. This is a te

[PHP-INST] compile time LDAP include problems

2002-07-02 Thread Stewart Dean
I appear to be having problems with my PHP compile ldap linkage... I am compiling PHP on a working AIX LDAP server that responds correctly to remote email address queries from mail clients and to PHP client requests from an existing PHP installation from a Sun machine. The failure is detailed

RE: [PHP-INST] Sendmail

2002-07-02 Thread Jonathan Thomas
Good morning! 1: With sendmail, usually (if you are using a page.php to use this binary) the path is in your actual code. Look for something like $fd = popen("/usr/sbin/sendmail -t", "w"); As you can see my sendmail binary is in /usr/sbin So you don't need to change this in the php.ini unless y

[PHP-INST] Sendmail

2002-07-02 Thread Guilherme A. Mendes
Hi, Finally the Apache and PHP are compiled together and now it's running. But there are two problems: 1. The Sendmail Path is incorrect, so I changed it at php.ini but it didn't work out...How can I change it ? 2. I have a PHP script that use a 'Refresh' to redirect the user to the address lik

[PHP-INST] GD2 compile

2002-07-02 Thread Balázs Csaba
Hi! I would like to find some inormation to build php4.2.1 with GD2. I have downloaded the GD2 source (htp:/www.boutell.com/gd/), but there is not any PHP specific .c or .h file. I cannot overwrite GD1 files in /php/ext/gd directory. Should I build an .SO or .A or .LIB file first? Is there any si

php-install Digest 2 Jul 2002 08:11:47 -0000 Issue 911

2002-07-02 Thread php-install-digest-help
php-install Digest 2 Jul 2002 08:11:47 - Issue 911 Topics (messages 7565 through 7572): FastCGI/php.ini file 7565 by: David Birnbaum Problems installing PHP 4.2.1 7566 by: Alberto Martin 7568 by: Ronald Bradford libphp4.so: undefined symbol: core_globals using PHP

[PHP-INST] Win '98 & PHP 4.2 & Apache 1.3 (So close yet so far .......)

2002-07-02 Thread Jennifer . Lawlor
Hi Everyone - I have Apache (1.3.26) running successfully on Windows '98 and have also installed PHP (4.2.1). When I set up a .php file and open it in the web browser, the PHP screen flashes open and then closes immediately. Nothing from the .php file is displayed. I have PHP installed as a mo