I try to update our old FastCGI php (5.3) to a new one in php 7.3. After some effort, i can build my php 7.3 and have my php-cgi build.
But when i try to launch this 7.3 fastCGI on another computer, it gives me this error : "dyld: Library not loaded: /usr/local/lib/libldap-2.4.2.dylib"
. The old php 5.3 FastCGI build don't ask me for dyld and are standalone.
How can i make my 7.3 build to be totally standalone?