Link to home
Start Free TrialLog in
Avatar of jtran007
jtran007

asked on

install x-lite

Hi expert,
After getting x-lite software from website, I try to
install it by using xtensoftphone.

But I got the error  "bash :  xtensoftphone : command not found"

Could you show how to run this program?
Thanks,
JT
Avatar of torimar
torimar
Flag of Germany image

Assuming that this is the correct command to run, have you already tried running it like this:

./xtensoftphone

Note: you need to be in the same directory as the file.
Avatar of jtran007
jtran007

ASKER

Hi Torima,

I did try ./xtensoftphone but I got the error:
"No such file or directory"

Regards,
JT
Have you made sure there is a file with that name in your current directory?

Run:
ls -a

If there is no such file, it can't work. You must find the folder that contains that file.
For all I know, the xtensoftphone script will be located in a folder called xten-xlite. CD to that folder, and then try again.
Hi Torimar,

Yes, I use ls- al and I can see the file xtensoftphone in the xten-xlite directory, but
I could not run this program as I mentioned above.
Do you have any ideas?

Thanks,
JT
Are you actually *in* that xten-xlite directory?

If yes, and it doesn't work, make sure the script is executable:

chmod +x xtensoftphone

Also, you may have to run this as root.
Hi Torima,

Yes, I did change its access too as you mentioned. But it is still not working.

Also I run it as root.

Regards,
JT
ASKER CERTIFIED SOLUTION
Avatar of torimar
torimar
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Torima,

Same thing happens. I don't know,

JT
Please paste the output here that you receive after each of these commands, or make a screenshot of your console after running them.
I didn't expect this to work, it is just for me to get an idea.
Thanks,
JTran