From owner-freebsd-stable Wed Mar 28 3:52:53 2001 Delivered-To: freebsd-stable@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id A9A5B37B722 for ; Wed, 28 Mar 2001 03:52:50 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.3) with SMTP id f2SBow516029; Wed, 28 Mar 2001 06:50:58 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <005401c0b77d$6ee28d70$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Donn Miller" , "Dmitry Sivachenko" Cc: References: <20010328150814.A21668@netserv1.chg.ru> <3AC1C825.C99988BC@cvzoom.net> Subject: Re: SVR4 problem Date: Wed, 28 Mar 2001 06:51:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It looks like 'kldload svr4' is failing because the streams module hasn't been loaded. Either compile 'pseudo-device STREAMS' into your kernel, or do a 'kldload streams' before you try and load the SVR4 module. -- Matt Emmerton > Dmitry Sivachenko wrote: > > > > Hello! > > > > On my recent 4-STABLE: > > > > # kldload svr4 > > kldload: can't load svr4: Exec format error > > > > from dmesg: > > > > link_elf: symbol svr4_stream_get undefined > > > > Is it a known problem? Or what am I doing wrong? > > FWIW, I get the same exact errors on my -stable box: > > $ uname -a > FreeBSD acs-24-154-34-133.zoominternet.net 4.3-RC FreeBSD 4.3-RC #0: Mon > Mar 26 10:23:08 EST 2001 > dmmiller@acs-24-154-53-192.zoominternet.net:/usr/src/sys/compile/CUSTOM > i386 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message