Re: [PHP-INST] Expert help needed to install PHP as modulewith Apache, I spend way too much time on this

2002-09-12 Thread gilang4
It worked now, the message say: Warning: Failed opening '/apache/htdocs/test.php' and this is the default set up of the httpd.conf file So I change the DocumentRoot to: DocumentRoot "C:\Apache\htdocs" Thanks mailto:[EMAIL PROTECTED] Gilang4 <[EMAIL PROTECTED]> wrote in message [EMAIL PRO

[PHP-INST] MMC S L O W after install to NT4 Server

2002-09-12 Thread Adolph W. Santorine, Jr.
Hi All: Trying to track down some information on PHP. All was fine. Added PHP, and 4.2.2 and now the MMC is sluggish (nearly a 20 second dealy when trying to add a new web site or ftp). This delay happens when I right click the server name (right under Internet Informatoin Server) in the MMC

Re: [PHP-INST] Expert help needed to install PHP as modulewith Apache, I spend way too much time on this

2002-09-12 Thread gilang4
Jim, Try as you said, not working. :-( Jim Thome <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Check your permissions on that file and directory. Apache typically runs as the user "nobody", which must have the proper permissions on that file. ~Jim >>

Re: [PHP-INST] How to 'define a variable'

2002-09-12 Thread David Tod Sigafoos
Hello Doug, Wednesday, September 11, 2002, 6:01:38 PM, you wrote: DY> Appears my script is working now, although its spitting out a bunch DY> of 'Undefined variable blah blah blah' messages. DY> Would someone please enlighten me on where one find a simple english DY> explanation of how to defin

Re: [PHP-INST] Expert help needed to install PHP as modulewith Apache, I spend way too much time on this

2002-09-12 Thread Jim Thome
Check your permissions on that file and directory. Apache typically runs as the user "nobody", which must have the proper permissions on that file. ~Jim >>> "gilang4" <[EMAIL PROTECTED]> 09/12/02 16:39 PM >>> Warning: Failed opening '/apache/htdocs/test.php' for inclusion (include_path='.;c:\p

[PHP-INST] Expert help needed to install PHP as module with Apache, I spend way too much time on this

2002-09-12 Thread gilang4
Warning: Failed opening '/apache/htdocs/test.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0 What is this mean? I am searching all documents and newsgroup but I could not find anything that will point out the source of this error..!?!!??! I got this message when tryi

Re: [PHP-INST] Apache2.0.40 + PHP 4.2.3 + SSL + Solaris 8

2002-09-12 Thread Laurent Larquère
Hi, have you this libdb-3.0.so in your LD_LIBRARY_PATH when starting httpd in apachectl ? what gets ldd /export/www/bin/httpd | grep db ? I've httpd-2.0.40 + bdb-4.0.14 + php-4.2.3 + openssl-0.9.6g + Solaris 8/Sparc working Danny Auble wrote: >does anyone has this combo working? I can't seem

RE: [PHP-INST] Apache2.0.40 + PHP 4.2.3 + SSL + Solaris 8

2002-09-12 Thread Florian Clever
We got this working. But we had to edit the configure script a little bit. Please refer to my post yesterday. Florian Clever Verinform http://www.verinform.com > -Original Message- > From: Danny Auble [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 1:21 PM > To: [EMAIL PR

php-install Digest 12 Sep 2002 20:22:31 -0000 Issue 1021

2002-09-12 Thread php-install-digest-help
php-install Digest 12 Sep 2002 20:22:31 - Issue 1021 Topics (messages 8422 through 8427): Re: No Answer to This? : include_path 8422 by: Minh Nguyen Re: How to 'define a variable' 8423 by: Jim Thome Install extension 8424 by: NoWhErEMan Why are my letters to the l

[PHP-INST] Apache2.0.40 + PHP 4.2.3 + SSL + Solaris 8

2002-09-12 Thread Danny Auble
does anyone has this combo working? I can't seem to get PHP to like apache, or apache to like Solaris. I get ld.so.1: /export/www/bin/httpd: fatal: libdb-3.0.so: open failed: No such file or directory when I run apachectl. Any configure lines would be great. I have this working under apache 1.3

[PHP-INST] php-4.2.3 and apache 2.0.39 on linux

2002-09-12 Thread Himanshu Soni
Hi I was trying to compile php-4.2.3 with apache 2.0.39 on linux. My configure was like this: freaky:~/php-4.2.3$ ./configure --prefix=/home/himanshu/apache --with-apxs2=/home/himanshu/apache/bin/apxs --with-config-file-path=/home/himanshu/apache/php --with-pgsql=/usr/local/postgresql/ I get t

[PHP-INST] Why are my letters to the list being forwarded to abuse at verizon.net

2002-09-12 Thread Glen Lee Edwards
The last 2 letters I posted to the php-insall list I received automated letters back from [EMAIL PROTECTED] Is anyone else getting these? Glen -- Forwarded Message -- Subject: [PHP-INST] Why does PHP need unix.h? [T20020912059U] Date: Thu, 12 Sep 2002 11:45:13 GMT From: [E

[PHP-INST] Install extension

2002-09-12 Thread NoWhErEMan
Hi all, I want to add a stemmer extension on my php. I worked fine with windows platform and precompiled DLL. Now i have to switch to unix server and need to build it from source. But i am newbie on building from source. And want to get some helps. What i want is to add the extension "stem-php"

Re: [PHP-INST] How to 'define a variable'

2002-09-12 Thread Jim Thome
The "undefined variable" message is a warning, not an error, and can therefore be safely ignored. You can find detailed information on assigning variables here: http://www.php.net/manual/en/language.variables.php ~Jim >>> "Doug Young" <[EMAIL PROTECTED]> 09/11/02 09:56PM >>> > Turn down the

Re: [PHP-INST] No Answer to This? : include_path

2002-09-12 Thread Minh Nguyen
Peter, Thank for the response. I have tried both way, first with the path C:/php/pear comment out and later without any comment. And that does not fix the problem. Any other suggestion would be appreciate. Thank you "Peter Houchin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">ne

php-install Digest 12 Sep 2002 07:56:39 -0000 Issue 1020

2002-09-12 Thread php-install-digest-help
php-install Digest 12 Sep 2002 07:56:39 - Issue 1020 Topics (messages 8409 through 8421): Re: configure patch for Solaris 8409 by: Daniel Parks No Makefile created after running ./configure 8410 by: Nate Pickett Text from web form 8411 by: Rick King 8412 by

[PHP-INST] Why does PHP need unix.h?

2002-09-12 Thread Glen Lee Edwards
I can't get PHP to compile. It keeps kicking out a parse error when it reaches the # include line in both Zend/zend.h and main/php.h. When I remove unix.h, ./configure dies stating that it's missing unix.h, but if I comment out the # include lines it compiles. Why does it need unix.h (Linu