php-install Digest 17 Oct 2001 21:49:15 -0000 Issue 510
Topics (messages 4641 through 4649):
keep getting message caught SIGTERM shutting down
4641 by: Remy
Re-compiling to recognize upgraded cURL library
4642 by: Clay Loveless
php as script
4643 by: aris estevez
php as cgi script
4644 by: aris estevez
PWS Win98 install problem
4645 by: lisa ogawa
Trouble with PHP and Cobalt Raq 3i
4646 by: Kacey A. Murphy
Cookies won't work
4647 by: Zavier Sheran
PHP and HP-UNix
4648 by: amacar01.uoguelph.ca
CGI Error - Please help:-)
4649 by: Laura Varney
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 ---
hello i keep getting this errors anyone have an idea what this could be ??
index.php doesnt seem to work to
Kind regards,
Remy Arts
[Wed Oct 17 10:44:56 2001] [notice] caught SIGTERM, shutting down
[Wed Oct 17 10:45:12 2001] [notice] Apache/1.3.12 (Unix) (Red Hat/Linux)
PHP/3.0.18 mod_perl/1.21 configured -- resuming normal operations
[Wed Oct 17 10:46:20 2001] [notice] caught SIGTERM, shutting down
[Wed Oct 17 10:46:38 2001] [notice] Apache/1.3.12 (Unix) (Red Hat/Linux)
PHP/3.0.18 mod_perl/1.21 configured -- resuming normal operations
[Wed Oct 17 10:48:56 2001] [notice] caught SIGTERM, shutting down
--- End Message ---
--- Begin Message ---
Hi,
I'm running PHP-4.0.6 on Mac OS X Server 10.0.4. All is going well, for the
most part.
However, I've updated my libcurl installation, and want to recompile PHP to
take advantage of those updates. My previous cURL installation was not
SSL-enabled, and my current one is ... Yet when I download a new copy of PHP
4.0.6, run the configure script and make it, I still have the old cURL
version showing up in curl_version().
So -- how can I clear that out so that PHP will recognize the new version
I've got installed?
My old cURL: libcurl 7.9
My new cURL: libcurl 7.9 (SSL 0.9.5)
I'd appreciate any help you can offer!
Thanks,
Clay
___________________________
Clay L
--- End Message ---
--- Begin Message ---
I am very interest to PHP as CGI. I have two Questions :
1. What is name of PHP file on www.php.net I can use to support
my PHP as CGI script ?
2. Can I use PHP as CGI on free web hosting like Tripod or Hypermart ?
How is this way ?
Make a difference, help support the relief efforts in the U.S.
http://clubs.lycos.com/live/events/september11.asp
--- End Message ---
--- Begin Message ---
I am very interest to PHP as CGI. I use opreting system : Windows and PWS/IIS-
including PWS on Win 9x/ME.
I have two Questions :
1. What is name of PHP file on www.php.net I can use to support
my PHP as CGI script ?
2. Can I use PHP as CGI on free web hosting like Tripod or Hypermart ?
How is this way ?
Make a difference, help support the relief efforts in the U.S.
http://clubs.lycos.com/live/events/september11.asp
--- End Message ---
--- Begin Message ---
I get the blank screen. I checked faq and the install.txt, but it only
says:
"Something is wrong with the server configuration - double check the server
configuration against the php installation instructions."
I dont know what this means or even how to do it. All help is greatly
appreciated.
Ted
--- End Message ---
--- Begin Message ---
I have read so many documents its ridiculous, and I still get an error on
MAKE INSTALL--
These are the steps I took
cd /usr/bin
ln -s /usr/sbin/httpd httpd
That i guess is to replicate the HTTPD so that you can see it in the sbin
directory.
./configure \
--with-apxs=/usr/sbin/apxs \
--with-mysql=/usr/ \ <--- Not sure if its MYSQL dir. (instld the PKG file
from the cobalt web site.>
--enable-track-vars \
--enable-trans-sid \
--enable-ftp
CONFIGURES FINE
THEN MAKE SEEMS OK
THEN I DO MAKE INSTALL AND IT HALTS
HALT ON MAKE INSTALL
make[1]: Entering directory `/home/packages/php-4.0.6'
/home/packages/php-4.0.6/build/shtool mkdir -p "/usr/lib/apache" &&
/usr/sbin/ao
apxs:Error: Unknown option: S
Usage: apxs -g -n <modname>
apxs -q <query> ...
apxs -c [-o <dsofile>] [-D <name>[=<value>]] [-I <incdir>]
[-L <libdir>] [-l <libname>] [-Wc,<flags>] [-Wl,<flags>]
<files> ...
apxs -i [-a] [-A] [-n <modname>] <dsofile> ...
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/home/packages/php-4.0.6'
make: *** [install-recursive] Error 1
[root@ns php-4.0.6]#
Any Ideas.
Just FYI: I followed these directions
http://marc.theaimsgroup.com/?l=php-general&m=98039640119670&w=2
Sincerely Kacey A. Murphy
netBuilder's, Inc.
v: 864.279.9857
e: [EMAIL PROTECTED]
w: http://www.nbuilders.net
-- Citystoked:
Finally a website worth coming back to.
--- End Message ---
--- Begin Message ---
When I try to start a session or authenticate with HTTP headers, I get the
following error:
Warning: Cannot send session cache limiter - headers already sent (output
started at /usr/local/etc/httpd/vhosts/gar/english/login/login_2.php:1) in
/usr/local/etc/httpd/vhosts/gar/english/login/login_2.php on line 1
It always says the headers were already sent. How could this happen?
-Zavier
--- End Message ---
--- Begin Message ---
Hello,
If anyone has PHP 4.04 was statically or dynamically installed with Apache ver
1.3.20 on HP-Unix could you let me know. The reason being is I am still trying
to figure out why PHP is not being interpreted (basically no PHP commands work)
even though Apache and PHP were complied was succesfully.
Any help would be greatly appreciated.
Thanks
Andrew
--- End Message ---
--- Begin Message ---
I am using Win98, PSW
i have installed PHP
but i am still seeing this message when i try to load a test file called
phpinfo.php.
"The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:"
I have run the php.exe -i from the command line and php is working fine, i
have ensured the directory containing the file has execute access, i have
tried changing the file to a html file and this results in a blank screen.
the code in my php file is:
<HTML>
<body>
<?php phpinfo();?>
</body>
</HTML>
I have tried reading the install.txt that came with PHP and it says point
the browscap.ini file to a path - i have not been able to do this as i dont
know how to, is this the reason i am getting this error?
I hope someone can help me, it seems this is a common problem, i have
searched the mailing lists and tried everybody's advice but i still cant
seem to get it working.
thanks
Laura
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
--- End Message ---