ldconfig problems
Andreas Jaeger
aj@suse.de
Mon Jul 10 03:02:00 GMT 2000
>>>>> Andreas Schwab writes:
AS> Andreas Jaeger <aj@suse.de> writes:
AS> |> Index: sysdeps/generic/dl-cache.h
AS> |> --- sysdeps/generic/dl-cache.h 2000/05/17 11:04:01 1.3
AS> |> +++ sysdeps/generic/dl-cache.h 2000/07/10 07:38:49
AS> |> @@ -27,7 +27,7 @@
AS> |> #endif
AS> |>
AS> |> #ifndef LD_SO_CACHE
AS> |> -# define LD_SO_CACHE "/etc/ld.so.cache"
AS> |> +# define LD_SO_CACHE SYSCONFDIR ## "ld.so.cache"
AS> ^^
AS> Please remove this.
If I remove it, I get this warning:
../sysdeps/generic/dl-cache.c:153: warning: left-hand operand of comma expression has no effect
The line is:
_dl_debug_message (1, " search cache=", LD_SO_CACHE, "\n", NULL);
What shall I do?
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
More information about the Libc-hacker
mailing list