/usr/ports/databases/clip -> error after instalation

Scot Hetzel swhetzel at gmail.com
Tue Aug 29 15:08:58 UTC 2006


On 8/29/06, Dario Cardoso <cbd_cbd at hotmail.com> 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.


More information about the freebsd-ports mailing list