php-install Digest 25 Feb 2002 00:08:04 -0000 Issue 716
Topics (messages 6141 through 6143):
php.ini problem
6141 by: Mefistofeles
Re: php java extension (php 4.1.1 and jdk1.4) not working
6142 by: Sukhwinder Singh
6143 by: Yasuo Ohgaki
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 ---
I'm trying to install a PHP-app which requires changes to the path.
In /usr/local/lib/php.ini I have changed the path to include the path to
the file required like so:
include_path = "/chroot/htdocs/irm/include/DBI:/usr/local/lib/php:."
but when I try to access the setup file for the app I still get
Fatal error: Failed opening required 'class.DBI'
(include_path='.:/usr/local/lib/php') in
Compare the two paths ... I locks like it's not looking at the new one.
Even after apache restarts.
Any suggestions?
/Mef.
--- End Message ---
--- Begin Message ---
Hello,
As I mentioned php4.1.1 did work with jdk 1.2 but only after exporting
java lib directories. So do you think that there is some kind of problem
(bug etc.) with php 4.1.1 java extension?
Can I compile php4.1.1 with Apache 2.0 using --with-apache option?
Also in which file this export command should be written so that I don't
have to export it every time manually and restart apache? I have tried it in
/etc/profile, /root/.bashsrc and even in /etc/init.d/httpd script file's
start function but it only works when I manually export these java libs...
----- Original Message -----
From: Yasuo Ohgaki <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; Sukhwinder Singh <[EMAIL PROTECTED]>
Sent: Sunday, February 24, 2002 9:25 AM
Subject: [PHP-INST] Re: php java extension (php 4.1.1 and jdk1.4) not
working
> Try JDK 1.2 if you are using 4.1.1.
>
> Sukhwinder Singh wrote:
> > Hello,
> > I tried to compile php with Java support and faced these problems. My
configuration is RedHat Linux 7.1, apache_1.3.23, php-4.1.1 and Jdk1.4 beta
2.
> >
> > I must mention here that earlier php versions 4.0.6 (or earlier) and
jdk1.2.2 worked without any problems (and without exporting
LD_LIBRARY_PATH). Questions I have begin with @@@@ ( four @ symbols).
> >
> > With php 4.1.1 and jdk1.4, I faced 100s of problems:
> >
>
> --
> Yasuo Ohgaki
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--- End Message ---
--- Begin Message ---
Sukhwinder Singh wrote:
> Hello,
> As I mentioned php4.1.1 did work with jdk 1.2 but only after exporting
> java lib directories. So do you think that there is some kind of problem
> (bug etc.) with php 4.1.1 java extension?
Not sure now.
>
> Can I compile php4.1.1 with Apache 2.0 using --with-apache option?
Never. Use --with-apxs2. Read README file for Apache2
>
> Also in which file this export command should be written so that I don't
> have to export it every time manually and restart apache? I have tried it in
> /etc/profile, /root/.bashsrc and even in /etc/init.d/httpd script file's
> start function but it only works when I manually export these java libs...
There are too many bug reports for Java extension and nobody trying to
sort out them. I'm just trying to clean bugs reports.
I would like to fix, session and output control problems rather than
exprimental Java extension ;)
--
Yasuo Ohgaki
>
> ----- Original Message -----
> From: Yasuo Ohgaki <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; Sukhwinder Singh <[EMAIL PROTECTED]>
> Sent: Sunday, February 24, 2002 9:25 AM
> Subject: [PHP-INST] Re: php java extension (php 4.1.1 and jdk1.4) not
> working
>
>
>
>>Try JDK 1.2 if you are using 4.1.1.
>>
>>Sukhwinder Singh wrote:
>>
>>>Hello,
>>>I tried to compile php with Java support and faced these problems. My
>>>
> configuration is RedHat Linux 7.1, apache_1.3.23, php-4.1.1 and Jdk1.4 beta
> 2.
>
>>>I must mention here that earlier php versions 4.0.6 (or earlier) and
>>>
> jdk1.2.2 worked without any problems (and without exporting
> LD_LIBRARY_PATH). Questions I have begin with @@@@ ( four @ symbols).
>
>>>With php 4.1.1 and jdk1.4, I faced 100s of problems:
>>>
>>>
>>--
>>Yasuo Ohgaki
>>
>>
>>--
>>PHP Install Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
--- End Message ---