Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

Unable to install VTune 9.0

voodooboy
Beginner
415 Views
I've been trying to get VTune to install on a Red Hat Enterprise R4 machine. I start the install as a sudo and set it at the default installation location (/opt/intel/vtune). But when the installation starts, immediately it shows this error message:

EntireX DCOM for Linux* component is being installed...
./.././data/install-vtune.sh: line 6175: 1: No such file or directory
Installation failed. Please press to finish.

I looked up the install-vtune.sh file, line #6175 and this is what it is:

output=$(./$DCOM_INSTALLER -i license 2&>1)

It's probably mixing up the path somewhere...but im not able to nail the problem. Any help would be much appreciated!

Thanks
0 Kudos
2 Replies
Thomas_W_Intel
Employee
415 Views

Voodooboy,

I normally change to the directory with the installation files (e.g. /tmp/vtune_linux_9.0.upd3) then then call ./install.sh as root. Maybe this works for you as well.

Kind regards

Thomas

0 Kudos
voodooboy
Beginner
415 Views
Hey Thomas,

Thanks for the reply. Apparently it had something to do with me not having write permissions to certain directories. And I thought using "su" would over come all of that!...anyways...got it installed and it's working great. Thanks!
0 Kudos
Reply