CVS: src/si/docs README,1.11,1.12
Mats Wichmann <[email protected]>
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si/docs In directory sc8-pr-cvs1:/tmp/cvs-serv9484 Modified Files: README Log Message: Fix bug in checkout of nALFS; add more descriptions Index: README =================================================================== RCS file: /cvsroot/lsb/src/si/docs/README,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** README 28 Jan 2003 16:15:38 -0000 1.11 --- README 31 Mar 2003 15:09:10 -0000 1.12 *************** *** 40,44 **** $ cd LSB $ cvs -d :pserver:[email protected]:/cvsroot/lsb export -D now src/si ! $ cvs -d :pserver:[email protected]:/cvsroot/lsb export -D now tools/nALFS $ cd src/si $ ./Configure --- 40,44 ---- $ cd LSB $ cvs -d :pserver:[email protected]:/cvsroot/lsb export -D now src/si ! $ cvs -d :pserver:[email protected]:/cvsroot/lsb export -D now src/tools/nALFS $ cd src/si $ ./Configure *************** *** 58,66 **** for further verification that you have the right bits. $ make update (runs entitycheck to retrieve packages) ! You may need to do this as root depending on the permissions you set on the ! package directory you specified to Configure. =========== --- 58,71 ---- for further verification that you have the right bits. + Before you populate the package directory, make sure it exists - the + tools won't create it. The default location for the Configure script + is /usr/src/si. + + $ make update (runs entitycheck to retrieve packages) ! You may need to do this as root depending on the permissions you set on ! the package directory you specified to Configure. =========== *************** *** 71,74 **** --- 76,87 ---- a proxy, first set 'http_proxy' and 'ftp_proxy' in the environment, using the form: xxx_proxy=host:port + + ========== + Passive FTP note: + + There have been reports that the ftp library with older version of + Python (perhaps Python 2.1, and certainly for earlier versions, don't + properly handle passive mode FTP). If your site requires this, you + may wish to try a newer Python version. ===========