[24412] in Kerberos
Re: Can't find libgcc after building 1.4.1
daemon@ATHENA.MIT.EDU (Douglas E. Engert)
Thu Aug 4 12:12:08 2005
Message-ID: <42F23B45.9060303@anl.gov>
Date: Thu, 04 Aug 2005 10:59:01 -0500
From: "Douglas E. Engert" <deengert@anl.gov>
MIME-Version: 1.0
To: Wyllys Ingersoll <wyllys.ingersoll@sun.com>
In-Reply-To: <42F21087.9070400@sun.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
cc: Mike Friedman <mikef@ack.berkeley.edu>
cc: kerberos@mit.edu
Errors-To: kerberos-bounces@mit.edu
>>
>> I set LD_LIBRARY_PATH in a shell script that then ran the 'configure'.
>> The 'make' then ran OK, but 'make install' bombed out right near the
>> beginning, while 'making install in util ...'.
>>
>> I'm sure I'm doing something wrong. This is the first time I've
>> installed MIT K5 with shared libraries (which now is the default), so
>> I'm not used to dealing with these issues.
>>
It soulds like you are building Kerberos in one directory and then
installing into a different diretory, but then copying it
to some other directory.
With the proper choice of of --prefix to point at where it will
eventially be installed (then rpath will have $prefix/lib )and the
use of DESTDIR= when you do the make install to some other location,
you should not have to force any aditional rpath variables.
We do this by building krb5 in AFS then copying to a local system.
>> Mike
>
> ________________________________________________
> Kerberos mailing list Kerberos@mit.edu
> https://mailman.mit.edu/mailman/listinfo/kerberos
>
>
>
--
Douglas E. Engert <DEEngert@anl.gov>
Argonne National Laboratory
9700 South Cass Avenue
Argonne, Illinois 60439
(630) 252-5444
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos