April 19, 2024, 10:26:06 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: building squid from source in FEDORA CORE 2  (Read 4597 times)

Offline anybody

  • Linux Noob !
  • *
  • Posts: 8
building squid from source in FEDORA CORE 2
« on: January 04, 2005, 06:46:01 AM »
hello I am trying to build squid from source

I downloaded  squid-2.5.STABLE7.tar.gz
from http://www.squid-cache.org
I am using fedora core 2

NOw after configuring with
./configure --enable-linux-netfilter

and make all
and  make install

and doing configurations in (as given in tutorials)
/usr/local/squid/etc/squid.conf

and running

/usr/local/squid/sbin/squid -z
I get
swapping cache directories

but when I run squid using
usr/local/squid/sbin/squid

nothing happens  no error messages  nothing
and nothing in
/usr/local/squid/var/logs/cache.log

and in /usr/local/squid/bin
there is no squid binary!

there are only 3 files
RunAccel  RunCache  squidclient


just dont understand whats going wrong

plz guide me

stefan

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
building squid from source in FEDORA CORE 2
« Reply #1 on: January 04, 2005, 09:20:57 AM »
well sometimes binary are found in /usr/local/squid/sbin or sometimes /usr/local/squid/bin
If you are unable to find the binaries then you may have to reinstall, since you were successful to initialize the drectories then it is there , may be you are unable to locate,

And about nothing in cache.log .. check our the permission, check if that file is writable by the user under which squid is runing.