[SOLVED] Re: %post -p /sbin/ldconfig

Michael Schwendt ms-nospam-0306 at arcor.de
Thu Sep 11 14:14:29 UTC 2003


SOLVED. It is only an issue for Fedora QA. None of Red Hat's packages is
affected. Thanks for listening. ;)

[...]

>From glibc ChangeLog:

2003-07-22  H.J. Lu  <hongjiu.lu at intel.com>

	* elf/ldconfig.c (main): Issue a fatal error if relative path
	is used to build cache.

[...]

>From ldconfig.c:

  /* Remaining arguments are additional directories if opt_manual_link
     is not set.  */
  if (remaining != argc && !opt_manual_link)
    {
      int i;
      for (i = remaining; i < argc; ++i)
	if (opt_build_cache && argv[i][0] != '/')
	  error (EXIT_FAILURE, 0,
		 _("relative path `%s' used to build cache"),
		 argv[i]);
	else
	  add_dir (argv[i]);
    }

-- 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20030911/f5c2006f/attachment.sig>


More information about the fedora-devel-list mailing list