On Sat, 2002-07-27 at 16:38, Kenton Groombridge wrote:
> Hi,
>
> There is a problem with libsasl7-devel-1.5.27-5mdk.
>
> I have rebuilt it from the cyrus-sasl-1.5.27-5mdk.src.rpm, and tried to
> fix the problem but couldn't.
>
> The file from the rpm, /usr/lib/libsasl.la, is not recognized as a valid
> libtool archive when rebuilding kdebase.
>
> I can manually fix it by changing the line:
>
> libdir=''
>
> to:
>
> libdir='/usr/lib'
>
> I know C/C++ programming pretty well on Amiga, but haven't touched
> UNIX/Linux programming. I am learning though.
>
> This, right now, is way out of my league, or I am doing something stupid
> which is definately possible. Please let me know if I am doing
> something wrong here.
>
> Ken
>
> --
>
> Kenton A. Groombridge
> [EMAIL PROTECTED]
> http://home.coastalnow.net/~kgroombr/
>
>
>
Move libsasl.a and libsasl.la out of your /usr/lib directory, and kdebase will build
fine.
I'm not sure but I was told that these are static libraries and kdebase
is built with -enabled-shared --disable-static.