Am Wed, 1 May 2013 16:05:25 +0200 schrieb Jacques Montier <[email protected]>:
> Me again,
>
> I think this error is due to the /usr/local/lib symlink -> /usr/lib64.
> Some days ago, i upgraded to baselayout-2.2.
> The compile logs said :
> "Your system profile has SYMLINK_LIB=yes, so that means you need to
> have these paths configured as follows:
> symlinks to 'lib64': /usr/local/lib"
>
> So, i symlinked /usr/local/lib -> /usr/lib64.
>
> What is wrong to do that ?
>
> I deleted the symlink and now kdelibs configure works fine.
It's good that you figured it out :) .
> What's your advice ?
You were supposed to:
1. move /usr/local/lib to /usr/local/lib64
2. create a /usr/local/lib symlink that points to /usr/local/lib64
This is exactly like how /usr/lib points to /usr/lib64 and /lib points
to /lib64:
$ ls -lhd {,/usr,/usr/local}/lib
lrwxrwxrwx 1 root root 5 11. Jan 11:41 /lib -> lib64
lrwxrwxrwx 1 root root 6 10. Sep 2007 /usr/lib -> lib64/
lrwxrwxrwx 1 root root 5 22. Mai 2012 /usr/local/lib -> lib64
> thanks a lot,
>
> Cheers,
>
> --
> Jacques
HTH
--
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup
signature.asc
Description: PGP signature

