|
|
sybperl-l Archive
Up Prev Next
From: John_Erjavec at cargill dot com
Subject: RE: sybperl for MS Information Server
Date: Sep 17 1998 5:13PM
As an aside, my system didn't like using the %HTTP_Proxy% variable,
either, but I got some steps to do this locally from somewhere.
Anyway, here they are (NOTE: I didn't come up with this, but it _did_
work for me...):
1. Go to www.activestate.com/packages .
2. Look at the module list, and find the one you want.
3. (Using Tk as an example)
Type www.activestate.com/packages/Tk.ppd .
Hit save when prompted, and save the file to a dir called
packages, somewhere locally.
4. Type www.activestate.com/packages/x86/Tk.tar.gz .
Save the file in a directory called x86 under packages.
5. Make sure that the file is still called Tk.tar.gz (Windows likes
to rename it to Tk_tar.gz).
6. Start ppm.pl and type: set repository local c:\packages
install Tk
This did the trick for me. Hope it helps.
-JEV
______________________________ Reply Separator _________________________________
Subject: RE: sybperl for MS Information Server
Author: david.cross (david.cross@csfb.com) at mtka-unix-mime
Date: 9/17/98 3:23 AM
It will work thru a firewall. You need to set an environment variable called
%HTTP_Proxy% to be the address of your HTTP Proxy server.
Dave...
> ----------
> From: Ed Barlow[SMTP:sqltech@tiac.net]
> Sent: 17 September 1998 00:02
> To: SybPerl Discussion List
> Subject: Re: sybperl for MS Information Server
>
> Cool ill do it tonight
>
> been trying for a week to do it at work and found out 3 days ago
> about this... needless to say firewalls dont like it. So... from
> home and hope it works afterwords at work!
>
> Cheers
> Ed
>
> Cross, David wrote:
> >
> > Ed,
> >
> > ActivePerl comes with a Perl script called ppm.l which is used to
> install
> > CPAN packages from ActiveState's repostitory. This includes SybPerl. To
> run
> > it, change to the perl/bin directory and run 'perl ppm.pl'. This puts
> you at
> > a command prompt. 'help' tells you all the things you can do, but
> 'install
> > sybperl' will install a working version of SybPerl.
> >
> > hth,
> >
> > Dave...
> >
> > > ----------
> > > From: Ed Barlow[SMTP:sqltech@TIAC.NET]
> > > Sent: 15 September 1998 02:16
> > > To: SybPerl Discussion List
> > > Subject: Re: sybperl for MS Information Server
> > >
> > > were u ever able to find this? if so what is the url
> > >
> > > Ed
> > >
> > > Wang, Oliver BGI SF wrote:
> > > >
> > > > Hi,
> > > >
> > > > Anyone knows if there is a latest binary version of sybperl
> available
> > > > for ActivePerl? The version( complied by Reinoud Van Leeuwen
> > > > and contains sybperl 2.09 and perl
> 5.004_02
> > > > for NT, with OpenClient 11.1 ) doesn't work with MS information
> server
> > > > at all. Sorry, I have to have MS
> > > > information server>-
> > > >
> > > > -Oliver
> > >
>
|