[PCBSD] Problem w/ ncftp port PCBSD 7.1.1

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:
Code:
/libexec/ld-elf.so.1: Shared object "libncftp.so.3" not found, required by "ncftp"
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.
 
Did you ever update your ports? Or are you mixing PBIs, ports and packages? Anyway, it's a bad idea. Update your ports tree and build ncftp.
 
Back
Top