php-install Digest 8 Oct 2002 05:23:01 -0000 Issue 1059
Topics (messages 8707 through 8711):
missing mod_so.c
8707 by: Tim Legg
Re: Problem with CGI scripts apparently caused by mod_php4
8708 by: James Mackie
Install in XP step by step
8709 by: AutoNet
PHP 4.2.3 w/gettext (0.11.5) on Mac OS X (10.2.1)
8710 by: Ken Anderson
Problems with variables
8711 by: Daniela Elena Popescu
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
FreeBSD 4.6 //
Apache 1.3.26 //
Mailman 2.0.13 //Gnu mailing list management software
MySQL 3.23.52 //
Hello,
When I run 'httpd -l', mod_so.c is not in the list of installed modules.
I dare not proceed for that reason. INSTALL doesn't tell how to get it
installed. I actually have a copy of mod_so.c in the source of my version
of apache.
I would strongly prefer to not reinstall Apache because I have Mailman
that depends on Apache and I can't afford the risk of breaking my mailing
list.
Any suggestions?
--- End Message ---
--- Begin Message ---
Uh huh.. I realize that not everyone has that luxury.. But I figured it
would be nice to let you know that you are not the only one who has seen
this problem.. :) And should someone out there find a solution I would
be very happy to hear about it as well..
James
-----Original Message-----
From: Stuart Dallas [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 06, 2002 3:37 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] Problem with CGI scripts apparently caused by
mod_php4
James Mackie wrote:
> Yesh.. Apache 1.3.26 and PHP 4.2.2..
>
> I had a bunch of scripts that I ahd written running fine on thhe
server
> until I installed PHP.. As soon as I installed PHP they stopped
> working.. Same error.. I rewrote them all in PHP since they were
pretty
> critical and I didn't have time to figure out why this was happening..
Unfortunately I don't have the luxury of the option of rewriting the
scripts. I really need to get this problem solved so I would really
appreciate any insight anyone can offer.
Thanks.
--
Stuart
> -----Original Message-----
> From: Stuart Dallas [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, October 06, 2002 12:25 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Problem with CGI scripts apparently caused by
> mod_php4
>
>
> Hi,
>
> I have Apache 1.3.27 and mod_php4 4.2.3 installed on a FreeBSD 4.6.2
> machine. PHP works fine. However, I also need to be able to execute
CGI
> scripts. When I try to use printenv (simple shell script that outputs
> the environment variables) it returns a "500 Internal Server Error"
and
> the Apache error log gives the error of "Premature end of headers".
>
> If I comment out the LoadModule and AddModule lines in httpd.conf for
> PHP, it works. Has anyone seen this before?
>
> Thanks.
>
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Where can I find a step by step install tutorial for XP?
--- End Message ---
--- Begin Message ---
I am getting this error when running configure:
checking for GNU gettext support... yes
checking for bindtextdomain in -lintl... (cached) no
checking for bindtextdomain in -lc... (cached) no
configure: error: Unable to find required gettext library
The config.log does not help much:
configure:25561: checking for GNU gettext support
configure:25623: checking for bindtextdomain in -lintl
configure:25664: checking for bindtextdomain in -lc
I believe I have gettext installed and configured correctly. PHP 4.1.2
does not complain with the same installation of gettext.
I'm kind of stumped in the research department, because these are the
only lines being run in the configure script:
echo "configure:25623: checking for bindtextdomain in -lintl" >&5
ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
I'm at a bit of a loss for how all this cached information works. Can
anyone shed some light on this problem?
Thanks in advance,
Ken
--- End Message ---
--- Begin Message ---
I can not set register_globals to on for working with variables. When I
run phpinfo() it appears that the path for my php.ini file is c:\winnt.
It is not correct because I am running on windows98. I have created the
winnt directory and I copied the php.ini file into it. I restarted the
Apache server. But nothing has change.
Please help me what to do.
D.Popescu
--- End Message ---