I have used the runports command as root for a package called ncftp. If I use
pkg_add -r ncftp
it is fetched and installed.
I also used the make install clean build form source code option with the same results.
When I attempt to run ncftp from the CLI i get the error:
this library file is built and installed in /usr/local/lib.
How do I tell BSD where to find the library?
I have installed other ports such as ALPINE & SLRN with no problems in executing them for CLI.
pkg_add -r ncftp
it is fetched and installed.
I also used the make install clean build form source code option with the same results.
When I attempt to run ncftp from the CLI i get the error:
Code:
/libexec/ld-elf.so.1: Shared object "libncftp.so.3" not found, required by "ncftp"
How do I tell BSD where to find the library?
I have installed other ports such as ALPINE & SLRN with no problems in executing them for CLI.