Mail Archive Home | enhydra List | September 2000 Index
| <-- Date Index --> | <-- Thread Index --> |
apxs is a script that gets installed when you install apache. It knows enough about your apache installation (which compiler you used, which options you gave it, etc) to configure add-on modules that you later decide to build as DSOs. The process, in other words, looks something like this: 1. build apache, enabling mod_so to get support for DSOs (runtime module linking). 2. install apache. [ time passes; requirements change ] 3. download new module; unpack. 4. configure new module as a DSO using apxs. usually this entails the following: cd module_dir ./configure --with-apxs=/path/to/apxs-script on my redhat 6.2 machine, apxs lives in /usr/sbin/apxs 5. make && make install Often (always?) apxs will update your httpd.conf with the necessary AddModule and other directives needed to link the DSO you just installed. You'll want to check what it does, however, since it isn't perfect. Eric -----Original Message----- From: Stefan.Damian@xxxxxx [mailto:Stefan.Damian@xxxxxx] Sent: Wednesday, September 27, 2000 11:27 AM To: enhydra@xxxxxxxxxxx Subject: Enhydra: Enhydra Director - apxs? Hello, I try to install Enhydra Director with Apache web server, but I have a small problem. Try to run ./configure from apache directory but I can't identify "apxs". What means "apxs"?. ________________________________________________ Apache 1.3.12 /www Enhydra 3.0.1 /opt/enhydra OS Linux Rh 6.2 ________________________________________________ What is it APXS? Stefan ---------------------------------------------------------------------------- - To unsubscribe from this mailing list, send email to majordomo@xxxxxxxxxxx with the text "unsubscribe enhydra" in the body of the email. If you have other questions regarding this mailing list, send email to the list admin at owner-enhydra@xxxxxxxxxxxx ----------------------------------------------------------------------------- To unsubscribe from this mailing list, send email to majordomo@xxxxxxxxxxx with the text "unsubscribe enhydra" in the body of the email. If you have other questions regarding this mailing list, send email to the list admin at owner-enhydra@xxxxxxxxxxxx
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.