[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Apache APXS



At 02:07 PM 12/27/99  Brian Case wrote:

Lieven Govaerts wrote:
>
> hi Brian,
>
> a find|grep apxs tells me the apxs executable is in /usr/sbin. [ RAQ2 ]
> It's in the same directory as you'll find it on other linux distributions.

find|grep apxs didn't return anything when I did it...
I did however find apxs in /usr/sbin... thanx

For # find|grep apxs to work you'd have tobe in the route directory.  Were you?

This seems like a lot of work; when all you're looking for is one line, why print out the entire file system, piping it through something that will need to look at every line and do an "include-compare"?

Much easier to do:

# find / -name "*apxs*"

and you can do it from any directory.

mho, anyway.

Jeff