[Mono-devel-list] Prjmake-sharp-gtk execution in Windows & mod_mono

Craig Dayton cadayton at starband.net
Sun Aug 15 17:53:36 EDT 2004


I've set the system env variables as indicated below and modified the bat
file, but prjmake-sharp-gtk is still expecting to find files located at
C:\mono\Mono-1.0\lib\pango\1.2.0\modules.

It appears prjmake-sharp-gtk.exe has a hard coded directory reference in it
or I'm missing a environmental setting. My work around was to create the
'C:\mono...' directory and copy the appropriate files to it.

With the 'Mono Win32 Combined Installer', libmod_mono.so isn't available to
support loading mod_mono in Apache.  I've down loaded the source for
mod_mono.  Would it be reasonable for me to expect that this can be compiled
in the Win32 environment (mcs.exe of course) and have it work with Apache2
(2.0.48)?

If so, I'm not quite sure how to go about getting the Makefile.Win32
generated since there doesn't appear to be a corresponding *.csproj file
available.  Given the existing examples, I could probably build it from
scratch but would like know if mod_mono has a chance at working first.

Thanks, Craig



Environmental Settings:

MONO_CFG_DIR=E:\PROGRA~1\MONO-1~1.1\etc
MONO_PATH=E:\PROGRA~1\MONO-1~1.1\lib
PATH=PATH=E:\PROGRA~1\MONO-1~1.1\lib;PATH=E:\PROGRA~1\MONO-1~1.1\bin;%PATH%




More information about the Mono-devel-list mailing list