Hi,
I recently installed apache 1.3.19 and php 4.0.4pl1 on RedHat 7.0 The
install was fine. However when I try to reload Apache to load the new
configuration I got the next ERROR message:
/*/
Cannot load /usr/local/apache_1.3.19/libexec/
Well I copied the php_java.dll into my C:\WINNT\System32\ directory and it
all works now Thanks :) But I'm curious why I have to do that? doesn't the
following line in the php.ini file:
java.library.path=C:\Inetpub\PHP4.0\extensions
specifiy where the php_java.dll file is at?
""Kick"" <[EM
I install PHP4 like this
./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs
--enable-track-vars --enable-versioning
make
make install
then add these line to httpd.conf
LoadModule php4_module libexec/libphp4.so
AddType application/x-httpd-php .php
all run smoothly
Patrick Lanphier wrote:
> Compiling Apache with PHP statically linked. When compiling apache I get
> the below errors. This is the configure I used the reason for the
> SHARED_CORE is because I get less 'undefined references' this may be the
> incorrect way to approach this.
>
> ./configure \
>
Hi, are you sure your php_java.dll is wrote in full path? or you have copy
it to windows/system?
Eric
""John"" <[EMAIL PROTECTED]> wrote in message
98v0vi$q24$[EMAIL PROTECTED]">news:98v0vi$q24$[EMAIL PROTECTED]...
> Hi,
>
> I'm trying to get the java extension for PHP 4.0.4 to work on my Win2K b
php-install Digest 18 Mar 2001 00:36:32 - Issue 222
Topics (messages 2474 through 2483):
(null)
2474 by:
2475 by:
2476 by:
2477 by:
2478 by:
2479 by:
2480 by:
2481 by:
2482 by:
2483 by:
Administrivia:
Try adding '--with-openssl=/path/to/openssl/' into your configure line.
--Jani
On Fri, 16 Mar 2001, Michael R Hanulec wrote:
>
>i also failed to mention i'm attempting this compile on a linux box
>originally based on Red Hat 6.2
>
>--
>mike hanulec http://www
On Fri, 16 Mar 2001, Barry Sardis wrote:
>Compiled-in modules:
> http_core.c
> mod_so.c
> mod_php4.c
>suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec
>
>PHP was:
>./configure --with-apache=../apache_1.3.19 --with-oci8 --with-pgsql
>
>I redid it with only --with-apache=../apache_