Results 1 to 3 of 3
I am running kbuntu, who's Apache2 dist does not come with apxs. Ive searched other forums and discovered that httpd-dev and apache2-dev can be used with yum. I searched apt ...
- 07-11-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 4
Problem finding apxs for Apache2/php
I am running kbuntu, who's Apache2 dist does not come with apxs. Ive searched other forums and discovered that httpd-dev and apache2-dev can be used with yum. I searched apt repositories and those 2 packages are not listed. Ive also seen suggestions to install apache2-mpm-prefork, which is odd to me since this package is only around for backwards compatibility and only offers single threading. However, at this point I am willing to try anything. I installed the package and apxs does not exist.
Yes I have tried FIND and LOCATE.
Any suggestions for getting apxs installed would be greatly appreciated.
Thanks in advance
- 07-11-2008 #2
have you tried
if you had then you would runCode:sudo apt-cache search apxs
and then you should fine it inCode:sudo apt-get install apache2-threaded-dev
for apache 2Code:/usr/bin/apxs2
- 07-11-2008 #3Just Joined!
- Join Date
- Jan 2008
- Posts
- 4
Thanks!!
You a savior man. I forgot all about a cache search.
Thanks again


Reply With Quote