Error installing a port

Lowell Gilbert freebsd-questions-local at be-well.no-ip.com
Mon Jul 21 14:23:16 PDT 2003


Pimp DUSK <dusk at badseed.bytch.net> writes:

> 	I want to install centericq on my FreeBSd box. I am
> running 4.7 stable. When I run make I ge this error.
> 
> badseed# make
> ===>  Building for centericq-4.9.4
> /usr/libexec/ld-elf.so.1: Shared object "libintl.so.1" not found
> 
> It lookslike I need to install libintl.so.1. I do a locate on
> libintl.so and it looks like I other libintl.so but not this one.
> 
> badseed# locate libintl.so
> /usr/local/lib/libintl.so
> /usr/local/lib/libintl.so.4
> 
> 
> My question is, how do I install "libintl.so.1"?

You don't.  The library you already have is the one that the port should
be picking up.  I don't understand what's going on, but:  make sure you're
building the port from the proper directory (/usr/ports/net/centericq) and
do a "make clean" before starting it again.


More information about the freebsd-questions mailing list