Re: [Arsperl-users] installation issue
Brought to you by:
jeffmurphy
|
From: Serouche R. <ser...@dc...> - 2007-01-27 21:43:52
|
so the solution is obvious. On dowload what you get is a gz file. First change the file name for .tgz Then proceed to gunzip + tar But now I get a full bunch of "cannot create" message. I guess I'll find the solution by searching the archive. Thanks for your Time anyway. Serouche cla...@be... wrote: >> -----Original Message----- >> From: ars...@ar... >> [mailto:ars...@ar...] On Behalf Of >> Serouche Rahimpour >> Sent: January 26, 2007 11:12 AM >> To: ars...@ar... >> Subject: [Arsperl-users] installation issue >> >> dear list, >> >> I've been reading the page http://arsperl.sourceforge.net/install.html >> I've been downloading the ARSperl-1.85.tgz >> I've been unzipping it. >> But I can't find any Makefile or somthing similar. >> All I get is a file saved as hexadecimal. >> When I convert it to normal human readable file, I can find at the >> begining of the file the following: >> > > It is a tarred and gzipped file. So if you are on Unix > > gunzip ARSperl-1.85.tgz; tar -xf ARSperl-1.85.tar > > > If you are on Windows Winzip or 7zip should know how to deal with the > tgz archive. > > > Clayton > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |