From owner-freebsd-stable@FreeBSD.ORG Tue May 11 03:34:58 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C320F1065676 for ; Tue, 11 May 2010 03:34:58 +0000 (UTC) (envelope-from lhmwzy@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id 766558FC16 for ; Tue, 11 May 2010 03:34:58 +0000 (UTC) Received: by qyk11 with SMTP id 11so6683633qyk.13 for ; Mon, 10 May 2010 20:34:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=RqUlTB/Jwmb2XFuQLlLolZD5lHEyE2D5msVedgERa/Q=; b=CDHuvTtyN/yfaTccO4RIfbtyXRnD6wWjUU7p9CEyRTD6oVJ2/HzxlEqL6D5tUaKkwT ksidlHddMV+oUqBERNdr8jG4su9/LDh2sw0bi1c1QisbkNArNY0jSHZpCT6jCf0ULcw8 KcGmSQKplMPNHt2zWZvLXR7xaTFcM6K3WoFv4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uwQD88Zz4krqufLbJE/LXlYxxMCCBPwbWsI2lgdeYIiLlT/A6c+Al991TR2D0SOFSS 04wqdGkZVopQNB/CuDa+iFWTYB863SU+OW305ZgPGjUV+oaMPcCRgFQ7SLXWINtm1NdQ mvngGx7E77eG9vjIM7tTYTyetJ2Ze4YSzod4U= MIME-Version: 1.0 Received: by 10.229.237.142 with SMTP id ko14mr4278781qcb.11.1273547494508; Mon, 10 May 2010 20:11:34 -0700 (PDT) Received: by 10.229.104.194 with HTTP; Mon, 10 May 2010 20:11:34 -0700 (PDT) Date: Tue, 11 May 2010 11:11:34 +0800 Message-ID: From: lhmwzy To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: How to clear the 32-bit ldconfig error in 64-bit FreeBSD? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2010 03:34:58 -0000 like this: ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat 32-bit compatibility ldconfig path: /usr/local/lib32/compat .: Can't open %%RC_SUBR%%: No such file or directory uname -a: FreeBSD lanshuweb2 8.0-RELEASE FreeBSD 8.0-RELEASE #2: Tue May 11 10:04:28 UTC 2010 root@lanshuweb2:/usr/obj/usr/src/sys/mlh amd6 /usr/src/sys/amd64/conf/mlh: ... options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking #options INET6 # IPv6 communications protocols options SCTP # Stream Control Transmission Protocol options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options UFS_GJOURNAL # Enable gjournal-based UFS journaling options MD_ROOT # MD is a potential root device #options NFSCLIENT # Network Filesystem Client #options NFSSERVER # Network Filesystem Server #options NFSLOCKD # Network Lock Manager #options NFS_ROOT # NFS usable as /, requires NFSCLIENT #options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_PART_GPT # GUID Partition Tables. options GEOM_LABEL # Provides labelization options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty) #options COMPAT_IA32 # Compatible with i386 binaries #options COMPAT_FREEBSD4 # Compatible with FreeBSD4 #options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options COMPAT_FREEBSD6 # Compatible with FreeBSD6 options COMPAT_FREEBSD7 # Compatible with FreeBSD7 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI #options KTRACE # ktrace(1) support #options STACK # stack(9) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options P1003_1B_SEMAPHORES # POSIX-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. options KBD_INSTALL_CDEV # install a CDEV entry in /dev options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) options AUDIT # Security event auditing options MAC # TrustedBSD MAC Framework options FLOWTABLE # per-cpu routing cache #options KDTRACE_FRAME # Ensure frames are compiled in #options KDTRACE_HOOKS # Kernel DTrace hooks # Make an SMP-capable kernel by default options SMP # Symmetric MultiProcessor Kernel .......