On 06/18/2012 10:58 AM, Farney, Kira (IS) wrote: > We rebuilt ncurses, openssl, and libpcap. As and before, we followed the > instructions described in BUILD_NOTES. Here is the generated list of the > directories > and their contents.
The 'ldd' tool can be useful for figuring out library issues. ldconfig might help. Setting LD_LIBRARY_PATH shell environment variable might help if libraries are in a strange place. > /usr/local/xorp/sbin # ./xorpsh > > ./xorpsh: error while loading shared libraries: libncurses.so.5: cannot open > shared object file: No such file or directory Check that libncurses.so.5 actually exists on your system? Thanks, Ben -- Ben Greear <[email protected]> Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
