Installing mod_layout on RaQ3

I'm trying to install mod_layout from Tangent.org on a RaQ3 but the installation file is pretty vague and I can't find any "plain English" installation guides. Has anyone successfully installed this on their server (or have any idea how to do it)?

From the install file:
-------------------------
Do you use DSO? If so just type make and
as long as apxs is in your path all things
should go smoothly.
If you are not using DSO you should be Installing mod_layout on RaQ3

If for some reason you need to compile
apache try the following:
1. Copy the contents of mod_layout into a directory under
your treee so that you have:
src/modules/layout/

2. Now copy the file Makefile.STATIC to Makefile in the
layout directory.

3. Call the configure script as you normally would and add the switch:
--activate-module=src/modules/layout/liblayout.a
---------------------------

I have no idea if the server supports DSO, but make and make install give me errors, even though I was able to locate apxs on the server (not sure how to put it "in my path" though).

./configure --activate-module=src/modules/layout/liblayout.a gives me a "directory ./configure not found" error. I'm not a total newbie but this thing has me pretty confused. Any help would be greatly appreciated.

Andres

 

 

 

 

Top