Compiling mod_mono under Debian Sarge
As part of re-enabling Mono I encountered a strange error when I was compiling mod_mono:
apxs:Error: no config variable PREFIX
The solution (via Gonzalo) is to modify the Makefile slightly:
$ sed -i -e 's/ -S PREFIX="$(prefix)"//' src/Makefile.in
Do this before you ./configure and everything then works.
About this entry
You’re currently reading “ Compiling mod_mono under Debian Sarge ,” an entry on schwuk.com
- Published:
- 5.21.05 / 9pm
- Category:
- Uncategorized
Comments are closed
Comments are currently closed on this entry.