On 8/29/06, Dario Cardoso <[EMAIL PROTECTED]> wrote:
I use FreeBSD and i install clip

When i try running the little example i receive this message

blackthorne# pwd
/usr/local/clip/doc/example
blackthorne# ./mouse
/libexec/ld-elf.so.1: Shared object "libclip.so" not found, required by
"mouse"
blackthorne# ./tcpserv
/libexec/ld-elf.so.1: Shared object "libclip.so" not found, required by
"tcpserv"
blackthorne#

How i resolv this?

Does "ldconfig -r | grep clip" find the libclip.so file?

It should find the file in ${PREFIX}/clip/lib/libclip.so.  If it
doesn't, then you need to add ${PREFIX}/clip/lib to the library path.

ldconfig -n ${PREFIX}/clip/lib

Scot

--
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to