[PHP-INST] Re: Error msg: Warning: open(/tmp\sess_92fb623b5c277034e5c7f4b0466ba11f, O_RDWR) failed: No such file or directory (2)

2002-09-10 Thread Bodo Scheumann
Patrick Latour wrote: > Hello, > > I run Apache 1.3.26 on Win2K > > I have a file index.php that use the session_start() function, it work > well on IIS but here is what I got on Apache: > Warning: open(/tmp\sess_92fb623b5c277034e5c7f4b0466ba11f, O_RDWR) failed: > No such file or directory (2)

[PHP-INST] Re: libphp4.so ??

2002-09-10 Thread Bodo Scheumann
Celius wrote: > i did a ./configure --with-mysql=/usr/src/mysql-3.23.52-pc-linux-gnu-i686 > --with-apache=/usr/src/apache_1.3.26 make and make install... > i tried to start apache after that and got this; > > root@Secure:/# www/bin/apachectl start > Syntax error on line 983 of /www/conf/httpd.co

[PHP-INST] Re: Newbie Suse Php Apache MySQL Death

2002-09-10 Thread Bodo Scheumann
Sean M. Mayhew wrote: > Im very new to linux so I decided to begin my journey with what is touted > as one of the most user friendly distros Suse 8.0. After finding my way > around the GUI I started making my way through the Shells. However I've > run from one problem to the next. > > 1. After f

[PHP-INST] Re: problems with httpd.conf and LoadModule php

2002-09-10 Thread Bodo Scheumann
Luis E. Collado T. wrote: > > Hi, > i have a problem: > when i add the line: > LoadModule php4_module modules/libphp4.soto httpd.conf > file, apache web server not start. > may you help me? > > Thanks put the full path to the library file (like /usr/apache/modules/...) check r

[PHP-INST] Re: 4.2.3, apache 2.0.40 file access problem

2002-09-10 Thread Bodo Scheumann
Vadim Akselrod wrote: > I upgraded to 4.2.3, but am having file access problems. > > If I access a file by full path, it works fine. > If I access a file in the local dir, it fails. Even though getcwd() is > the same as the full path above. > > Any ideas? This is on redhat 7.2. Thanks! > >

[PHP-INST] Install PHP on Apache

2002-09-10 Thread Nils Ludwig
Hi, I tried to install PHP4 on an existing Apache. After downloading and extracting the packages I made following: ./configure --with-mysql --enable-force-cgi-redirect --enable-discard-path - -with-config-file-path=/etc Then I made make and make config. All worked fine without any error. After t

[PHP-INST] Libmcrypt version error

2002-09-10 Thread Ed Welsh
I get a strange error during configure of php 4.2.3 with apxs on apache 2.0.40, libmcrypt 2.5.3 is intalled in /usr/local/lib with all the correct ldconfig setup done. here is the error: configure: error: Sorry, I was not able to diagnose which libmcrypt version you have installed. Anyone

[PHP-INST] having php as a module and as cgi

2002-09-10 Thread Angelo Marcos Rigo
Hi I still have php compiled as dso module but i need to have it like cgi and module is it possible one compilation will not destruct the other? how it can be done? thank´s in advance Ângelo Marcos Rigo Webmaster Colégio Anchieta http://www.colegioanchieta.g12.br -- PHP Install Mailing List

[PHP-INST] cross page variables

2002-09-10 Thread joe-e ee
i just installed apache (the newest, stable release), mySQL, and PHP 4.2.2 as a server module on a p3 machine running winnt4.0 with sp6. when i run an html form none of the variables are sent to the next page, even if the action is the same page. --joe_e ___

Re: [PHP-INST] having php as a module and as cgi

2002-09-10 Thread Jim Thome
make clean, make distclean then recompile without using the options --with-apache, --with-apxs, or --with-apxs2 make, make install. ~Jim >>> "Angelo Marcos Rigo" <[EMAIL PROTECTED]> 09/10/02 07:12 AM >>> Hi I still have php compiled as dso module but i need to have it like cgi and module is

[PHP-INST] Unsubscribe - Now

2002-09-10 Thread Herbert Chipungu
_ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-install Digest 10 Sep 2002 16:22:45 -0000 Issue 1017

2002-09-10 Thread php-install-digest-help
php-install Digest 10 Sep 2002 16:22:45 - Issue 1017 Topics (messages 8386 through 8396): Re: Error msg: Warning: open(/tmp\sess_92fb623b5c277034e5c7f4b0466ba11f, O_RDWR) failed: No such file or directory (2) 8386 by: Bodo Scheumann Re: libphp4.so ?? 8387 by: Bodo Scheuman

RE: [PHP-INST] having php as a module and as cgi

2002-09-10 Thread Moraes, Fabio
eu acho que nao no mesmo servidor. qq coisa, [EMAIL PROTECTED] :) abracos, --- Fabio Moraes [EMAIL PROTECTED] +55 21 3088 9548 -Original Message- From: Angelo Marcos Rigo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 10:11 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] h

[PHP-INST] Help with mod_php4.c

2002-09-10 Thread Minh Nguyen
I search for file mod_php4.c and it is not on my hard drive. Is this file come with PHP4 or Apache 1.3? My Apache test run just fine, and PHP CGI run just fine. I am trying to switch PHP CGI to module when I encountered this problem. Thanks for any help -- PHP Install Mailing List (http:/

php-install Digest 11 Sep 2002 05:34:05 -0000 Issue 1018

2002-09-10 Thread php-install-digest-help
php-install Digest 11 Sep 2002 05:34:05 - Issue 1018 Topics (messages 8397 through 8398): Re: having php as a module and as cgi 8397 by: Moraes, Fabio Help with mod_php4.c 8398 by: Minh Nguyen Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] T

[PHP-INST] Installed Win 32 version of PHP 4.2.3

2002-09-10 Thread Phillip S. Baker
Have been running a server site with PHP 4.1.2. I just went to install a version of PHp on my Win 2K machine using IIS for development without a net connection. Since all they had on the site was version 4.2.3 I installed that. However when I know run the site I have (MySQL is set up and running

[PHP-INST] missing one of the library files needed to run phpifx.dll

2002-09-10 Thread Tom Yencer
I am using Xitami as my server. They have a cgi-bin that you are to install php4. into. Everything appears to be there. But When i go to exe. the file I get an error saying that it is missing one of the library files needed to run phpifx.dll. I am using the windows installer on windows me. Any