Displaying 20 results from an estimated 45 matches for "libyajl2".
Did you mean:
libyajl
2017 Jul 25
2
Re: build from github source
I try to install like below:
apt-get install libyajl2
apt-get install libyajl2-dev
apt-get install libyajl2-dbg
and rebuild again:
> ./configure
> make
still the same errors happened
anyone has the same issue?
2017-07-25 18:27 GMT+08:00 Cedric Bosdonnat <cbosdonnat@suse.com>:
> On Tue, 2017-07-25 at 17:42 +0800, lampahome wrote:
&g...
2017 Jul 25
1
Re: build from github source
On Tue, Jul 25, 2017 at 01:30:01PM +0100, Richard W.M. Jones wrote:
> On Tue, Jul 25, 2017 at 06:52:56PM +0800, lampahome wrote:
> > I try to install like below:
> > apt-get install libyajl2
> > apt-get install libyajl2-dev
> > apt-get install libyajl2-dbg
>
> So this is Debian or Ubuntu? Which precise version?
FWIW I just built libguestfs from git on Debian 9 just now and it
works fine.
I'd advise reading the instructions here in case there are some steps
you...
2017 Jul 25
0
Re: build from github source
On Tue, Jul 25, 2017 at 06:52:56PM +0800, lampahome wrote:
> I try to install like below:
> apt-get install libyajl2
> apt-get install libyajl2-dev
> apt-get install libyajl2-dbg
So this is Debian or Ubuntu? Which precise version?
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is '...
2017 Jul 25
2
build from github source
I followed the http://libguestfs.org/guestfs-building.1.html to build
source.
git clone https://github.com/libguestfs/libguestfs
cd libguestfs
./autogen.sh
make
I installed the lib I didn't have it and everything is ok untill I enter
*make*
I got error message:
> CCLD libguestfs.la
> ar: `u' modifier ignored since `D' is the default (see `U')
> make[3]:
2017 May 12
2
[PATCH 1/2] daemon: lvm: use 'yes' as boolean for lvm2
It looks like older versions of lvm2 (recent enough to have selectors)
do not recognize '1' (and '0') as boolean values. Switch to 'yes',
which seems to be supported.
Updates commit 7367945647e774aec4b93c3bf13181212d3c6430.
---
daemon/lvm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/daemon/lvm.c b/daemon/lvm.c
index a270b13..c186a5a 100644
---
2015 May 10
2
Bug#784880: xen-utils-4.4: xl segv when it can't rename log files
...ash
Init: systemd (via /run/systemd/system)
Versions of packages xen-utils-4.4 depends on:
ii e2fslibs 1.42.12-1.1
ii libc6 2.19-18
ii libncurses5 5.9+20140913-1+b1
ii libtinfo5 5.9+20140913-1+b1
ii libxen-4.4 4.4.1-9
ii libxenstore3.0 4.4.1-9
ii libyajl2 2.1.0-2
ii python2.7 2.7.9-2
pn python:any <none>
ii xen-utils-common 4.4.1-9
Versions of packages xen-utils-4.4 recommends:
ii bridge-utils 1.5-9
pn grub-xen-host <none>
ii qemu-system-x8...
2015 Jan 09
1
Bug#774979: xen-utils-4.4: missing gdbsx
.../dash
Init: systemd (via /run/systemd/system)
Versions of packages xen-utils-4.4 depends on:
ii e2fslibs 1.42.12-1
ii libc6 2.19-13
ii libncurses5 5.9+20140913-1+b1
ii libtinfo5 5.9+20140913-1+b1
ii libxen-4.4 4.4.1-6
ii libxenstore3.0 4.4.1-6
ii libyajl2 2.1.0-2
ii python2.7 2.7.8-11
pn python:any <none>
ii xen-utils-common 4.4.1-6
Versions of packages xen-utils-4.4 recommends:
ii bridge-utils 1.5-9
ii grub-xen-host 2.02~beta2-19
ii qemu-system-...
2016 Nov 09
0
[PATCH v2 1/6] appliance: add yara dependency
...kagelist.in
index f278f66..2da7533 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -51,6 +51,7 @@ ifelse(REDHAT,1,
vim-minimal
xz
yajl
+ yara
zfs-fuse
)
@@ -83,6 +84,7 @@ dnl iproute has been renamed to iproute2
libsystemd-id128-0
libsystemd-journal0
libyajl2
+ libyara3
linux-image
dnl syslinux 'suggests' mtools, but in reality it's a hard dependency:
mtools
@@ -125,6 +127,7 @@ ifelse(ARCHLINUX,1,
vim
xz
yajl
+ yara
)
ifelse(SUSE,1,
@@ -152,6 +155,7 @@ ifelse(SUSE,1,
systemd
vim
xz
+ yara
)
ifelse(FRUGAL...
2016 Dec 18
0
[PATCH v3 1/6] appliance: add yara dependency
...ckagelist.in
index bbbe4b2..352133c 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -51,6 +51,7 @@ ifelse(REDHAT,1,
vim-minimal
xz
yajl
+ yara
zfs-fuse
)
@@ -83,6 +84,7 @@ dnl iproute has been renamed to iproute2
libsystemd-id128-0
libsystemd-journal0
libyajl2
+ libyara3
linux-image
dnl syslinux 'suggests' mtools, but in reality it's a hard dependency:
mtools
@@ -125,6 +127,7 @@ ifelse(ARCHLINUX,1,
vim
xz
yajl
+ yara
)
ifelse(SUSE,1,
@@ -153,6 +156,7 @@ ifelse(SUSE,1,
systemd
vim
xz
+ yara
)
ifelse(FRUGALWA...
2017 Mar 12
0
[PATCH v4 2/7] appliance: add yara dependency
...ce/packagelist.in
index 5cf22768a..8846ce846 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -52,6 +52,7 @@ ifelse(REDHAT,1,
vim-minimal
xz
yajl
+ yara
zfs-fuse
)
@@ -86,6 +87,7 @@ dnl iproute has been renamed to iproute2
libsystemd-journal0
libtirpc1
libyajl2
+ libyara3
linux-image
dnl syslinux 'suggests' mtools, but in reality it's a hard dependency:
mtools
@@ -129,6 +131,7 @@ ifelse(ARCHLINUX,1,
vim
xz
yajl
+ yara
)
ifelse(SUSE,1,
@@ -159,6 +162,7 @@ ifelse(SUSE,1,
systemd
vim
xz
+ yara
)
ifelse(FRUGALWA...
2017 Apr 06
0
[PATCH v6 2/7] appliance: add yara dependency
...ce/packagelist.in
index 5cf22768a..8846ce846 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -52,6 +52,7 @@ ifelse(REDHAT,1,
vim-minimal
xz
yajl
+ yara
zfs-fuse
)
@@ -86,6 +87,7 @@ dnl iproute has been renamed to iproute2
libsystemd-journal0
libtirpc1
libyajl2
+ libyara3
linux-image
dnl syslinux 'suggests' mtools, but in reality it's a hard dependency:
mtools
@@ -129,6 +131,7 @@ ifelse(ARCHLINUX,1,
vim
xz
yajl
+ yara
)
ifelse(SUSE,1,
@@ -159,6 +162,7 @@ ifelse(SUSE,1,
systemd
vim
xz
+ yara
)
ifelse(FRUGALWA...
2017 May 12
0
[PATCH 2/2] appliance: update yara packages on openSUSE
...9740bb.
---
appliance/packagelist.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index 96d5ffc..9e50800 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -155,6 +155,7 @@ ifelse(SUSE,1,
libselinux1
libtirpc3
libyajl2
+ libyara3
mkisofs
ntfsprogs
ntfs-3g
--
2.9.3
2012 Sep 20
1
Bug#688216: xen-utils-4.2: xl does not work
...Shell: /bin/sh linked to /bin/bash
Versions of packages xen-utils-4.2 depends on:
ii e2fslibs 1.42.5-1
ii libc6 2.13-35
ii libncurses5 5.9-10
ii libtinfo5 5.9-10
ii libuuid1 2.20.1-5.1
ii libxen-4.2 4.2.0-1
ii libxenstore3.0 4.2.0-1
ii libyajl2 2.0.4-2
ii python 2.7.3~rc2-1
ii python2.7 2.7.3~rc2-2.1
ii xen-utils-common 4.2.0-1
Versions of packages xen-utils-4.2 recommends:
ii bridge-utils 1.5-4
ii qemu-keymaps 1.1.0+dfsg-1
ii qemu-util...
2012 Sep 20
0
Bug#688227: xen-utils-4.2: /etc/default/xen TOOLSTACK undocumented
...Shell: /bin/sh linked to /bin/bash
Versions of packages xen-utils-4.2 depends on:
ii e2fslibs 1.42.5-1
ii libc6 2.13-35
ii libncurses5 5.9-10
ii libtinfo5 5.9-10
ii libuuid1 2.20.1-5.1
ii libxen-4.2 4.2.0-1
ii libxenstore3.0 4.2.0-1
ii libyajl2 2.0.4-2
ii python 2.7.3~rc2-1
ii python2.7 2.7.3~rc2-2.1
ii xen-utils-common 4.2.0-1
Versions of packages xen-utils-4.2 recommends:
ii bridge-utils 1.5-4
ii qemu-keymaps 1.1.0+dfsg-1
ii qemu-util...
2015 Nov 26
1
Bug#806303: xen-utils-4.6: missing hvmloader
...o /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages xen-utils-4.6 depends on:
ii e2fslibs 1.42.13-1
ii libc6 2.19-22
ii libncurses5 6.0+20151024-2
ii libtinfo5 6.0+20151024-2
ii libxen-4.6 4.6.0-1
ii libxenstore3.0 4.6.0-1
ii libyajl2 2.1.0-2
ii python2.7 2.7.10-5+b1
pn python:any <none>
ii xen-utils-common 4.6.0-1
Versions of packages xen-utils-4.6 recommends:
ii bridge-utils 1.5-9
ii grub-xen-host 2.02~beta2-31
ii qemu-syst...
2014 Nov 13
1
Bug#769439: xen-utils-4.4: VGA Passthrough with Xen 4.4
...(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages xen-utils-4.4 depends on:
ii e2fslibs 1.42.12-1
ii libc6 2.19-13
ii libncurses5 5.9+20140913-1
ii libtinfo5 5.9+20140913-1
ii libxen-4.4 4.4.1-3
ii libxenstore3.0 4.4.1-3
ii libyajl2 2.1.0-2
ii python2.7 2.7.8-11
pn python:any <none>
ii xen-utils-common 4.4.1-3
Versions of packages xen-utils-4.4 recommends:
ii bridge-utils 1.5-9
ii qemu-system-x86 2.1+dfsg-7
ii xen-hypervisor-...
2012 Sep 21
1
Bug#688308: xen-utils-4.2: xl-network-configuration.markdown not installed
...Shell: /bin/sh linked to /bin/bash
Versions of packages xen-utils-4.2 depends on:
ii e2fslibs 1.42.5-1
ii libc6 2.13-35
ii libncurses5 5.9-10
ii libtinfo5 5.9-10
ii libuuid1 2.20.1-5.1
ii libxen-4.2 4.2.0-1
ii libxenstore3.0 4.2.0-1
ii libyajl2 2.0.4-2
ii python 2.7.3~rc2-1
ii python2.7 2.7.3~rc2-2.1
ii xen-utils-common 4.2.0-1
Versions of packages xen-utils-4.2 recommends:
ii bridge-utils 1.5-4
ii qemu-keymaps 1.1.0+dfsg-1
ii qemu-util...
2013 Jan 17
5
A few patches needed for libguestfs 1.20+ on current Debian systems
Here's what I needed to build and run 1.20 on Debian/unstable.
Perhaps the libcap2 dependency in the packagelist should only be added
if libcap has actually been used in building guestfsd...
2013 Dec 01
1
Bug#731038: xen-utils-4.3: cannot create hwm
...8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages xen-utils-4.3 depends on:
ii e2fslibs 1.42.8-1
ii libc6 2.17-97
ii libncurses5 5.9+20130608-1
ii libtinfo5 5.9+20130608-1
ii libxen-4.3 4.3.0-3
ii libxenstore3.0 4.3.0-3
ii libyajl2 2.0.4-4
ii python2.7 2.7.6-2
pn python:any <none>
ii xen-utils-common 4.3.0-3
Versions of packages xen-utils-4.3 recommends:
ii bridge-utils 1.5-7
ii qemu-system-x86 1.7.0+dfsg-2
ii xen-hypervisor...
2012 Sep 24
1
Bug#688638: xen-utils-4.2: cannot run PV DomU off a disk image
...Shell: /bin/sh linked to /bin/bash
Versions of packages xen-utils-4.2 depends on:
ii e2fslibs 1.42.5-1
ii libc6 2.13-35
ii libncurses5 5.9-10
ii libtinfo5 5.9-10
ii libuuid1 2.20.1-5.1
ii libxen-4.2 4.2.0-1
ii libxenstore3.0 4.2.0-1
ii libyajl2 2.0.4-2
ii python 2.7.3~rc2-1
ii python2.7 2.7.3~rc2-2.1
ii xen-utils-common 4.2.0-1
Versions of packages xen-utils-4.2 recommends:
ii bridge-utils 1.5-4
ii qemu-keymaps 1.1.0+dfsg-1
ii qemu-util...