Hello,
I need a symlink in '/usr/lib' to point to a '???.dylib'. My application cannot find a library in '/usr/lib'.
Is there a proper way to add a symlink for this via 'synthetic.conf' ?
Thanks
Hello,
I need a symlink in '/usr/lib' to point to a '???.dylib'. My application cannot find a library in '/usr/lib'.
Is there a proper way to add a symlink for this via 'synthetic.conf' ?
Thanks
You cannot modify /usr/lib. Use /usr/local/lib instead.
Can you share more details regarding the error? Asking the user to modify their system in order to help your application locate a library isn't the right approach.