Hello, On Mon, 02 Mar 2009, Kenneth Gonsalves wrote: > I am trying to make mod_tile on debian etch - whatever I do, I keep getting > this error message: > > make: /usr/sbin/apxs: Command not found > > how do I install apxs on debian etch?
You need to install the apache2-xxx-dev package with xxx replaced by "prefork" or "threaded" according as which apache2 version you have installed on your system. A useful tool to find packages containing files is "apt-file" or the online version at packages.debian.org. (The second search field). Of course, these tools would not work directly for you since the available binary is called /usr/bin/apxs2 since it is for apache2. (After the package is installed it probably creates a link called /usr/bin/apxs; this could be considered a bug in apt-file or p.d.org). Regards, Kapil. -- _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
