On 01/07/11 20:13, hugo Alexandre wrote:
> Hi Stuart,
>
> Yes, I use a proxy to access the
Internet.
> I've done what you wrote (changing
.ltibrc file ), and I got the
> folowing message:
>
> Processing platform: host support
> ===================================
>
> Processing: rpm-fs
> ====================
> Build path taken because: no prebuilt
rpm,
> Testing network connectivity for gpp
> No network download connection
available
> Can't get: rpm-4.0.4.tar.gz at ./ltib
line 821.
> Can't locate Authen/NTLM.pm in @INC
(@INC contains:
> /home/user/Desktop/ltib/bin /etc/perl
/usr/local/lib/perl/5.10.1
> /usr/local/share/perl/5.10.1
/usr/lib/perl5 /usr/share/perl5
> /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl .) at
> /usr/share/perl5/LWP/Authen/Ntlm.pm
line 8.
> BEGIN failed--compilation aborted at
/usr/share/perl5/LWP/Authen/Ntlm.pm
> line 8.
> Compilation failed in require at (eval
26) line 3.
> ...propagated at ./ltib line 2498.
> tracebackincd
>
> main::check_rpm_setup:2498
> main::host_checks:1483
> main:548
>
>
> Started: Fri Jul 1 14:41:45 2011
> Ended: Fri Jul 1 14:41:55 2011
> Elapsed: 10 seconds
>
> Use of uninitialized value in
concatenation (.) or string at ./ltib line
> 2818.
> Use of uninitialized value in
concatenation (.) or string at ./ltib line
> 2818.
> VERSION : 10.1.1
> CVS_VERSION : $Revision: 1.75 $
(Savannah)
> PLATFORM : host
> GNUTARCH : i686
> TOOLCHAIN :
> TOOLCHAIN_CFLAGS :
>
> These packages failed to build:
> rpm-fs
>
> Build Failed
>
>
> I don't know if this info will help,
but I was having the same ploblem
> with apt-get, then I added the
following lines on file/etc/enviroment/
> and now it works fine:
>
> http_proxy="
http://user:address@hidden:3128"
> ftp_proxy="
http://user:address@hidden:3128"
>
> Acquire {
> HTTP::Proxy
user:address@hidden:3128;
> FTP::Proxy
user:address@hidden:3128;
> };
> alias wget="wget
--proxy-user=<user>
--proxy-passwd=<password>"
>
> Thanks,
>
> Hugo A. Gabardo
>
>