php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25651 mixing --with-java and --enable-debug pull out java
Submitted: 2003-09-25 03:01 UTC Modified: 2003-09-26 02:24 UTC
From: fperez at tuzsa dot es Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.3.3 OS: linux redhat 7.3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fperez at tuzsa dot es
New email:
PHP Version: OS:

 

 [2003-09-25 03:01 UTC] fperez at tuzsa dot es
Description:
------------
I have php 4.3.3 on a redhat 7.3 running.  But I have a problem and I am trying to re-compile php with --enable-debug.

When I do ./configure --with-java=/path.to.java --enable-debug, make and make install.  Java is pulled out from my phpinfo() information.  Of course, java doesn't run at all.

Abstract:
 Without any modification to php.ini nor any other configuration file, I have this results:
  * --enable-java and --enable-debug = java doesn't run.
  * --enable-java = java runs fine.

I have tested on my production server and on another server installed to try this.

Thanks.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-25 10:57 UTC] sniper@php.net
Java extension is build as shared always.
And shared extensions when build with --enable-debug end
up in different extension directory by default.

Just adjust your "extension_dir" directive to match the place
where the extension is located.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 05:01:27 2024 UTC