LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install beta application (https://www.linuxquestions.org/questions/linux-newbie-8/install-beta-application-807037/)

helpmeoutplease 05-10-2010 04:12 PM

Install beta application
 
tHE FILE IS A TGZ. FILE so i go to place it in the Home folder, then i extract it. It creates a new folder. but when i go to try to start the application this error poppes up.

error message:

program not been able to find a valid license. This may be because the license file is incorrectly installed, your current license has expired, or you do not have a valid license installed. Please check that you have installed the license file in the correct directory.

(I have a good licence)

/usr/local/foundry/FLEXlm/.

were do i create this directory so the program can find the license.

pixellany 05-10-2010 04:36 PM

welcome to LQ!!

Please tell us the distro (version) of Linux, and what application you are trying to install.

Are there any instructions on where to install the license?

Quote:

/usr/local/foundry/FLEXlm/.
How is this significant?

helpmeoutplease 05-10-2010 05:10 PM

Using ubuntu lucid 10.0.4

Instructions :

Extract Nuke from the tgz archive with the following terminal
command, replacing [version number] with the current version:
tar xvzf Nuke[version number]-linux-x86-release-64.tgz

Thanks for that, I have attached your license file foundry.lic.
Simply unzip and place this license into the path directory of
/usr/local/foundry/FLEXlm/.
You will need to create this path structure if you haven't installed any
Foundry products before. ( i haven't)

helpmeoutplease 05-10-2010 05:11 PM

What do i need to do ?

how do i create this ? /usr/local/foundry/FLEXlm/. and where ? so i can put the license in there.

pixellany 05-10-2010 05:15 PM

So you need to create the directory???

Code:

###First, make sure it's not already there:###
cd /usr/local
ls|grep found
If foundry is there, then
cd foundry
##look for FLEXlm
###to create###
sudo mkdir /usr/local/foundry/FLEXlm


brucehinrichs 05-10-2010 05:17 PM

Code:

sudo mkdir /usr/local/foundry/FLEXlm
cp /<path to foundry.lic> /usr/local/foundry/FLEXlm

Should do the trick.

brucehinrichs 05-10-2010 05:18 PM

I really need to learn to type faster. :p

helpmeoutplease 05-10-2010 05:19 PM

here is the error i'm getting when i try to install the license


Failed to install Node Locked license(s), could not open :
/usr/local/foundry/FLEXlm/foundry.lic

helpmeoutplease 05-10-2010 05:24 PM

i suck at the terminal , how can i just manually find it please?

helpmeoutplease 05-10-2010 05:24 PM

or make this?

pixellany 05-10-2010 05:24 PM

Please confirm that you have the directory.

Then show us exactly the command you are using to copy the file to it.

Example, suppose the license file ("license") is in /home/username/foundry

you would do:
Code:

cd /home/username/foundry
cp license /usr/local/foundry/FLEXlm


helpmeoutplease 05-10-2010 05:26 PM

What does cd stand for ? i need to just create it , just please tell me where to create it , its not there.

pixellany 05-10-2010 05:28 PM

I gave you the command to create the directory--in my first post. Did you try it?

"cd" means "change directory"

helpmeoutplease 05-10-2010 05:30 PM

o.k , first i dont have a folder in my Home folder called Foundry. They just sent me a Tgz . so i placed it in the home folder and right clicked on it to extracted it, it then created a folder with the same name as the Tgz. but it was a folder. The only thing else they sent me was a license file. maybe i'm not installing the program right.

pixellany 05-10-2010 05:35 PM

Quote:

i dont have a folder in my Home folder called Foundry
I was only giving an example.

Note that "directory" and "folder" are the same thing.

1. create the requested directory using the command in my first post.

2. use the "cd" command to go to the directory where the license file is.

3. use the "cp" command to copy the license file to the new directory


All times are GMT -5. The time now is 11:10 PM.