View previous topic :: View next topic |
Author |
Message |
tebers Tux's lil' helper
Joined: 24 Apr 2002 Posts: 115 Location: Germany, Kirchheim near Munich
|
Posted: Tue May 07, 2002 2:04 pm Post subject: SQUID, Proxy |
|
|
Hi,
i have emerged squid and looking for further docs how to build and running it up with gentoo ?
I have the docs reading from www.squid-cache.org and there in the user manuals it is written that
squid would be in /usr/local/squid/... etc.
but there it is not after the emerge. Anyone out there to enlighten me ?
Thorsten |
|
Back to top |
|
|
mb Guru
Joined: 25 Apr 2002 Posts: 355 Location: Hessen | .de
|
Posted: Tue May 07, 2002 2:14 pm Post subject: |
|
|
a
Code: | find / -name "squid" |
will enlighten you |
|
Back to top |
|
|
tebers Tux's lil' helper
Joined: 24 Apr 2002 Posts: 115 Location: Germany, Kirchheim near Munich
|
Posted: Tue May 07, 2002 2:38 pm Post subject: |
|
|
I did your tip and get this result:
/var/tmp/portage/squid-2.4.6/temp/squid
/var/tmp/portage/squid-2.4.6-r1/temp/squid
/var/cache/squid
/var/log/squid
/etc/conf.d/squid
/etc/init.d/squid
/etc/pam.d/squid
/etc/squid
/usr/lib/squid
/usr/sbin/squid
/usr/portage/net-www/squid
/mnt/.init.d/after/squid
/mnt/.init.d/after/checkroot/squid
/mnt/.init.d/before/squid
/mnt/.init.d/before/local/squid
/mnt/.init.d/need/net/squid
so i assume it is in /usr/sbin/squid.
Why is that like this ?
I often find installation docs to /usr/local/...
shall I do a link to tis , where can I get more infos about such ?
anyway , I am still impressed by gentoo and as well to the fast responses I get here in the forums. I think here will grow up a nice and big communitiy
Thorsten |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Tue May 07, 2002 3:30 pm Post subject: |
|
|
tebers wrote: | so i assume it is in /usr/sbin/squid. |
Um...it shouldn't be. /usr/sbin/squid should be a binary -- not a directory. If it is a directory, that's a bug/problem.
By design, /usr/sbin is where all binaries go that only super-users should be able to run. (/usr/bin is for the unwashed masses)
Docs *should* go in either /usr/local/docs/ or /usr/share/docs/ or just /usr/docs/, depending on the distro and what kind of doc it is. (You'll want to read the FHS guidelines if you're super curious about where things should go)
Getting back to your question, however, it sounds like you may not have any squid docs installed for whatever reason. (might be a bug)
However, the docs should be similar or identical to the ones you've already looked at on squid-cache.org. Not sure you'll find anything better in the local documentation.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
tebers Tux's lil' helper
Joined: 24 Apr 2002 Posts: 115 Location: Germany, Kirchheim near Munich
|
Posted: Tue May 07, 2002 5:15 pm Post subject: |
|
|
well i will check tomorrow at work again and report if its a binary or a directoy.
where can I get the FHS guidelines ?
thanx
thorsten |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Tue May 07, 2002 5:42 pm Post subject: |
|
|
tebers wrote: | where can I get the FHS guidelines ? |
You can get them here. I hope you like pain. The documents, while informative and worthwhile reading, are not all that envigorating. They're about as exciting as sitting around watching the paint dry.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
tebers Tux's lil' helper
Joined: 24 Apr 2002 Posts: 115 Location: Germany, Kirchheim near Munich
|
Posted: Wed May 08, 2002 10:59 am Post subject: |
|
|
Thanks for the fhs link . and by teh way
/usr/bin/squid is binary
I will let you know if i have been entertained enough with the reading of fhs.
Anyway i had a little smile on my face reading your remark.
Thorsten |
|
Back to top |
|
|
|