Hi,
Pier, Thanks for making the new installer.
But I have the problem that the jserv.conf installed have in following line
in line 13
\#LoadModule jserv_module libexec/mod_jserv.so
the problem is the leading backslash and it should be removed. So I have
to remove it in order to make Apache Jserv work.
I remembered that this problem already exists in the first release for the
1.1 installer, but I have not verified this if this problem exists in 1.1b3
installer.
By now, I can compile Jserv and make the Jserv installer on my NT box, and
I found that the build/conf/jserv.conf having such line. That mean the this
line is packaged in the installer... So I trace the file in
example/jserv.conf.in and line 13 shows:
@LOAD_OR_NOT@LoadModule jserv_module @LIBEXECDIR@/mod_jserv.so
I think somehow the building process have replace the @LOAD_OR_NOT@ with
\#. Am I right? Can anybody tell me how can I provide a fix for it?
I just found that the src/c/Makefile.win32 in not updated, I provide the
diff now:
8<---------------------- CUT
HERE -------------------------------------------
cvs -z9 diff Makefile.win32 (in directory D:\source\jserv\src\c\)
Index: Makefile.win32
===================================================================
RCS file: /products/cvs/master/jserv/src/c/Makefile.win32,v
retrieving revision 1.9
diff -r1.9 Makefile.win32
70c70
< wsock32.lib /subsystem:console /incremental:no
/machine:I386 \
---
> ws2_32.lib /subsystem:console /incremental:no /machine:I386
\
8<---------------------- CUT
HERE --------------------------------------------
Hope that help....
Thanks all guys for making Jserv success!!
Regards,
- Punky
| Pierpaolo Fumagalli wrote:
| >
| > I made it wrong... I "labelled" the version as 1.1b3...
| I'll redo the
| > binary. BTW, does someone know how to compile w/ EAPI support under
| > Win32? I wasn't able to figure it out.
|
| I rebuilt the installer with winsock 2.0 support (ws2_32.lib)...
| And now the version number is correct.
| Still it doesn't seem to change when I compile with or without EAPI
| support (the .dll file doesn't change)...
|
| Pier
|
| --
| --------------------------------------------------------------------
| - P I E R -
| stable structure erected over water to allow the docking of seacraft
| <mailto:[EMAIL PROTECTED]> <http://www.betaversion.org/~pier/>
| --------------------------------------------------------------------
| - ApacheCON Y2K: Come to the official Apache developers conference -
| -------------------- <http://www.apachecon.com> --------------------
|
|
| --
| ----------------------------------------------------------
| To subscribe: [EMAIL PROTECTED]
| To unsubscribe: [EMAIL PROTECTED]
| Archives and Other: <http://java.apache.org/main/mail.html>
| Problems?: [EMAIL PROTECTED]
|
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]