![]() |
Q) After I install and configure iASP with my Apache web server, I get the error, "Invalid command LoadModule or module not found. How do I fix this? |
|
|||
A) That error message means that your version of Apache was not compiled with support for Dynamic Shared Objects (DSO). To enable support for DSO, you will have to recompile apache using the --enable-module=so and --enable-rule=SHARED_CORE options. To recompile Apache for DSO support, run the following commands making the appropriate substitutions for your installation (note that you'll need a C compiler such as GCC installed on your system): ./configure --prefix=[apache_installation]
--enable-module=so --enable rule=SHARED_CORE When the compilation process is complete, rerun the iASP connector wizard, [iasp_root]/connector.sh. If you wish to configure iASP to work with Apache on a platform that does not provide DSO support, please see: http://www.halcyonsoft.com/docs/docs/config/apache.htm |
|||
|
|||
Copyright © 1998-2002, Halcyon Software Inc. All rights reserved. |