php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21291 make failure
Submitted: 2002-12-30 07:58 UTC Modified: 2003-07-04 02:07 UTC
Votes:8
Avg. Score:4.8 ± 0.7
Reproduced:6 of 6 (100.0%)
Same Version:5 (83.3%)
Same OS:5 (83.3%)
From: g dot tanzilli at gruppocsf dot com Assigned:
Status: No Feedback Package: Servlet related
PHP Version: 4.3.0 OS: Linux Redhat 8
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-12-30 07:58 UTC] g dot tanzilli at gruppocsf dot com
hi,
servlet SAPI do not compile.
I get this error:

/usr/local/src/php4-STABLE-200212301230/sapi/servlet/servlet.c: In function `Java_net_php_servlet_startup':
/usr/local/src/php4-STABLE-200212301230/sapi/servlet/servlet.c:264: warning: passing arg 2 of `php_module_startup' from incompatible pointer type
make: *** No rule to make target `sapi/servlet/java.c', needed by `sapi/servlet/java.lo'.  Stop.

thanks

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-02 05:00 UTC] gtanzilli at gruppocsf dot com
I see there is a problem during configure,
$(builddir) and $(srcdir) in sapi/servlet/Makefile.frag

are ignored in the final Makefile 

also seems that when confiring with --with-java and --with-servlet, java got disabled.

Unfortunatelly I do not know enougth the new build system to propose a patch
 [2003-01-02 18:01 UTC] brady at dontspam_me_moritzdesigns dot com
This may be the same issue affecting my use of the servlet within tomcat. The JNI call to this servlet dll causes tomcat to crater. I managed to get the release candidate to work correctly.
 [2003-01-10 07:04 UTC] g dot tanzilli at gruppocsf dot com
Solved,
I sent a patch to php-dev mailing list,
with this and other fix for unix/linux.
please apply.
 [2003-07-04 02:07 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC