Hello all,
Its my first time writing to the list, i hope someone can help me out.
- 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? - Is there a tutorial for using MySQL as a backend? How about a cluster?
thanks to all.
David
Hello,
is this also a mistaken post? Was it intended for FS mailing list? In openser the Perl extension module is named "perl" and has a readme where you can find details about dependencies.
Cheers, Daniel
On 12/01/07 18:08, David Villasmil Govea wrote:
Hello all,
Its my first time writing to the list, i hope someone can help me
out.
- 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? - Is there a tutorial for using MySQL as a backend? How about a cluster?
thanks to all.
David
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
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