Hi,
On Saturday 01 December 2007, David Villasmil Govea wrote:
- Can anyone point me in the right direction for compiling with
mod_perl? I tried compiling but it wouldn't work. That was a few months ago, though. Is there a good step-by-step tutorial?
OpenSER modules can be included while compiling by using the "include_modules" statement. Thus, the perl module (not "mod_perl", as Daniel already pointed out) can be compiled along with OpenSER by using make include_modules="perl"
You will need your distribution's perl development packages installed while compiling.
Feel free to ask if you have any concrete questions.
- Is there a tutorial for using MySQL as a backend? How about a
cluster?
MySQL backend for what?
Bastian