Ok, so I jumped back into this tonight.
Apologies in advance.
I think I am going to have to trouble shoot this from scratch because I honestly think that I haven't really achieved anything successful in trying to solve this.
Since I am quite newbie in Irix and only getting by with my general knowledge of Linux I am basically flying blind with no abliity to connect a to b along the way.
Currently I understand how to use the software manager and I can untar or unpack .gz files and other compressed items.
The current issue is that because the ./configure of XVidcap stops at the XML perl parser item I am simply trying to install the nekoware PERL items on the repository.
Ok, for starters
I am not sure I have anything perl installed what so ever.
I see a file named "perl" in /usr/nekoware/bin/
The two I listed in the post above.
Though I am not sure if these are the relevent "perl" files.
Now. To give you some context.
I can't even make any of the commands do anything.
so when you put this..
I selected it and middle mouse clicked it into a terminal and pressed enter.
Initially it did nothing except put the cursor on the next line below it which I assumed means I am then inputting a command which then becomes a script.
So while the cursor was on the next line I input
Code: Select all
setenv PERL /usr/nekoware/bin/perl
But it never did anything.
I realize now that since I closed the terminal because I didn't properly ctrl-z "suspended" out of that mode.
Anyways after that when I try to use
it spits out this....
Now when I try to do
it comes back
Code: Select all
Can't open perl script "test.pl": No such file or directory
So I try
it kicks back
Code: Select all
Cannot access test.pl: No such file or directory
Now I assume that means I am not in the right directory OR that perl or something else isn't installed.
Basically when I am trying to check what the first line of the script is it is not finding anything.
I realize all we are trying to do is get an env variable setup so that when perl script is executing that it is seeing the correct location of the perl binary right?
I am unsure of the context of what I am doing basically. I am not sure if we are trying to check what is installed first before we install perl... IF perl is installed while at the same time I am trying to make sure that I don't already have perl installed since I do see these files in the nekoware/bin folder.
To sum up
1. Do I have perl installed?
3. IF yes then try these commands to check.
4. The commands aren't seeming to execute properly so maybe I don't have perl installed
5. OR it is installed in the wrong place
5. Maybe I don't have all the tardist files and have installed them?
I am logged in as Root trying all of this.
On the subject of NEKODEPS.PL
In an attempt to try the nekodeps.pl
Ian setup the irix system for me. It has an "i" folder with lots of nekoware that used to come on a CD.
An "sw" subfolder for software. In that is the nekodeps.pl file.
When I try to run nekodeps for configuration..
It kicks back
Code: Select all
/usr/nekoware/bin/nekodeps.pl: Permission denied.
It does that with any command from the readme file.
Forgive my very basic knowledge of Irix as it is most likely novice contextual ignorace which is keeping me from solving a very simple and routine perl install and script configure and xvidgrab install.