Re: Help ! Applying the Patch

From: Duane Wessels <wessels@dont-contact.us>
Date: Tue, 24 Jun 97 13:53:12 -0700

samath@slt.lk writes:

>Dear Squiders,
>
>I am little new to squid and appreciate if someone can help me in setting
>things up !
>
>I was using the version
> squid-1.1.10
>I wanted to upgrade to
> squid-1.1.11
>
>I downloaded the diff-1.1.10-1.1.11.gz
>My Directory structure is
> /usr/local/squid/src/squid-1.1.10
>I applied the patch from inside the directory /usr/local/squid/src
>
>It does not create the directory squid-1.1.11. but patch was applied
>sucessfully. It created newfiles such as makepkg in the
>/usr/local/squid/src directory.
>
>Should I rename the old dir /usr/local/squid/src/squid-1.1.10 to the new
>version (ie /usr/local/squid/src/squid-1.1.11) if I want to maintain my
>standard directory structure ?

Yes. But you might want to copy the whole directory first, in case
you want to co back to 1.1.10. Something like

   cd squid-1.1.10
   mkdir ../squid-1.1.11
   find . -depth -print | cpio -pdv ../squid-1.1.11
   cd ../squid-1.1.11
   patch < ....

>Then should I do
> make all
> make install ?

You should

        make clean
        ./configure .....
        make all
        make install

Duane W.
Received on Tue Jun 24 1997 - 13:57:13 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:35:34 MST