similar to: Changing HTTP proxy configurations at run time

Displaying 20 results from an estimated 400 matches similar to: "Changing HTTP proxy configurations at run time"

2002 Jun 19
0
[R] Problems with url/download and http_proxy
This does seem to fix my problem: > Sys.getenv("http_proxy") http_proxy "http://gproxy1.pfizer.com/" > url("http://cran.r-project.org/src/contrib/PACKAGES",'r') description "http://cran.r-project.org/src/contrib/PACKAGES" class
2001 Jun 29
3
Fail to build R (PR#1005)
Full_Name: Ziying Sherwin Version: 1.3.0 OS: Solaris 2.8 Submission from: (NULL) (130.14.31.32) We tried to install R on our Sun Solaris 2.8 machine using gcc 3.0. During the compilation, we got error messages like: gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c sockconn.c -o sockconn.o gcc -shared -o internet.so Rsock.o internet.o
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
Hello - I'm trying to compile R 1.7.0 on a PowerBook running OS X 10.2.5. I've compiled R (1.6.2) successfully before on this machine, under either 10.2.3 or 10.2.4. My gcc is from the latest Apple Developer Tools release and the g77 is up-to-date via Fink. R passes ./configure just fine, with the following options: R is now configured for powerpc-apple-darwin6.5 Source
2011 Feb 08
2
WSAStartup failure
Hi, I added the Windows::WSA module to windows-pr recently (it''s in the latest git repo). However, I can''t seem to make WSAStartup work. I tried the following bit of code, only to get "The Windows Sockets version requested is not supported" on my Vista box. Is it really not supported on Vista? The docs say Win2k or later. Or is there another issue? require
2001 Oct 24
0
Re: Compiling R v 1.3.1 under Irix 6.5 on SGI Origin
Hello Laurent, Ray and Greg, I tried the gmake settings. Yet, I still got an Error code 1 message when I run the test. running regression tests don't know how to make ../library/base/R/base (bu42). *** Error code 1 (bu21) Thanks you if you have any idea. Manuel -----Message d'origine----- De : Laurent Gautier [ mailto:laurent at genome.cbs.dtu.dk <mailto:laurent at
2003 Apr 12
0
compiling R in 64-bit mode on Linux on Power4
Hi all, today I tried to compile R in 64-bit mode on Linux on Power4. I used the following parameter with configure. ./configure -without-x CC='xlC' F77='xlf' CXX='xlC' CFLAGS='-q64 -g -qfullpath' FFLAGS='-q64 -g -qfullpath' CXXFLAGS='-q64 -g -qfullpath' MAIN_LDFLAGS='-q64 -g -qfullpath' LDFLAGS='-q64' SHLIB_CXXLDFLAGS='-q64
2006 May 19
1
make error for R-2.3.0
Hello, I'm trying to install R on a linux machine running Red Hat 8. I ran ./configure make and get the following error. I've installed several versions of R (2.2.1 most recently) on this machine and haven't had any problems until now. I wondered if the outdated compiler (gcc version 3.2) was the problem and attempted to install my own, more recent version. I tried gcc versions 4.1.0
2006 Apr 25
0
make: sockconn.c; make check: eval-etc.R; make install: $(EXPORTFILES) (PR#8809)
I got several errors while installing R version 2.3.0 ======== One error while running 'make': make[4]: Binnengaan van map `/home/peter/tmp/R-2.3.0/src/modules/internet' gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c Rsock.c -o Rsock.o gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
2008 May 08
0
[ANNOUNCE] xtrans 1.2
Among other things, this release fixes the linux abstract socket support which was broken in 1.1 (bug#15677). Also various bug fixes and win32 updates. Alan Coopersmith (1): Sun bug #6688467: _X11TransConvertAddress: Unknown family type on 64-bit SPARC Alan Hourihane (2): fix build for MAKEWORD disable UNIXCONN on MINGW Colin Harrison (2): Only call WSAGetLastError() if
2006 Jan 27
1
R compile on AIX 5.2
Fellow R Enthusiasts.. I'm trying to compile R on AIX 5.2 32bit with gcc 3.3.2-5. I've tried both the development bundle R-devel_2006-01-25.tar.gz and the R-beta.tar.gz from about a month ago. In each instance, I'm using the following options prior to running "./configure --prefix=/usr/local/R": OBJECT_MODE=32 MAIN_LDFLAGS=-Wl,-brtl SHLIB_LDFLAGS=-Wl,-G
2006 Jan 27
1
R compile on AIX 5.2
Fellow R Enthusiasts.. I'm trying to compile R on AIX 5.2 32bit with gcc 3.3.2-5. I've tried both the development bundle R-devel_2006-01-25.tar.gz and the R-beta.tar.gz from about a month ago. In each instance, I'm using the following options prior to running "./configure --prefix=/usr/local/R": OBJECT_MODE=32 MAIN_LDFLAGS=-Wl,-brtl SHLIB_LDFLAGS=-Wl,-G
2010 Jan 03
1
Swfdec and Ffmpeg only
Hi, I'm the founder and still very active developer of Puppy Linux, and a variant named Quirky. Puppy is a cut-down distro, typically 100MB live-CD. We have always used the Adobe Flash player, though I have stayed with the Flash 9 player (9.0.48.0) due to its smaller size. Puppy also has ffmpeg, xine-lib and gxine. Recently I have been experimenting with Swfdec and Swfdec-mozilla. I started
2004 Aug 06
0
Ices2 compile error - streaming ogg!
You need to check out ogg and vorbis from cvs and install them as well. Refer to the following previous mailling list post for info on what to do: http://www.xiph.org/archives/icecast/2870.html On Wednesday 31 July 2002 05:57 pm, Richard wrote: > Still trying to stream ogg and have not gotten past a make error in > ices2. We www.freespeech.org are an independent media / news > site so
2004 Aug 06
1
Ices2 compile error - streaming ogg!
Actually, you don't have to check out ogg and vorbis from CVS. You can just use Vorbis 1.0, if you like. ices was updated to use the Vorbis 1.0 encoding API, and that is the source of the errors the original poster was seing. --- Stan Seibert <p>On Wed, 2002-07-31 at 15:23, D. Anthony Patrick wrote: > You need to check out ogg and vorbis from cvs and install them as well. Refer
2004 Aug 06
5
Ices2 compile error - streaming ogg!
Still trying to stream ogg and have not gotten past a make error in ices2. We www.freespeech.org are an independent media / news site so it would be nice to get this running and support this new format. I'd love to convert all of our 700 streaming video files from from realmedia as well but thats another story! Perhaps this is not the correct forum but it seems like there are a lot of
2002 Jun 19
0
FW: [R] Problems with url/download and http_proxy (PR#1689)
For the record. -----Original Message----- From: ripley@stats.ox.ac.uk [mailto:ripley@stats.ox.ac.uk] Sent: Tuesday, June 18, 2002 3:21 PM To: Warnes, Gregory R Cc: 'r-help@stat.math.ethz.ch' Subject: RE: [R] Problems with url/download and http_proxy The port is not supposed to be required, so rather than fix the docs can anyone fix the problem? On Tue, 18 Jun 2002, Warnes, Gregory R
2006 Feb 07
0
[R] R compile on AIX 5.2
Professor Ripley, Following your advice, I am now using an updated version of gcc (4.0.2 to be exact) as well as a true fortran compiler (XL Fortran Compiler v10.1.0.0 from IBM). I am still experiencing difficulty in running "make" after a successful "configure". Any additional insight you could provide would be greatly appreciated. Output of make is as follows: Running
2001 Oct 23
1
No subject
Dear R contributors, I recently dowloaded the R-1.3.1 on my SGi Origin 200 run by Irix6.5. In order to instal it, I launched the command shown below: env MAKE=gmake ./configure The output was as follow:: R is now configured for mips-sgi-irix6.5 Source directory: . Installation directory: /usr/local C compiler: cc -OPT:IEEE_NaN_inf=ON -g C++ compiler:
2010 Feb 25
1
How to get rid of HTTP-Proxy environment variable in domUs!
Hi All, I have been trying to solve the issue of Xen-based Virtual Machines (as I described earlier); I have the problem of ethernet ports locked to a single Mac address in my lab--hence VM''s can''t communicate using bridging other than their own dom0. To further test/confirm, yesterday I took my laptop at home and connected to my Home-Hub (which issues DHCP based IPs); I
2010 Jan 06
4
Yum Issue
Yum using proxy that requires authentication and a Password that contains the two characters \/ fails normally I can get yum to work with a proxy that requires authentication when required by doing something like http_proxy=http://<my username>:<my password>@<proxy server>:<proxy server port> export http_proxy or by filling in the appropriate information in yum.conf.