Date: Sun, 17 Feb 2013 10:24:07 +0200 From: Konstantin Belousov <kostikbel@gmail.com> To: h bagade <bagadeh@gmail.com> Cc: freebsd-net@freebsd.org, Kevin Oberman <kob6558@gmail.com> Subject: Re: failed to use getifaddrs on geli code Message-ID: <20130217082407.GE2598@kib.kiev.ua> In-Reply-To: <CAARSjE26hzs_w_sgG1TGju3W2b4N1%2BoZO-w_ngL0ywwUKBAxqg@mail.gmail.com> References: <CAARSjE2ntUvgDR3B1u3hSc9NHi6BGHDSa8nTJAW5fXrh%2BxsQ_A@mail.gmail.com> <CAN6yY1vr6rTtTCzuUAi1NPAwQV-aJ5KMMF%2BcHOxLfqnbR9gryA@mail.gmail.com> <CAARSjE26hzs_w_sgG1TGju3W2b4N1%2BoZO-w_ngL0ywwUKBAxqg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--C94crkcyjafcjHxo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 17, 2013 at 11:49:10AM +0330, h bagade wrote: > On Sat, Feb 16, 2013 at 10:23 PM, Kevin Oberman <kob6558@gmail.com> wrote: >=20 > > On Sat, Feb 16, 2013 at 5:40 AM, h bagade <bagadeh@gmail.com> wrote: > > > Hi all, > > > > > > I need to change the geli code and I want to use "getifaddrs" function > > > inside the code. I make and make install the code and it wasn't any > > problem > > > at all, but when I want to load the geom_eli.ko module, an error > > occurred: > > > kldload: can't load /boot/kernel/geom_eli.ko: Exec format error > > > > > > and in /var/log/messages, it stated: > > > link_elf_obj: symbol getifaddrs undefined > > > > > > how can I solve this problem? > > > Any hints or comments are really appreciated > > > > One possibility is that your sources from which you built the modified > > geom_eli module are not the same as were used to build the kernel you > > are running. > > -- > > R. Kevin Oberman, Network Engineer > > E-mail: kob6558@gmail.com > > >=20 > I've build the kernel once again with the modified geli code and the error > still exists! getifaddrs(3) is usermode interface, exported from libc. You cannot use it from the kernel. --C94crkcyjafcjHxo Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQIcBAEBAgAGBQJRIJOmAAoJEJDCuSvBvK1B81cP/15/ppF03rvYD1zdXHOh30B1 m1WixRz4cRJPiIUb8yvLZm4RKqsOfd/vuCL/YY1jcwdsxWuaBxWZBEFzOJIvQ9Hc vkRBRdbZOLSniehH2PrwHz3bFNo1J/qWjVnS1JwWFlm/kLenjEHpBZ4SWzSDbAW4 PTuMF5DOHTx+Hg/8D3TZHzvnalUn3oN66F1SBr7i4IQoWjM5gwK7IIKABPPpkN/m qSXHR8ZYVGdfpq3aVnG53/3AmaU+ij4kzh7DvfOHoBCRe05m73HtljN1azGHxEqx pb1EUo1jXomrm/0GcOfksqvU9c8eKK7PHz5yHIgYS7Y9h0HWwL5his7KpL71uXZ4 OYMZK9SBpgisqYxsGVIBo3zNTDftEkjkkeIvG9wEuNu//no0Qo3oJxb1OFWPASbS BE05/34wrUak5gtRc7sul13NZkftgetNHbdRINavWdvMDjAYAZfesm1cC8dqGM+z i1h3QcpZhiLFFjgqFkNDJ65qmXYP/+An1byRW1iw+DfypfIxOFqMhEMg3cFhuI4W Emkrh4wGkV/1qKUkVsbRqL1R3lFU+U1XIDmA/bIqm2pCneR2n0LqA5l4oUkm040h QutDv8eGOunPQDuHj/U1LJuk0dd6jR8WooH1ydiy/wnYBuZ9cRLfysliC1XP4+dH RVzh1hldj0Y9fD+YSM3i =DmAK -----END PGP SIGNATURE----- --C94crkcyjafcjHxo--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130217082407.GE2598>