Re: [PHP-DEV] sapi/servlet configuration error

2002-12-06 Thread Ray Hunter
I can even get it to compile on linux at all. I keep getting errors with java.c On Thu, 2002-12-05 at 23:36, Sebastian Bergmann wrote: > Ray Hunter wrote: > > Does anyone have an idea about what i need to do to fix this? > > I just tested sapi/servlet with Tomcat 4.1.12 on Windows and the >

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-06 Thread Akos Maroy
Sebastian Bergmann wrote: Ray Hunter wrote: Does anyone have an idea about what i need to do to fix this? I just tested sapi/servlet with Tomcat 4.1.12 on Windows and the segfaults I experienced prior to the Tony's patch are still there: An unexpected exception has been detected in nativ

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Sebastian Bergmann
Ray Hunter wrote: > Does anyone have an idea about what i need to do to fix this? I just tested sapi/servlet with Tomcat 4.1.12 on Windows and the segfaults I experienced prior to the Tony's patch are still there: An unexpected exception has been detected in native code outside the VM. Unexpe

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Tony J. White
On Thu, 5 Dec 2002, Ray Hunter wrote: > This is the line in my Makefile: > > sapi/servlet/java.lo: sapi/servlet/java.c > $(LIBTOOL) --mode=compile $(CC) -Isapi/servlet/ > -I/home/rhunter/src/php4/sapi/servlet/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) > $(EXTRA_CFLAGS) -prefer-pic -c sapi/servlet/jav

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Ray Hunter
This is the line in my Makefile: sapi/servlet/java.lo: sapi/servlet/java.c $(LIBTOOL) --mode=compile $(CC) -Isapi/servlet/ -I/home/rhunter/src/php4/sapi/servlet/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c sapi/servlet/java.c -o sapi/servlet/java.lo Is that correct?

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Tony J. White
On Thu, 5 Dec 2002, Ray Hunter wrote: > make: *** No rule to make target `sapi/servlet/java.c', needed by > `sapi/servlet/java.lo'. Stop. It looks like the sapi/servlet/Makefile.frag is not being added to your Makefile. Can you verify that there is no line in your main Makefile that starts with

[PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Ray Hunter
I am trying to configure php with the servlet and i am getting the following errors: /home/rhunter/src/php4/sapi/servlet/servlet.c: In function `Java_net_php_servlet_startup': /home/rhunter/src/php4/sapi/servlet/servlet.c:261: warning: passing arg 2 of `php_module_startup' from incompatible poi