--
Apache 1.3.6, JServ 1.0, HP-UX 10.20 (static link)
I would like to post the following errors found when
I built Apache JServ on HP-UX10, and hopefully
it'll be fixed in the next distribution.
In building JServ, 'make' doesn't build the JServ.class.
Probably because of dependency problem.
Use 'gmake' will do the job though.
In building mod-jserv into apache:
After running
./config.status --activate-module=src/modules/jserv/mod_jserv
There are errors in the Makefile generated in mod_jserv directroy.
(1) 'make' doesn't like $(SHLIBS) to be null. It is null
because of static link. 'gmake' works.
(2) $(CFLAGS) is required to comple jserv_mkimg.c, otherwise
compile error. Modify the line to:
($CC) $(CFLAGS) jserv_mkimg.c -o jserv_mkimg
and it worked.
Yang-Chao Lin
------------------
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]