Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib64 symlink #27

Open
ryandesign opened this issue Feb 6, 2023 · 0 comments
Open

lib64 symlink #27

ryandesign opened this issue Feb 6, 2023 · 0 comments

Comments

@ryandesign
Copy link

Building 6.00.05 on macOS within MacPorts:

[100%] creating link from lib to lib64
cd /opt/local && ln -s -f -n lib lib64
ln: lib64: Operation not permitted
make[2]: *** [src/LNS] Error 1

("Operation not permitted" occurs because MacPorts protects /opt/local from unauthorized changes.)

There is never a lib64 directory on macOS; you shouldn't be trying to make one (nor a symlink of that name).

Even on non-Mac operating systems it seems like it is outside your program's purview to create a lib64 symlink within the installation prefix (which may also be used by other programs that may prefer, for example, for lib64 to be a separate directory rather than a symlink).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant