ln: failed to create symbolic link 'libz.so': Operation not permitted

1.5k views Asked by At

While installing the zlib library from source code, running make provides the following error.

ln: failed to create symbolic link 'libz.so': Operation not permitted

It seems like a permission error so tried with sudo but the error continued. I am trying to install zlib in /usr/local/zlib instead of the default. Does this create an issue?

0

There are 0 answers