Thread: [Arsperl-users] installation issue
Brought to you by:
jeffmurphy
|
From: Serouche R. <ser...@dc...> - 2007-01-26 16:22:57
|
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: >>>>>> ARSperl-1.85/ARSOOform.pm >>>>>> 0000644 0007665 0000512 00000043455 10107012326 015340 0 >>>>>> ustar jcmurphy opnstaff >>>>>> # >>>>>> # ARSperl - An ARS v2-v4 / Perl5 Integration Kit >>>>>> # >>>>>> # Copyright (C) 1995-1999 Joel Murphy, jm...@ac... >>>>>> # Jeff Murphy, jcm...@ac... >>>>>> # >>>>>> # This program is free software; you can redistribute it and/or >>>>>> modify >>>>>> # it under the terms as Perl itself. >>>>>> # >>>>>> # Refer to the file called "Artistic" that accompanies the source >>>>>> distribution >>>>>> # of ARSperl (or the one that accompanies the source distribution >>>>>> of Perl >>>>>> # itself) for a full description. >>>>>> # >>>>>> # Official Home Page: >>>>>> # http://arsinfo.cit.buffalo.edu/perl >>>>>> # >>>>>> # Mailing List (must be subscribed to post): >>>>>> # ar...@ar... >>>>>> # Please forgive my ignorance, but what should I do with this ? I though I would get a set of files, among others a MakeFile. How can I install the ARSPerl ? Thank you for your help. Serouche |
|
From: Jeff M. <jcm...@je...> - 2007-01-26 16:27:09
|
On Fri, 2007-01-26 at 17:12 +0100, Serouche Rahimpour wrote: > 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: If you want to use it on windows, use one of the pre-built binary packages. If you want to use it on unix, to produce the Makefile you need to do "step #4" on the install.html page jeff |
|
From: Serouche R. <ser...@dc...> - 2007-01-26 16:34:36
|
well jeff, this is exactly my point: I can't proceed to step 4 because already at step 3 I don't find any Makefile.PL Any other help or thought ? Thanks Jeff Murphy wrote: > On Fri, 2007-01-26 at 17:12 +0100, Serouche Rahimpour wrote: > >> 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: >> > > > If you want to use it on windows, use one of the pre-built binary > packages. If you want to use it on unix, to produce the Makefile you > need to do "step #4" on the install.html page > > > > > jeff > > > > ------------------------------------------------------------------------- > 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 > > |
|
From: Jeff M. <jcm...@je...> - 2007-01-26 16:39:22
|
On Fri, 2007-01-26 at 17:33 +0100, Serouche Rahimpour wrote: > well jeff, this is exactly my point: I can't proceed to step 4 because > already at step 3 I don't find any Makefile.PL > Any other help or thought ? > Thanks What OS? What are you using to unpack the .tgz file? I'm guessing windows? If you are unzipping and getting a binary file, it's likely that your unzip package decompressed the compressed image into a tar file. You now have to unpack the tar file. Winzip usually asks something like "this looks like a compress tar file do you want me to uncompress it and then unpack it?" jeff |
|
From: Serouche R. <ser...@dc...> - 2007-01-27 21:31:51
|
I tried both on Windows XP Pro Version 2 SP 2 with WinZip 9.0 SR-1 (6224) and on SunOS 5.9 on a Sun4U sparc and gunzip 1.3.3. Maybe I am having a wrong file ? No clue because it should be it. Right ? So what is going wrong here? Any other idea? Serouche Jeff Murphy wrote: > On Fri, 2007-01-26 at 17:33 +0100, Serouche Rahimpour wrote: > >> well jeff, this is exactly my point: I can't proceed to step 4 because >> already at step 3 I don't find any Makefile.PL >> Any other help or thought ? >> Thanks >> > > > What OS? What are you using to unpack the .tgz file? I'm guessing > windows? If you are unzipping and getting a binary file, it's likely > that your unzip package decompressed the compressed image into a tar > file. You now have to unpack the tar file. Winzip usually asks something > like "this looks like a compress tar file do you want me to uncompress > it and then unpack it?" > > jeff > > > > > ------------------------------------------------------------------------- > 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 > > |
|
From: <cla...@be...> - 2007-01-26 16:47:11
|
> -----Original Message----- > From: ars...@ar...=20 > [mailto:ars...@ar...] On Behalf Of=20 > Serouche Rahimpour > Sent: January 26, 2007 11:12 AM > To: ars...@ar... > Subject: [Arsperl-users] installation issue >=20 > dear list, >=20 > 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=20 > begining of the file the following: It is a tarred and gzipped file. So if you are on Unix=20 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=20 tgz archive. Clayton |
|
From: Serouche R. <ser...@dc...> - 2007-01-27 21:37:41
|
I just noticed, even if the link to download the file shows a tgz file, and even if you guys talk about a tgz file, the download gives you a gz file. Is that maybe something relevan? maybe I am downloading another file ?!? Any Idea ? Thanks 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 > > |
|
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 > > |
|
From: Jeff M. <jcm...@je...> - 2007-01-27 21:53:26
|
Serouche Rahimpour wrote: > 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 > > For SUN, include the exact commands you are using and the full output showing the errors. |
|
From: Serouche R. <ser...@dc...> - 2007-01-27 22:14:25
|
I tried both tar xf ARSperl-1.85.tar and tar -xf ARSperl-1.85.tar For both cases I get: tar: ARSOOform.pm - cannot create tar: ARS.pm - cannot create tar: ARS.xs - cannot create tar: cannot open ARSperl-1.85/html/manual/OO Not a directory tar: cannot open ARSperl-1.85/html/manual/OO Not a directory tar: cannot open ARSperl-1.85/html/manual/OO Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: ARSOOmsgs.pm - cannot create tar: ARSOOsup.pm - cannot create tar: ARSnparm.pm - cannot create tar: Artistic - cannot create tar: CHANGES - cannot create tar: INSTALLATION - cannot create tar: LICENSE - cannot create tar: MANIFEST - cannot create tar: Makefile.PL - cannot create tar: README - cannot create tar: RELNOTES - cannot create tar: TODO - cannot create tar: USAGE - cannot create tar: changes.dat - cannot create tar: support-h.template - cannot create tar: support.c - cannot create tar: supportrev.c - cannot create tar: supportrev.h - cannot create tar: typemap - cannot create tar: cannot open ARSperl-1.85/example/2.x Not a directory tar: cannot open ARSperl-1.85/example/3.x Not a directory tar: cannot open ARSperl-1.85/example/3.x Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/infra Not a directory tar: cannot open ARSperl-1.85/infra Not a directory tar: cannot open ARSperl-1.85/infra Not a directory tar: cannot open ARSperl-1.85/infra Not a directory tar: cannot open ARSperl-1.85/infra Not a directory tar: cannot open ARSperl-1.85/infra Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory Any idea ? Thanks Serouche Jeff Murphy wrote: > Serouche Rahimpour wrote: > >> 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 >> >> >> > > For SUN, include the exact commands you are using and the full output > showing the errors. > > > ------------------------------------------------------------------------- > 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 > > |
|
From: Mark V. <mar...@co...> - 2007-01-27 23:41:22
|
It appears that you do not have write permissions to the directory. Thanks, Mark Vaughan 303.471.9987 (home) 303.601.4434 (mobile) -----Original Message----- From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Serouche Rahimpour Sent: Saturday, January 27, 2007 3:14 PM To: ARSperl User Discussion Subject: Re: [Arsperl-users] installation issue I tried both tar xf ARSperl-1.85.tar and tar -xf ARSperl-1.85.tar For both cases I get: tar: ARSOOform.pm - cannot create tar: ARS.pm - cannot create tar: ARS.xs - cannot create tar: cannot open ARSperl-1.85/html/manual/OO Not a directory tar: cannot open ARSperl-1.85/html/manual/OO Not a directory tar: cannot open ARSperl-1.85/html/manual/OO Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html/manual Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: cannot open ARSperl-1.85/html Not a directory tar: ARSOOmsgs.pm - cannot create tar: ARSOOsup.pm - cannot create tar: ARSnparm.pm - cannot create tar: Artistic - cannot create tar: CHANGES - cannot create tar: INSTALLATION - cannot create tar: LICENSE - cannot create tar: MANIFEST - cannot create tar: Makefile.PL - cannot create tar: README - cannot create tar: RELNOTES - cannot create tar: TODO - cannot create tar: USAGE - cannot create tar: changes.dat - cannot create tar: support-h.template - cannot create tar: support.c - cannot create tar: supportrev.c - cannot create tar: supportrev.h - cannot create tar: typemap - cannot create tar: cannot open ARSperl-1.85/example/2.x Not a directory tar: cannot open ARSperl-1.85/example/3.x Not a directory tar: cannot open ARSperl-1.85/example/3.x Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/example Not a directory tar: cannot open ARSperl-1.85/infra Not a directory tar: cannot open ARSperl-1.85/infra Not a directory tar: cannot open ARSperl-1.85/infra Not a directory tar: cannot open ARSperl-1.85/infra Not a directory tar: cannot open ARSperl-1.85/infra Not a directory tar: cannot open ARSperl-1.85/infra Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory tar: cannot open ARSperl-1.85/t Not a directory Any idea ? Thanks Serouche Jeff Murphy wrote: > Serouche Rahimpour wrote: > >> 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 >> >> >> > > For SUN, include the exact commands you are using and the full output > showing the errors. > > > ------------------------------------------------------------------------- > 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 > > ------------------------------------------------------------------------- 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 |
|
From: Serouche R. <ser...@dc...> - 2007-01-28 14:49:43
|
could you say to which directory do I need write permission ? Mark Vaughan wrote: >It appears that you do not have write permissions to the directory. > >Thanks, >Mark Vaughan >303.471.9987 (home) >303.601.4434 (mobile) >-----Original Message----- >From: ars...@ar... >[mailto:ars...@ar...] On Behalf Of Serouche Rahimpour >Sent: Saturday, January 27, 2007 3:14 PM >To: ARSperl User Discussion >Subject: Re: [Arsperl-users] installation issue > >I tried both >tar xf ARSperl-1.85.tar >and >tar -xf ARSperl-1.85.tar >For both cases I get: >tar: ARSOOform.pm - cannot create >tar: ARS.pm - cannot create >tar: ARS.xs - cannot create >tar: cannot open ARSperl-1.85/html/manual/OO Not a directory >tar: cannot open ARSperl-1.85/html/manual/OO Not a directory >tar: cannot open ARSperl-1.85/html/manual/OO Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: ARSOOmsgs.pm - cannot create >tar: ARSOOsup.pm - cannot create >tar: ARSnparm.pm - cannot create >tar: Artistic - cannot create >tar: CHANGES - cannot create >tar: INSTALLATION - cannot create >tar: LICENSE - cannot create >tar: MANIFEST - cannot create >tar: Makefile.PL - cannot create >tar: README - cannot create >tar: RELNOTES - cannot create >tar: TODO - cannot create >tar: USAGE - cannot create >tar: changes.dat - cannot create >tar: support-h.template - cannot create >tar: support.c - cannot create >tar: supportrev.c - cannot create >tar: supportrev.h - cannot create >tar: typemap - cannot create >tar: cannot open ARSperl-1.85/example/2.x Not a directory >tar: cannot open ARSperl-1.85/example/3.x Not a directory >tar: cannot open ARSperl-1.85/example/3.x Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/infra Not a directory >tar: cannot open ARSperl-1.85/infra Not a directory >tar: cannot open ARSperl-1.85/infra Not a directory >tar: cannot open ARSperl-1.85/infra Not a directory >tar: cannot open ARSperl-1.85/infra Not a directory >tar: cannot open ARSperl-1.85/infra Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory > >Any idea ? >Thanks >Serouche > > > > >Jeff Murphy wrote: > > >>Serouche Rahimpour wrote: >> >> >> >>>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 >>> >>> >>> >>> >>> >>For SUN, include the exact commands you are using and the full output >>showing the errors. >> >> >>------------------------------------------------------------------------- >>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 >> >> >> >> > > >------------------------------------------------------------------------- >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 > > >------------------------------------------------------------------------- >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 > > > |
|
From: Mark V. <mar...@co...> - 2007-01-28 21:39:26
|
Serouche, When you untar the tarball, it creates a directory tree directly underneath your current directory beginning with ARSperl-1.85. It appears by the output that this directory exists, but you are unable to write to it. Check for the existence of the ARSperl-1.85 directory (ls -ld ARSperl-1.85). If this exists, verify that you have write permissions. It should say something like 'drwxr-xr-x'. If this directory exists, try to create a file in the directory (>ARSperl-1.85/x). If this fails then the directory exists, but you don't have permissions to write to it. Either change the permissions or, if there are no files in the directory, consider removing the directory so that it gets created correctly (rm -rf ARSperl-1.85) via the tarball. Then start over. If all of this fails, please try untarring using tar -xvf ARSperl-1.85.tar. This will give verbose output and then send that back out again. HTH, Mark Vaughan 303.601.4434 (mobile) -----Original Message----- From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Serouche Rahimpour Sent: Sunday, January 28, 2007 7:44 AM To: ARSperl User Discussion Subject: Re: [Arsperl-users] installation issue could you say to which directory do I need write permission ? Mark Vaughan wrote: >It appears that you do not have write permissions to the directory. > >Thanks, >Mark Vaughan >303.471.9987 (home) >303.601.4434 (mobile) >-----Original Message----- >From: ars...@ar... >[mailto:ars...@ar...] On Behalf Of Serouche Rahimpour >Sent: Saturday, January 27, 2007 3:14 PM >To: ARSperl User Discussion >Subject: Re: [Arsperl-users] installation issue > >I tried both >tar xf ARSperl-1.85.tar >and >tar -xf ARSperl-1.85.tar >For both cases I get: >tar: ARSOOform.pm - cannot create >tar: ARS.pm - cannot create >tar: ARS.xs - cannot create >tar: cannot open ARSperl-1.85/html/manual/OO Not a directory >tar: cannot open ARSperl-1.85/html/manual/OO Not a directory >tar: cannot open ARSperl-1.85/html/manual/OO Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html/manual Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: cannot open ARSperl-1.85/html Not a directory >tar: ARSOOmsgs.pm - cannot create >tar: ARSOOsup.pm - cannot create >tar: ARSnparm.pm - cannot create >tar: Artistic - cannot create >tar: CHANGES - cannot create >tar: INSTALLATION - cannot create >tar: LICENSE - cannot create >tar: MANIFEST - cannot create >tar: Makefile.PL - cannot create >tar: README - cannot create >tar: RELNOTES - cannot create >tar: TODO - cannot create >tar: USAGE - cannot create >tar: changes.dat - cannot create >tar: support-h.template - cannot create >tar: support.c - cannot create >tar: supportrev.c - cannot create >tar: supportrev.h - cannot create >tar: typemap - cannot create >tar: cannot open ARSperl-1.85/example/2.x Not a directory >tar: cannot open ARSperl-1.85/example/3.x Not a directory >tar: cannot open ARSperl-1.85/example/3.x Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/example Not a directory >tar: cannot open ARSperl-1.85/infra Not a directory >tar: cannot open ARSperl-1.85/infra Not a directory >tar: cannot open ARSperl-1.85/infra Not a directory >tar: cannot open ARSperl-1.85/infra Not a directory >tar: cannot open ARSperl-1.85/infra Not a directory >tar: cannot open ARSperl-1.85/infra Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory >tar: cannot open ARSperl-1.85/t Not a directory > >Any idea ? >Thanks >Serouche > > > > >Jeff Murphy wrote: > > >>Serouche Rahimpour wrote: >> >> >> >>>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 >>> >>> >>> >>> >>> >>For SUN, include the exact commands you are using and the full output >>showing the errors. >> >> >>------------------------------------------------------------------------- >>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 >> >> >> >> > > >------------------------------------------------------------------------- >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 > > >------------------------------------------------------------------------- >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 > > > ------------------------------------------------------------------------- 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 |
|
From: Serouche R. <ser...@dc...> - 2007-01-29 09:42:24
|
Hi Mark, many thanks for your feedback. The problem was that when I downloaded the file from the web, I stored it first on Windows. When I gunziped it, the output was ARSperl-1.85 without extension. Then I copied over this file to my Unix box. Then I had this problem with the tar (see my previous posts). So on my Unix I copied ARSperl-1.85 to ARSperl-1.85.tar so I was able to use tar on it. But then it could not create the directory ARSperl-1.85 you are mentioning not because I don't have permissions on the directory but because there was already a file called like the directory. I figured this out by trying to create the directory myself by hand. So now I moved the ARSperl-1.85 to another location so tar was able to untar. It could be maybe usefull to have a sort of README coming along with ARSperl-1.85.gzp to list few basics to start with. Maybe. Cheers Serouche Mark Vaughan wrote: > Serouche, > When you untar the tarball, it creates a directory tree directly underneath > your current directory beginning with ARSperl-1.85. It appears by the > output that this directory exists, but you are unable to write to it. Check > for the existence of the ARSperl-1.85 directory (ls -ld ARSperl-1.85). If > this exists, verify that you have write permissions. It should say > something like 'drwxr-xr-x'. If this directory exists, try to create a file > in the directory (>ARSperl-1.85/x). If this fails then the directory > exists, but you don't have permissions to write to it. Either change the > permissions or, if there are no files in the directory, consider removing > the directory so that it gets created correctly (rm -rf ARSperl-1.85) via > the tarball. Then start over. > > If all of this fails, please try untarring using tar -xvf ARSperl-1.85.tar. > This will give verbose output and then send that back out again. > > HTH, > Mark Vaughan > 303.601.4434 (mobile) > -----Original Message----- > From: ars...@ar... > [mailto:ars...@ar...] On Behalf Of Serouche Rahimpour > Sent: Sunday, January 28, 2007 7:44 AM > To: ARSperl User Discussion > Subject: Re: [Arsperl-users] installation issue > > could you say to which directory do I need write permission ? > > Mark Vaughan wrote: > > >> It appears that you do not have write permissions to the directory. >> >> Thanks, >> Mark Vaughan >> 303.471.9987 (home) >> 303.601.4434 (mobile) >> -----Original Message----- >> From: ars...@ar... >> [mailto:ars...@ar...] On Behalf Of Serouche Rahimpour >> Sent: Saturday, January 27, 2007 3:14 PM >> To: ARSperl User Discussion >> Subject: Re: [Arsperl-users] installation issue >> >> I tried both >> tar xf ARSperl-1.85.tar >> and >> tar -xf ARSperl-1.85.tar >> For both cases I get: >> tar: ARSOOform.pm - cannot create >> tar: ARS.pm - cannot create >> tar: ARS.xs - cannot create >> tar: cannot open ARSperl-1.85/html/manual/OO Not a directory >> tar: cannot open ARSperl-1.85/html/manual/OO Not a directory >> tar: cannot open ARSperl-1.85/html/manual/OO Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html/manual Not a directory >> tar: cannot open ARSperl-1.85/html Not a directory >> tar: cannot open ARSperl-1.85/html Not a directory >> tar: cannot open ARSperl-1.85/html Not a directory >> tar: cannot open ARSperl-1.85/html Not a directory >> tar: cannot open ARSperl-1.85/html Not a directory >> tar: cannot open ARSperl-1.85/html Not a directory >> tar: cannot open ARSperl-1.85/html Not a directory >> tar: cannot open ARSperl-1.85/html Not a directory >> tar: cannot open ARSperl-1.85/html Not a directory >> tar: cannot open ARSperl-1.85/html Not a directory >> tar: ARSOOmsgs.pm - cannot create >> tar: ARSOOsup.pm - cannot create >> tar: ARSnparm.pm - cannot create >> tar: Artistic - cannot create >> tar: CHANGES - cannot create >> tar: INSTALLATION - cannot create >> tar: LICENSE - cannot create >> tar: MANIFEST - cannot create >> tar: Makefile.PL - cannot create >> tar: README - cannot create >> tar: RELNOTES - cannot create >> tar: TODO - cannot create >> tar: USAGE - cannot create >> tar: changes.dat - cannot create >> tar: support-h.template - cannot create >> tar: support.c - cannot create >> tar: supportrev.c - cannot create >> tar: supportrev.h - cannot create >> tar: typemap - cannot create >> tar: cannot open ARSperl-1.85/example/2.x Not a directory >> tar: cannot open ARSperl-1.85/example/3.x Not a directory >> tar: cannot open ARSperl-1.85/example/3.x Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/example Not a directory >> tar: cannot open ARSperl-1.85/infra Not a directory >> tar: cannot open ARSperl-1.85/infra Not a directory >> tar: cannot open ARSperl-1.85/infra Not a directory >> tar: cannot open ARSperl-1.85/infra Not a directory >> tar: cannot open ARSperl-1.85/infra Not a directory >> tar: cannot open ARSperl-1.85/infra Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> tar: cannot open ARSperl-1.85/t Not a directory >> >> Any idea ? >> Thanks >> Serouche >> >> >> >> >> Jeff Murphy wrote: >> >> >> >>> Serouche Rahimpour wrote: >>> >>> >>> >>> >>>> 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 >>>> >>>> >>>> >>>> >>>> >>>> >>> For SUN, include the exact commands you are using and the full output >>> showing the errors. >>> >>> >>> ------------------------------------------------------------------------- >>> 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 >>> >>> >>> >>> >>> >> ------------------------------------------------------------------------- >> 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 >> >> >> ------------------------------------------------------------------------- >> 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 >> >> >> >> > > > ------------------------------------------------------------------------- > 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 > > > ------------------------------------------------------------------------- > 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 > > |