Hi,

I tried following the installation instruction in the apacheworld website and I was able to compile mod_mono but I got a different result/behavior. For example, the libmod_mono.so wasn't created after compilation. Instead, mod_mono.so was created. And the location of the mod_mono.so was in /usr/.../.../apache/modules and not in /usr/.../.../apache/lib

Below is the commands I did:

#tar xvfz httpd-2.0.44.tar.gz
#cd httpd-2.0.44
#./configure --prefix=/usr/.../.../apache --enable-so
#make
#make install

#tar xvfz mod_mono*.tgz
#cd mod_mono*
#PKG_CONFIG_PATH=/usr/.../.../lib/pkgconfig/
#./configure --with-apxs=/usr/.../.../apache/bin/apxs --with-crosspkgdir=/usr/.../.../lib/pkgconfig/
#make
#make install



I am just wondering if I missed anything. Thanks.


-G



_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to