From owner-freebsd-geom@FreeBSD.ORG Thu May 3 19:17:50 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BFDA16A400 for ; Thu, 3 May 2007 19:17:50 +0000 (UTC) (envelope-from deniswork@uzvik.kiev.ua) Received: from utel1.besthosting.in.ua (besthosting.in.ua [213.186.116.70]) by mx1.freebsd.org (Postfix) with ESMTP id DD6C713C480 for ; Thu, 3 May 2007 19:17:49 +0000 (UTC) (envelope-from deniswork@uzvik.kiev.ua) Received: from [195.69.168.153] (helo=andrew.nolan) by utel1.besthosting.in.ua with esmtpa (Exim 4.60) (envelope-from ) id 1HjgoH-0000Bp-2R; Thu, 03 May 2007 22:17:49 +0300 Date: Thu, 3 May 2007 22:18:04 +0300 From: deniswork@uzvik.kiev.ua X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <1679825767.20070503221804@uzvik.kiev.ua> To: =?ISO-8859-1?Q?Arne_W=F6rner?= In-Reply-To: <355458.19183.qm@web30311.mail.mud.yahoo.com> References: <1744383069.20070503221105@uzvik.kiev.ua> <355458.19183.qm@web30311.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-geom@freebsd.org Subject: Re[4]: graid5 compilation problem X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: deniswork List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2007 19:17:50 -0000 > Looks like u do not have the user-land library installed: > % cd /usr/src/sbin/geom/class/raid5 > % make && make install > Then u should have this file: > /lib/geom/geom_raid5.so I feel it didn't compiled: [root@82 /lib/geom]# cd /usr/src/sbin/geom/class/raid5 [root@82 /usr/src/sbin/geom/class/raid5]# make && make install Warning: Object directory not changed from original /usr/src/sbin/geom/clas= s/raid5 [root@82 /usr/src/sbin/geom/class/raid5]# ls /lib/geom/ geom_concat.so geom_label.so geom_nop.so geom_shsec.so geom_eli.so geom_mirror.so geom_raid3.so geom_stripe.so [root@82 /usr/src/sbin/geom/class/raid5]#