LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Apache 1.3 + apxs + debian Sarge = problem (https://www.linuxquestions.org/questions/linux-newbie-8/apache-1-3-apxs-debian-sarge-%3D-problem-326877/)

Skaan 05-25-2005 03:41 AM

Apache 1.3 + apxs + debian Sarge = problem
 
So as you might have noticed I have Debian Sarge.
I installed Apache and MySQL, now when i try to install the mod_mono-1.0.9
it asks for a apsx directory
i checked the install manual and i have to give the right prefix.
Note that my apache is NOT installed in /usr/local
so i have to change that as well if i type ./configure

I installed when i was in /root
so i believe he automatically installed it in /usr/lib/apache

(it is apache 1.3 btw)

my command looks as follows ./confiigure --prefix=/usr/lib/apache/ --with-apsx=/usr/lib/

everything (SEEMS) to go well
untill it checks for the apxs files

"checking for --with-apxs... =/usr/lib/ executable, good"
"checking for --with-apr-config... not specified"
"checking for Apache libexec directory... ./configure : line 21389: /usr/lib/: is a directory"
same for line 21395 (sysconf) and 21402 (include)

"checking Apache version... configure : error : confused on Apache version. Please report this and send config.log


so maybe this apxs is not installed or gave the wrong prefix
so anyone willing to help me out here?

thnx


EDIT : If i still have to install apxs, plz tell me how, complete newbie here :p

TigerOC 05-26-2005 03:43 AM

You'll find details on this here .


All times are GMT -5. The time now is 08:19 PM.