php-install Digest 31 Dec 2001 14:04:57 -0000 Issue 627

Topics (messages 5409 through 5411):

Re: Installing PHP on Linux
        5409 by: Fred

java+php configuration problem
        5410 by: K Naga subramanian

error when using PHP with IIS 5
        5411 by: charles

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 ---
from the manual:

1.  gunzip apache_1.3.x.tar.gz
2.  tar xvf apache_1.3.x.tar
3.  gunzip php-x.x.x.tar.gz
4.  tar xvf php-x.x.x.tar
5.  cd apache_1.3.x
6.  ./configure --prefix=/www
7.  cd ../php-x.x.x
8.
 ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars
9.  make
10. make install
11. cd ../apache_1.3.x
12. for PHP 3: ./configure --activate-module=src/modules/php3/libphp3.a
    for PHP 4: ./configure --activate-module=src/modules/php4/libphp4.a
13. make
14. make install

  Instead of this step you may prefer to simply copy the httpd binary
  overtop of your existing binary.  Make sure you shut down your
  server first though.

15. cd ../php-x.x.x
16. for PHP 3: cp php3.ini-dist /usr/local/lib/php3.ini
    for PHP 4: cp php.ini-dist /usr/local/lib/php.ini

  You can edit your .ini file to set PHP options.  If
  you prefer this file in another location, use
  --with-config-file-path=/path in step 8.

17. Edit your httpd.conf or srm.conf file and add:

     For PHP 3:   AddType application/x-httpd-php3 .php3
     For PHP 4:   AddType application/x-httpd-php .php

  You can choose any extension you wish here.  .php is simply the one
  we suggest. You can even include .html .

18. Use your normal procedure for starting the Apache server. (You must
    stop and restart the server, not just cause the server to reload by
    use a HUP or USR1 signal.)


Fred
Ronny-André Bendiksen <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi
>
> I got a "problem". I've got an older i586 machine which I am running Red
Hat
> Linux 6.2 on (nothing better doesn't work).
> Yesterday, I installed Apache, MySQL and so on (the machine is going to
run
> as an webserver). And then I installed PHP 4.1.1. I ran Apache, and tested
> it out. Then it only viewed the source code in the browser. I knew then
that
> PHP wasn't correctly installed. I thought it may have been that I
installed
> PHP before I installed Apache.
>  Then I reinstalled PHP, and then it didn't work then either!
> What could possibly be the problem? Any one know how to install it
> correctly?
> Please help me!
>
> Regards,
> Ronny-André
>
>


--- End Message ---
--- Begin Message ---

Dear all
I have red hat linux 7.2 php4.0.0 and apache. i tried to configure that with the 
following script
Here are my steps: 

in /usr/local/php 
./configure --with-apxs=/usr/local/apache/bin/apxs --with-java=/usr/local/jdk1.3.1 
--enable-track-vars 
make 
make install 

cp php.ini-dist /usr/local/lib/php.ini 
cd /usr/local/lib 
vi php.ini 
... 
extension_dir=/usr/local/lib/php/extensions/no-debug-non-zts-20001222/ 
... 
extension=libphp_java.so 
... 
[Java] 
java.class.path = /usr/local/lib/php_java.jar:/usr/local/jdk1.3.1/jre/lib/rt.jar 
java.home = /usr/local/jdk1.3.1 
java.library = /usr/local/jdk1.3.1/jre/lib/i386/hotspot/libjvm.so 
java.library.path = /usr/local/lib/php/extensions/no-debug-non-zts-20001222: 
/usr/local/jdk1.3.1/jre/lib/i386: 
/usr/local/jdk1.3.1/jre/lib/i386/hotspot: 
/usr/local/jdk1.3.1/jre/lib/i386/native_threads (all in one line) 

but it is not working
error given is 
Cannot instantiate non-existent class: java 
another thing i want to know is what is java.class.path and java.library.path

i think some problem with paths only
pls help me in this matter
regards
naga subramanian 

--- End Message ---
--- Begin Message ---
I get the following error when trying to test PHP with IIS 5 using tha Isapi
DLL.  Any ideas what is causing it?

The HTTP server encountered an unhandled exception while processing the
ISAPI Application '

php4isapi!HttpExtensionProc + 0x44

wam!SE_TABLE::ReleaseExtension(class HSE_BASE *) + 0x99A

wam!SE_TABLE::ReleaseExtension(class HSE_BASE *) + 0x30A

w3svc!IIS_VROOT_TABLE::AddRefRecord(void const *,int) + 0x2E4

w3svc!PARAM_LIST::CanonList(void) + 0x242E

w3svc!HTTP_REQ_BASE::BuildURLMovedResponse(class BUFFER *,class STR
*,unsigned long,int) + 0x3979

w3svc!HTTP_REQ_BASE::BuildURLMovedResponse(class BUFFER *,class STR
*,unsigned long,int) + 0x3915

w3svc!HTTP_REQ_BASE::TestConnection(void) + 0xDE5

w3svc!HTTP_REQUEST::ReprocessURL(char *,enum HTTP_VERB) + 0x25A

w3svc!DumpW3InfoToHTML + 0xA95

w3svc!DumpW3InfoToHTML + 0x1813

w3svc!HTTP_REQ_BASE::TestConnection(void) + 0xE5C

w3svc!ScanForTerminator(char const *) + 0x548

w3svc!IIS_SERVER_INSTANCE::QueryMaxEndpointConnections(void)const + 0x331E

w3svc!IIS_SERVER_INSTANCE::QueryMaxEndpointConnections(void)const + 0x323D

ISATQ!_AtqGetCapTraceInfo@4 + 0x644

ISATQ!_AtqGetCapTraceInfo@4 + 0x934

+ 0x4CE0377A

'.




--- End Message ---

Reply via email to