Lance Peterson wrote:

> I tried to add the full blown tar utility to LRP by compiling the source on
> the LRP machine but I received the following error:
> 
> ./configure: permission denied.

Not sure why you would need GNU tar, but anyway....

Likely that means it's not an executable file, or you don't have
permissions to run it.

> I used Putty pscp to copy all the source
> files over from Windows to the LRP machine with the -r and -p flags set to
> maintain sub directories and file permissions.  The copy seems to have
> worked fine.

What permissions?  UNIX has rwxrwxrwx plus some others; DOS has almost
none of these.  Where would execuable permissions come from (DOS has
none).

Best to go get that *.tar.gz file and unpack it under UNIX; *.tar.gz
preserves permissons.

> I am logged in as root.  Am I limited to adding only xxx.lrp modules???

I'm not sure what you mean by this.  Logged in where?  *.lrp files are
not modules and modules are not *.lrp files... modules are located in
/lib/modules and are *.o files.  *.lrp files are binary packages
precompiled for LRP.

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to