Re: [SQU] applying the path for FTP_ICONS_NOT FOUND

From: Lionel Bouton <Lionel.Bouton@dont-contact.us>
Date: Tue, 05 Dec 2000 13:47:56 +0100

> "Beukers, W.J." a écrit :
>
> Hello outhere,
>
> I have installed Squid 2.3 Stable4 and are now facing the problem that
> the icons with FTP are not visible. I have read a number of mails
> about this and found that there is a patch for this problem (see
> below). So, it seems I have to patch squid......but HOW do I patch
> squid ? I look for the file store.c but could not find it....is there
> a document about applying patches to squid ?
>

0/ mkdir -p /usr/src ; cd /usr/src
1/ download the source :
http://www.squid-cache.org/Versions/v2/2.3/squid-2.3.STABLE4-src.tar.gz
2/ download the patch :
http://www.squid-cache.org/Versions/v2/2.3/bugs/squid-2.3.stable4-ftp_icon_not_found.patch
3/ untar the source : tar xzf squid-2.3.STABLE4-src.tar.gz
4/ go into the squid tree : cd squid-2.3.STABLE4
5/ apply the patch : patch -p0 <
../squid-2.3.stable4-ftp_icon_not_found.patch
6/ prepare makefiles, config.h, .. for your system : ./configure
7/ compile : make
8/ go root : su
9/ install : make install

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Tue Dec 05 2000 - 05:50:31 MST

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