On Fri, 1 Jun 2001, michael wrote:
> I am trying to compile kdelibs from source and after configure keep
> getting an error msg saying libpcre isn't installed...but it is! from
> rpms and from source.
> whereis libpcre
> libpcre: /usr/lib/libpcre.a /usr/lib/libpcre.la /usr/lib/libpcre.so
> /usr/local/lib/libpcre.a /usr/local/lib/libpcre.la
> /usr/local/lib/libpcre.so
> What gives???
> --
The problem is likely the fact that you have two different versions
installed. If it uses the headers in /usr/include but the libs in
/usr/local/lib (or the opposite), configure probably gets a link error.
Look in your config.log file to see what happened.
Arnd <><