You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
In the installer you can select the drive onto which you want Chef-DK installed. In my case, I selected my secondary drive and the installer ran successfully. The secondary drive is mounted at /Volumes/Morningside, but the Chef scripts' shell prelines are not updated appropriately:
Actually, the problem goes deeper. Trying to execute Ruby has problems because of the compile-time linker path:
The following berks command failed to execute:
/Volumes/Morningside/opt/chefdk/bin/berks --version --format json
The stdout and stderr are shown below:
stdout:
stderr: dyld: Library not loaded: /opt/chefdk/embedded/lib/libruby.2.1.0.dylib
Referenced from: /Volumes/Morningside/opt/chefdk/embedded/bin/ruby
Reason: image not found
Perhaps the installer should disable non-root disks, since it doesn't appear to be supported?
In the installer you can select the drive onto which you want Chef-DK installed. In my case, I selected my secondary drive and the installer ran successfully. The secondary drive is mounted at
/Volumes/Morningside
, but the Chef scripts' shell prelines are not updated appropriately:This path should point to
/Volumes/Morningside/opt/chefdk/embedded/bin/ruby
The text was updated successfully, but these errors were encountered: