Portal Home > Knowledgebase > Articles Database > Help Installin Mod_Layout
Help Installin Mod_Layout
Posted by haleyhosting_com, 08-21-2007, 08:07 AM |
I'm learning linux little by little. I'm pretty much a total linux newbe. i was pround of my self for installing ioncube but now im stuck. I'm trying to install mod layout so i can fun ipanel. but i have no clue how todo this stuff. can anyone help?
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
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
4. Make sure the build environment is clean by issuing the following
command:
> make clean
5. Build the new httpd binary with:
> make
6. Install the new httpd binary with:
> make install
7. Restart apache. Make sure you do a:
> apachectl stop
> apachectl start
See the README file for more on how to configure
mod_layout.
|
Posted by david510, 08-21-2007, 08:45 AM |
You can try this
|
Posted by haleyhosting_com, 08-23-2007, 12:36 AM |
hey thanks man .. installed perfecly
|
Posted by david510, 08-23-2007, 01:11 AM |
Glad to hear You are welcome.
|
Posted by unlimitedwebhost, 09-03-2007, 05:19 PM |
Hi, i tried the method above, all goes well apart from this error when i run the command make.
liblayout.a: Command not found
Can anyone help me with this?
Thanks in advance
|
Posted by david510, 09-03-2007, 07:53 PM |
It could be an issue with the source file. Try downloading once again or use another location to download it.
|
Add to Favourites Print this Article
Also Read