View Single Post
  #1 (permalink)  
Old 07-22-05, 10:10 AM
abtimoteo abtimoteo is offline
Newbie Coder
 
Join Date: Dec 2003
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Question perl module on a non-root directory

1. hi, everybody.

2. i have been trying to install HTML::Strip, a perl module, on a remote non-root directory.

3. i did the following:

gzip -d Module.tar.gz

tar -xof Module.tar

cd Module

perl Makefile.PL PREFIX=/InstallDir

4. THEN, when i issued the "make" command, i got the following error msg:

/bin/sh: line 1: /usr/bin/cc: Permission denied
make: *** [Strip.o] Error 126

what does the above error msg mean? how can it be remedied?

5. for whatever it is worth, i used the same procedure for installing another module without encountering any hitches.

6. thanks in advance.
Reply With Quote