Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-12-2004, 10:55 AM
|
#1
|
|
Member
Registered: Dec 2003
Distribution: Debian
Posts: 92
Rep:
|
I need to upgrade to a recent Squid version, I need a Step by step procedure
Hi all
This another newbye question,
We have a machine with Squid, but people at our office is not being consious of bandwidth.
We found out the latest Squid has a "delay pools" feature to somewhat "balance" bandwidth.
Can anyone point me out a step by step procedure to upgrade to the new version of squid?
thanks
|
|
|
|
01-12-2004, 02:16 PM
|
#2
|
|
Member
Registered: Jun 2003
Location: Istanbul - Turkey
Distribution: Fedora, Gentoo
Posts: 150
Rep:
|
First of all you'll need to download the new version of Squid.
From the research I have done, they only publish the source, and thus don't have binaries.
After downloadling it you should extract the .tar.gz files.
tar -zxvf file.tar.gz
then go to the extracted directory
cd file
configure:
./configure
compile:
make
and install ( you need to be root, so first type su):
make install
This should copy the program files. However I do not know whether your old settings would still be available.
|
|
|
|
01-12-2004, 06:03 PM
|
#3
|
|
Senior Member
Registered: Feb 2003
Location: The Real Washington
Distribution: Ubuntu, Debian, SuSE, UnSlung, Android
Posts: 1,819
Rep:
|
Before installing the new version, copy the squid.conf file to another location. Then uninstall the old version of squid (rpm -e squid if rpm-based), then proceed with the new squid installation. When you are done you can use the settings from your old squid.conf file and make any changes you need from there. It is nice to start from a working squid.conf and modify it from there.
|
|
|
|
01-14-2004, 10:04 AM
|
#4
|
|
Member
Registered: Dec 2003
Distribution: Debian
Posts: 92
Original Poster
Rep:
|
Thanks a lot for your help guys,
just another newbie question, is the process, configure/make/make install
a standard process among other sofware, (or particular to squid)
just to know where I shall record it.
|
|
|
|
01-14-2004, 10:14 AM
|
#5
|
|
Member
Registered: Jun 2003
Location: Istanbul - Turkey
Distribution: Fedora, Gentoo
Posts: 150
Rep:
|
No it is a general procedure. When you need to compile software you'll practically always use this combination.
Sometimes though you may have to use additional arguments with ./configure. The only way to learn those is to consult the INSTALL file.
On some other occasions the programmers includes scripts to test your compiled software to see if they work or if some parts are missing. Although it is not obligatory, you may run these tests by typing
make check
after make.
If they do not fail you can go ahead with make install
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:21 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|