From: Seth Goldberg <seth.goldberg@oracle.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: GRUB2 and libzfs on Solaris
Date: Tue, 31 Aug 2010 13:34:23 -0700 [thread overview]
Message-ID: <4C7D674F.1060703@oracle.com> (raw)
In-Reply-To: <AANLkTinT=JKEahHZ0tnN7NRq8OuqMCvki68CTjvsvGOn@mail.gmail.com>
Hi,
Just wanted to report that the conftest that looks for libzfs on
Solaris is failing. From config.log:
gcc -o conftest -I/usr/sfw/include -L/usr/sfw/lib conftest.c -lzfs >&5
ld: warning: file libdladm.so.1: required by /usr/lib/libdlpi.so.1, not
found
Undefined first referenced
symbol in file
dladm_close /usr/lib/libdlpi.so.1
dladm_dev2linkid /usr/lib/libdlpi.so.1
dladm_phys_info /usr/lib/libdlpi.so.1
dladm_walk /usr/lib/libdlpi.so.1
dladm_open /usr/lib/libdlpi.so.1
dladm_parselink /usr/lib/libdlpi.so.1
On Solaris, libzfs also requires libdlpi (from /usr/lib) and libdladm
(from /lib), so adding some stuff to configure to detect Solaris and add
the missing libraries is needed.
--S
next prev parent reply other threads:[~2010-08-31 20:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-04 13:56 grub-setup on ZFS (Re: [PATCH] Enable `grub-probe -t device' resolution on ZFS) Robert Millan
2010-08-04 14:00 ` Robert Millan
2010-08-16 6:56 ` Seth Goldberg
2010-08-17 10:32 ` Robert Millan
2010-08-17 19:06 ` Seth Goldberg
2010-08-31 20:34 ` Seth Goldberg [this message]
2010-08-31 21:19 ` GRUB2 and libzfs on Solaris Colin Watson
2010-08-31 21:38 ` Seth Goldberg
2010-09-01 2:03 ` Seth Goldberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C7D674F.1060703@oracle.com \
--to=seth.goldberg@oracle.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.