Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2005 12:23:34 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Peter Wemm <peter@wemm.org>
Cc:        Kris Moore <piett134@gmail.com>, Paul Saab <ps@freebsd.org>, freebsd-amd64@freebsd.org
Subject:   Re: Question about x64 and running x86 programs
Message-ID:  <20051111202334.GA64218@troutmask.apl.washington.edu>
In-Reply-To: <20051111200558.GA64077@troutmask.apl.washington.edu>
References:  <43743466.2050909@gmail.com> <43743CC5.9070801@freebsd.org> <200511111131.36948.peter@wemm.org> <20051111200558.GA64077@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

--SLDf9lqlvOQaIe6s
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Fri, Nov 11, 2005 at 12:05:58PM -0800, Steve Kargl wrote:
> On Fri, Nov 11, 2005 at 11:31:36AM -0800, Peter Wemm wrote:
> > On Thursday 10 November 2005 10:40 pm, Paul Saab wrote:
> > > LD_32_LIBRARY_PATH
> > 
> > ldconfig -32 /usr/lib32:/usr/X11R6/lib32:/usr/local/lib32
> > 
> 
> man ldconfig does not show a -32 option.
> 

See attached.

-- 
Steve

--SLDf9lqlvOQaIe6s
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="ldconfig.8.diff"

--- ldconfig.8	Fri Nov 11 12:19:58 2005
+++ ldconfig.8.new	Fri Nov 11 12:19:04 2005
@@ -37,6 +37,7 @@
 .Nd configure the shared library cache
 .Sh SYNOPSIS
 .Nm
+.Op Fl 32
 .Op Fl aout | Fl elf
 .Op Fl Rimrsv
 .Op Fl f Ar hints_file
@@ -103,6 +104,9 @@
 The following options are recognized by
 .Nm :
 .Bl -tag -width indent
+.It Fl 32
+On 64-bit systems that support running 32-bit binaries, load hints 
+about the 32-bit shared libraries.
 .It Fl aout
 Generate the hints for a.out format shared libraries.
 .It Fl elf

--SLDf9lqlvOQaIe6s--



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