This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ldconfig problems


Andreas Jaeger <aj@suse.de> writes:

|> Index: sysdeps/generic/dl-cache.h
|> --- sysdeps/generic/dl-cache.h	2000/05/17 11:04:01	1.3
|> +++ sysdeps/generic/dl-cache.h	2000/07/10 07:38:49
|> @@ -27,7 +27,7 @@
|>  #endif
|>  
|>  #ifndef LD_SO_CACHE
|> -# define LD_SO_CACHE "/etc/ld.so.cache"
|> +# define LD_SO_CACHE SYSCONFDIR ## "ld.so.cache"
                                    ^^
Please remove this.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]