- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have the following message : Failed to create license folder when I install.
I can not proceed to install ifort in my MAC.
I can not proceed to install ifort in my MAC.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - yjleerutgers
I have the following message : Failed to create license folder when I install.
I can not proceed to install ifort in my MAC.
I can not proceed to install ifort in my MAC.
The installer attempts to put the license in /Users/Shared/Library/Application Support/Intel/Licenses
Check the permissions on /Users/Shared/Library/Application Support in a terminal window:
ls -ld /Users/Shared/Library/Application Support/
drwxr-xr-x 4 rwgreen wheel 136 Aug 3 11:44 /Users/Shared/Library/Application Support/
Make sure the ownership and permissions permit you to write to this directory. If not, as root or admin user on a terminal window:
chown
chmod 755 /Users/Shared/Library/Application Support/
and then retry the installation.
ron
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - yjleerutgers
I have the following message : Failed to create license folder when I install.
I can not proceed to install ifort in my MAC.
I can not proceed to install ifort in my MAC.
The installer attempts to put the license in /Users/Shared/Library/Application Support/Intel/Licenses
Check the permissions on /Users/Shared/Library/Application Support in a terminal window:
ls -ld /Users/Shared/Library/Application Support/
drwxr-xr-x 4 rwgreen wheel 136 Aug 3 11:44 /Users/Shared/Library/Application Support/
Make sure the ownership and permissions permit you to write to this directory. If not, as root or admin user on a terminal window:
chown
chmod 755 /Users/Shared/Library/Application Support/
and then retry the installation.
ron

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page