Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 19:30:36 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r272078 - stable/10/etc/defaults
Message-ID:  <201409241930.s8OJUaB1055391@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: peter
Date: Wed Sep 24 19:30:36 2014
New Revision: 272078
URL: http://svnweb.freebsd.org/changeset/base/272078

Log:
  MFC r269392: Add /usr/lib32/compat to the default ld-elf32.so.1 path.
  
  Approved by:	re (gjb, delphij)

Modified:
  stable/10/etc/defaults/rc.conf
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/defaults/rc.conf
==============================================================================
--- stable/10/etc/defaults/rc.conf	Wed Sep 24 19:30:12 2014	(r272077)
+++ stable/10/etc/defaults/rc.conf	Wed Sep 24 19:30:36 2014	(r272078)
@@ -619,7 +619,8 @@ clear_tmp_X="YES" 	# Clear and recreate 
 ldconfig_insecure="NO"	# Set to YES to disable ldconfig security checks
 ldconfig_paths="/usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg"
 			# shared library search paths
-ldconfig32_paths="/usr/lib32" # 32-bit compatibility shared library search paths
+ldconfig32_paths="/usr/lib32 /usr/lib32/compat"
+			# 32-bit compatibility shared library search paths
 ldconfig_paths_aout="/usr/lib/compat/aout /usr/local/lib/aout"
 			# a.out shared library search paths
 ldconfig_local_dirs="/usr/local/libdata/ldconfig"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409241930.s8OJUaB1055391>