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
I attempted to compile the 3.0-stable version of n2n on my computer. However, it signaled an error during the execution of 'make install'. /bin/sh: pkg-config: command not found echo "MANDIR=/usr/share/man" MANDIR=/usr/share/man mkdir -p /usr/local/sbin /usr/share/man/man1 /usr/share/man/man7 /usr/share/man/man8 install -m755 supernode /usr/local/sbin/ install -m755 edge /usr/local/sbin/ install -m644 edge.8.gz /usr/share/man/man8/ install: /usr/share/man/man8//edge.8.gz: Operation not permitted make: *** [install] Error 71
Does anyone know the reason why this is happening? Some people suggested that I need to disable SIP in order to continue the installation. Is there any other method that will allow me to install it?
The text was updated successfully, but these errors were encountered:
Are you able to retest this against the recently released fork n3n and raise a ticket there if you still cannot get it working? We would be happy to investigate it further as part of that new project.
I attempted to compile the 3.0-stable version of n2n on my computer. However, it signaled an error during the execution of 'make install'.
/bin/sh: pkg-config: command not found echo "MANDIR=/usr/share/man" MANDIR=/usr/share/man mkdir -p /usr/local/sbin /usr/share/man/man1 /usr/share/man/man7 /usr/share/man/man8 install -m755 supernode /usr/local/sbin/ install -m755 edge /usr/local/sbin/ install -m644 edge.8.gz /usr/share/man/man8/ install: /usr/share/man/man8//edge.8.gz: Operation not permitted make: *** [install] Error 71
Does anyone know the reason why this is happening? Some people suggested that I need to disable SIP in order to continue the installation. Is there any other method that will allow me to install it?
The text was updated successfully, but these errors were encountered: