[PHP-INST] Re: Last stage of install... One hurdle left...

2001-09-29 Thread merana
Hi Everyone... I think I managed to puzzle though it... Thanks for tolerating the wasted bandwidth... Michael -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[PHP-INST] Last stage of install... One hurdle left...

2001-09-29 Thread merana
Ok, I did the search thing in the Archives but all I found were some close variations but no sure match... Here goes the problem description: I am on a fresh install of RedHat SeaWolf. I D/L'd the latest distro of Apache (1.3.20) and have in untar'ed in a directory (/home/apache_1.3.20). I a

php-install Digest 30 Sep 2001 01:05:28 -0000 Issue 481

2001-09-29 Thread php-install-digest-help
php-install Digest 30 Sep 2001 01:05:28 - Issue 481 Topics (messages 4439 through 4450): Re: variables_order and track_vars 4439 by: Duncan Maitland Re: invisible page 4440 by: Yasuo Ohgaki Re: How to install PHP to do the function mail work 4441 by: Yasuo Ohgaki

[PHP-INST] Re: Apache module install issues

2001-09-29 Thread Yasuo Ohgaki
Ian Marlier wrote: > I'm trying to build PHP 4.0.6 with GD and some other stuff, but I'm > running into two problems -- one I solved, the other I haven't. > > The configure line that I'm using is: > ./configure --enable-ftp --with-gd=../gd-1.8.4 --with-jpeg-dir=/usr/lib/ > --with-png-dir=/usr/l

[PHP-INST] Re: Error compiling PHP-4.0.6

2001-09-29 Thread Yasuo Ohgaki
M Ibarra wrote: > I've tried building various ways. I've recently rebuilt libmcal from CVS. > Platform/OS: Mandrake Linux (Intel) 2.4.3 > According to your build output, it sounds like you haven't execute "ldconfig" after mcal installation. Did you run ldconfig? Yasuo Ohgaki -- PHP Install

[PHP-INST] Re: File permissions within my PHP document when running on an Apache web server

2001-09-29 Thread Yasuo Ohgaki
Are you running PHP as Apache module, right? httpd is running as nobody by default. Thus you can only access files as nobody. This has been asked many times and I'm sure you'll find useful articles in archive. Yasuo Ohgaki Jack A. wrote: > I'm having a problem with file permissions within my

[PHP-INST] Re: Where to find Apache configuration files in Redhat

2001-09-29 Thread Yasuo Ohgaki
Jayaprakash wrote: > Where to find Apache Configuration Files in Redhat 6.2 > I need to compile PHP4 with apache > > ./configure -with--apache = path to apache > > if apache is installed from an RPM where will it be > I think DSO installation is easier with RPM. Use --with-apxs instead. Do n

[PHP-INST] Re: sablot and iconv

2001-09-29 Thread Yasuo Ohgaki
Justin Makeig wrote: > I'm trying to compile PHP with sablot on Mac OS X (10.0.4). When I use > the --with-sablot flag (with a variety of direcotries specified) the > configure script always craps out trying to find an iconv library. I > installed libiconv 1.7, but I still get the same problems:

[PHP-INST] Re: Help required to execute .php scripts on Apache web server

2001-09-29 Thread Yasuo Ohgaki
PHP CGI version should work and shouldn't fail like this if system is configured properly. Try http://jp.php.net/manual/en/install-windows.php and links can be found in this URL Yasuo Ohgaki Murugan K wrote: > I installed latest php4.0.6 and Apache Web serveron my Windows NT worksation >

[PHP-INST] Re: debug - socket

2001-09-29 Thread Yasuo Ohgaki
Ronald Weinrich wrote: > Hi All, > I try to install php with debug option on my suse vers.7 linux-box. Can > anyone tell me how to create a socket ? What "shell -tclsh-" ? to I need, > how the syntax is and how to configer the output ? > Thank you in advance > Ron > I think you are better to buy

[PHP-INST] Re: zend_language_parser (make install error)

2001-09-29 Thread Smirnov
Thanks a lot for your explanation ! I had exactly the same problem, but by following these guidelines, it works ! In article <[EMAIL PROTECTED]>, "Craig O'Brien" <[EMAIL PROTECTED]> wrote: > Craig O'Brien wrote: > > I figured this out. During my configure phase I found that flex was not > ins

Re: [PHP-INST] Re: mail() is not supported in this PHP build

2001-09-29 Thread Admin
Sendmail is installed and works with all other applications. Any other suggestions? At 06:20 PM 9/29/01 +0900, Yasuo Ohgaki wrote: >Admin wrote: >>The subject says it all -- >>phpinfo shows the path to sendmail as: >>sendmail_path-t -i >>After manually editing php3.ini and changing the send

[PHP-INST] Re: How to install PHP to do the function mail work

2001-09-29 Thread Yasuo Ohgaki
Marcela wrote: > I want to know, how to install PHP 4.0.6 and do the function mail work. I tried : > > ./configure --with-mysql --with-apxs --with-locale --with-pgsql > > But the program that have a form to be sent by mail didn't work. > Do you have sendmail or sendmail compatible wrapper

[PHP-INST] Re: invisible page

2001-09-29 Thread Yasuo Ohgaki
Can you see phpinfo()? Try If you can see page. Yasuo Ohgaki Brain_damaged wrote: > Hello > I am running php4 on freebsd. am newbie to both. > I used the SETUP.PHP and phpMYEdit.inc to get the code for me to manage databases. > > Those seem to work. I get the code and paste it in a file. Whe

[PHP-INST] Re: variables_order and track_vars

2001-09-29 Thread Duncan Maitland
> I think if PHP worked like you described, it's a bug. > What version are you using? I am using 4.0.4pl1, it is the RPM from Red Hat 7.1 distribution. I'll recompile 4.0.6 soon and tell you if I get the same result. Regards, Duncan. -- PHP Install Mailing List (http://www.php.net/) To unsub

php-install Digest 29 Sep 2001 13:03:46 -0000 Issue 480

2001-09-29 Thread php-install-digest-help
php-install Digest 29 Sep 2001 13:03:46 - Issue 480 Topics (messages 4433 through 4438): Apache module install issues 4433 by: Ian Marlier Re: mail() is not supported in this PHP build 4434 by: Yasuo Ohgaki Re: 2 - Compiling PHP4.0.6 in Linux 2.4.4 --> sapi_apache.c gives

[PHP-INST] Re: 2 - Compiling PHP4.0.6 in Linux 2.4.4 --> sapi_apache.c gives an error

2001-09-29 Thread Dan Roozemond
"Yasuo Ohgaki" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Dan Roozemond wrote: > > oh yeah, i forgot: i use apache 2.0.16 > > > > greetinx > > dan > > > > I think you are better to use dev version of PHP for Apache2. > Try 4.0.8-dev. > http://snaps.php.net/

[PHP-INST] Re: libphp4 load problem: uncompress

2001-09-29 Thread Yasuo Ohgaki
Brian Jacobs wrote: > Hello, > > I'm trying to install PHP on Redhat 6.1, using DSO. > > I run > /apachectl configtest > > and get error > > Syntax error on line 238 of /usr/local/apache_1.3.14/conf/httpd.conf: > Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so:

[PHP-INST] Re: variables_order and track_vars

2001-09-29 Thread Yasuo Ohgaki
Duncan Maitland wrote: > In one of my applications I would like to have only environment, server and > session variables in the global namespace, and then access GET, POST and > cookies variables from the $HTTP_*_VARS arrays. As track_vars is always on > as of PHP 4.0.3 then I should be able to ac

[PHP-INST] Re: 2 - Compiling PHP4.0.6 in Linux 2.4.4 --> sapi_apache.c gives an error

2001-09-29 Thread Yasuo Ohgaki
Dan Roozemond wrote: > oh yeah, i forgot: i use apache 2.0.16 > > greetinx > dan > I think you are better to use dev version of PHP for Apache2. Try 4.0.8-dev. http://snaps.php.net/ -- Yasuo Ohgaki -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

[PHP-INST] Re: mail() is not supported in this PHP build

2001-09-29 Thread Yasuo Ohgaki
Admin wrote: > The subject says it all -- > > phpinfo shows the path to sendmail as: > > sendmail_path-t -i > > After manually editing php3.ini and changing the sendmail_path to > /usr/sbin/sendmail -t -i, then restarting Apache, phpinfo still shows > the path to sendmail as > > sendmail