Question about x64 and running x86 programs

Steve Kargl sgk at troutmask.apl.washington.edu
Fri Nov 11 12:23:35 PST 2005


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
-------------- next part --------------
--- 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


More information about the freebsd-amd64 mailing list