php-install Digest 3 May 2002 15:50:30 -0000 Issue 817
Topics (messages 6825 through 6832):
Upgrading to PHP 4.2.0 on Mandrake 8.1
6825 by: paul.paulmorabito.net
6829 by: Susan Schiff
mcrypt so file for linux, php version 4.0.6
6826 by: Herbert Groot Jebbink
6831 by: Jim Thome
php/apache and the dreaded XP
6827 by: Jeffrey_N_Dyke.Keane.com
PHP doesnt work
6828 by: K E Senthil Kumar
Re: PHP 4.2.0 causes...oddities...in Apache2.
6830 by: Holger Eilhard
Any ideas? - Page not Found - PHP4, IPlanet 4.1, Solaris
6832 by: David O
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 ---
Hi,
I've just installed Mandrake 8.1 and wanted to upgrade the PHP version
from 4.06 to 4.2.0. I unzipped and then untarred the file to my home
directory. Following that I ran a ./configure followed by make and then
make install. All seemed to go well.
However, after I performed an apachectl stop and apachectl start my test
script (basically a phpnifo()) confirmed that the module had not been
updated. My apache version is 1.3.something.
Am I missing something here?
Thanks,
Paul Morabito.
--- End Message ---
--- Begin Message ---
HI,
I ran into a similar problem, but found that re-making apache fixed the
problem. New module files where loaded in my apache directory by PHP4.2.0
build. After remaking apache the phpinfo() now shows the correct version.
Mark Schiff
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 03, 2002 2:31 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Upgrading to PHP 4.2.0 on Mandrake 8.1
Hi,
I've just installed Mandrake 8.1 and wanted to upgrade the PHP version
from 4.06 to 4.2.0. I unzipped and then untarred the file to my home
directory. Following that I ran a ./configure followed by make and then
make install. All seemed to go well.
However, after I performed an apachectl stop and apachectl start my test
script (basically a phpnifo()) confirmed that the module had not been
updated. My apache version is 1.3.something.
Am I missing something here?
Thanks,
Paul Morabito.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hi,
Does someone have the extension 4.0.6 mcrypt.so file for a Linux
system (Red Hat 7.2).
Or how can I build it from source, if I do a configure with
'--with-mcrypt' is goes into the main executable and not
in a seperate .so file
Greetings, Herbert
--- End Message ---
--- Begin Message ---
Herbert,
Build it as a self-contained extension. Instructions for how to do this are in the
file README.SELF-CONTAINED-EXTENSIONS, distributed with the source.
--Jim
>>> Herbert Groot Jebbink <[EMAIL PROTECTED]> 05/03/02 03:15AM >>>
Hi,
Does someone have the extension 4.0.6 mcrypt.so file for a Linux
system (Red Hat 7.2).
Or how can I build it from source, if I do a configure with
'--with-mcrypt' is goes into the main executable and not
in a seperate .so file
Greetings, Herbert
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hello all.
I just got a new desktop, from Dell, and as all of their machines do
now, it comes with XP installed. On my last set up, i had win2000Pro with
Apache, Mysql, PHP and they all worked like a charm. Has anyone had any
luck with XP? I am still considering wiping the OS out totally and
installing 2000Professional, but since this will only be used for testing
purposes, its not really worth the work, if this set up will function as it
should on XP.
Any input is appreciated, thanks in advance.
Jeff
--- End Message ---
--- Begin Message ---
Hi,
I just installed the PHP on my computer. OS is WinME and PWS is HTTP server.
Any page I request results in 500 error from the browser.
Any inputs.
Thanks
K E Senthil Kumar
--- End Message ---
--- Begin Message ---
Hi,
"Stephan Wuelfert" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Dylan Fitzgerald,
>
> well, thats _exactly_ what I get! There ist one little trick to get
it
> running. Start apache _without_ the LoadModule line with php. Now
apache
> starts up correctly. Insert the LoadModule line in httpd.conf and
make a
> restart. apache loads the php-module and ist fully functional. Even
on high
> load and longer runtime it doesn't crash here. But I am unable to
start it
> with the php-module.
haven't tried that... But that's not too good... :-|
> Why? hmm, I have absolutely no idea. No logfile, no errors on
syslog,
> nothing. Maybe there is something to see with strace but until now I
have
> had no time to test this.
hate to say it, but "me too" ;-(
> Dylan Fitzgerald wrote:
>
> > Okay, I have Apache2 up and running quite nicely on a Sorcerer
box. Joy
> > of
> > joys. And I finally managed to get PHP to compile against it,
which
> > took a good deal longer.
> >
> > Interestingly enough, though, when I start Apache2 with the
LoadModule
> > line for PHP4.2.0 in /usr/local/apache2/conf/httpd.conf, it
doesn't
> > error out, doesn't touch error_log or access_log, but instead
simply
> > disappears within a second or so.
[snipped]
Regards
Holger
--- End Message ---
--- Begin Message ---
Hi Everyone, We're having some problems getting php running as a nsapi module
oniplanet 4.1 (running on solaris).we have been using the instructions specified
onhttp://benoit.noss.free.fr/php/install-php4.html and
onhttp://php.ca/manual/en/install.netscape-enterprise.phpwe have installed php-4.2.0
(we don't want mysql) on our machine usingthe following configure command:/configure
--without-mysql --with-nsapi=/u01/apps/netscape/server4/--enable-track-vars
--enable-libgccmake make install this appears to have worked. I can execute php files
on the servermanually using the command:php test.php and they get interpreted
properly. sounds good right? we have updated the netscape config files, mimetypes,
etc.. as per theinstructions, the server sees that their are configuration changes
andstarts without any problems but when I go to access a .php pagethrough iPlanet I
get a File Not Found / DNS error? the server runsfine otherwise, it serves up .html,
.gif, .jpg, etc. files without anyproblems. it also does not crash when we try to
access a php page - itjust says "File Not Found" in the browser window???if I look at
the iPlanet error logs, I see the entry: [02/May/2002:11:02:11] info (18431):
php4_init reports: InitializedPHP Module[02/May/2002:11:02:11] info (18431): php4_init
reports: InitializedPHP Module[02/May/2002:11:02:12] info (18432): php4_init reports:
InitializedPHP Module[02/May/2002:11:02:12] info (18432): php4_init reports:
InitializedPHP Modulefor every single request of one .php file... obj.conf
configuration follows below. A deep, deep thanks in advance for any help that the
group canprovide!David obj.conf: Init fn="flex-init"
access="/u01/apps/netscape/server4/https-coogee/logs/access"format.access="%Ses->client.ip%
- %Req->vars.auth-user% [%SYSDATE%]
\"%Req->reqpb.clf-request%\"%Req->srvhdrs.clf-status%
%Req->srvhdrs.content-length%"Init
fn="load-modules"shlib="/u01/apps/netscape/server4/plugins/coldfusion/coldfusion.so"funcs="DoCFRequest"Init
fn="load-types" mime-types="mime.types" Init
fn="load-modules"shlib="/u01/apps/netscape/server4/bin/libphp4.so"funcs="php4_init,php4_close,php4_execute,php4_auth_trans"Init
fn="php4_init" LateInit="yes" Init fn=php4_init errorString="Failed to initialize
PHP!" <Object name="default"> AuthTrans fn=php4_auth_trans NameTrans fn="assign-name"
from="/servlets/*" name="servlet" NameTrans fn="assign-name" from="/examples/*"
name="servlet" NameTrans fn="pfx2dir"
from="/coldfusion"dir="/u01/apps/coldfusion/docs"NameTrans fn="pfx2dir"
from="/cgi-bin"dir="/u01/apps/netscape/server4/docs/cgi-bin" name="cgi"NameTrans
fn="pfx2dir" from="/release"dir="/u01/apps/netscape/server4/docs/cgi-bin"NameTrans
fn="pfx2dir" from="/oracle"dir="/u01/apps/oracle/product/8.1.6/doc"NameTrans
fn="pfx2dir" from="/ns-icons"dir="/u01/apps/netscape/server4/ns-icons"
name="es-internal"NameTrans fn="pfx2dir"
from="/mc-icons"dir="/u01/apps/netscape/server4/ns-icons" name="es-internal"NameTrans
fn="pfx2dir" from="/viewer"dir="/viewer/LogViewer1.02/index.cfm"NameTrans fn="pfx2dir"
from="/help"dir="/u01/apps/netscape/server4/manual/https/ug"
name="es-internal"NameTrans fn="pfx2dir"
from="/manual"dir="/u01/apps/netscape/server4/manual/https"
name="es-internal"NameTrans fn="document-root" root="/u01/stage/dev" PathCheck
fn="unix-uri-clean" PathCheck fn="find-pathinfo" PathCheck fn="find-index"
index-names="index.html,home.html" PathCheck fn="check-acl" acl="default" ObjectType
fn="type-by-extension" ObjectType fn="force-type" type="text/plain" Service
fn="php4_execute" type="magnus-internal/x-httpd-php" Service fn="DoCFRequest"
method="(GET|POST)"type="magnus-internal/cold-fusion"Service method="(GET|HEAD)"
type="magnus-internal/imagemap"fn="imagemap"Service method="(GET|HEAD)"
type="magnus-internal/directory"fn="index-common"Service fn="send-cgi"
type="magnus-internal/cgi" Service method="(GET|HEAD|POST)"
type="*~magnus-internal/*"fn="send-file"AddLog fn="flex-log" name="access" </Object>
<Object name="cgi"> ObjectType fn="force-type" type="magnus-internal/cgi" Service
fn="send-cgi" </Object> <Object name="jsp092"> ObjectType fn="type-by-extension"
ObjectType fn="change-type"
type="magnus-internal/jsp092"if-type="magnus-internal/jsp"Service
fn="NSServletService" type="magnus-internal/jsp092" </Object> <Object
name="es-internal"> PathCheck fn="check-acl" acl="es-internal" </Object> <Object
ppath="/u01/apps/netscape/server4/docs/cgi-bin/*"> Service fn="send-cgi"
type="magnus-internal/cgi" </Object> <Object name="x-httpd-php"> ObjectType
fn="force-type" type="magnus-internal/x-httpd-php" Service fn=php4_execute </Object>
---------------------------------
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
--- End Message ---