My apache is not installed from source,but by yum .

Now I want to add the apache:asp module to it,is it still possible with yum?

link|improve this question

25% accept rate
You need to provide more information. What operating system and version are you running? – obfuscurity May 18 '10 at 4:10
@obfuscurity ,it's centos. – wamp May 18 '10 at 5:23
feedback

1 Answer

It doesn't look like there is a CentOS build, you'll have to pull it from CPAN. They have instructions on the Apache:ASP site here

link|improve this answer
1  
this looks better than my answer, you can also use yum search asp or yum search <criteria> to search your repositories for packages that you might want, in the future. – cpbills May 18 '10 at 6:34
@cpbills: yep, i hopped on one of my 5.4 test boxen and did that to check :) the only thing that was there was the mono libraries in the standard repos. – Zypher May 18 '10 at 6:36
i don't have yum to play with, but google showed me a potential package, perl-apache-asp, it may not be in the main repositories, and may not have been what he wanted in anyway... but... hey... – cpbills May 18 '10 at 6:40
Sorry,but what's CPAN? – wamp May 19 '10 at 3:34
@wamp: cpan.org ... It's a repository for perl modules. – Zypher May 19 '10 at 3:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.