Displaying 20 results from an estimated 800 matches similar to: "Jansson not found when compiling Samba"
2017 Apr 26
4
Asterisk 13 on CentOS 6
Trying to install asterisk 13 on CentOS 6.
The ./configure tells me:
configure: error: *** JSON support not found (this typically means the
libjansson development package is missing)
I don't really need JSON so I thought I would just disable it.
./configure --with-jansson=no does not work
./configure --without-jansson does not work
How do I use a configure switch to disable it?
Thanks,
2018 Feb 13
1
[PATCH] build: mandate Jansson >= 2.7
Since we use APIs added in Jansson 2.7 (e.g. json_string_length), then
raise the minimum version required to that version.
Fixes commit bd1c5c9f4dcf38458099db8a0bf4659a07ef055d.
---
docs/guestfs-building.pod | 2 +-
m4/guestfs-libraries.m4 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/guestfs-building.pod b/docs/guestfs-building.pod
index bf80984e4..db429f1a9
2017 Nov 23
1
Re: [PATCH 1/1] Switch from YAJL to Jansson
On Thu, Nov 23, 2017 at 02:23:52PM +0100, Pino Toscano wrote:
>While YAJL mostly works fine, it did not see any active development in
>the latest 3 years. OTOH, Jansson is another JSON C implementation,
>with a very liberal license, and a much nicer API.
>
>Hence, switch all of libguestfs from YAJL to Jansson:
>- configure checks, and buildsystem in general
>- packages pulled
2017 Nov 23
1
Re: [PATCH 1/1] Switch from YAJL to Jansson
On 11/23/2017 07:23 AM, Pino Toscano wrote:
> While YAJL mostly works fine, it did not see any active development in
> the latest 3 years. OTOH, Jansson is another JSON C implementation,
> with a very liberal license, and a much nicer API.
>
> Hence, switch all of libguestfs from YAJL to Jansson:
> - configure checks, and buildsystem in general
> - packages pulled in the
2018 Feb 12
2
[PATCH v2 0/1] RFC: switch from YAJL to Jansson
Hi,
recently, there was a discussion in the development list of libvirt on
switching to a different JSON library than YAJL [1]. Since we use YAJL,
and the points there IMHO apply to libguestfs as well, I decided to give
a try in switching to Jansson [2].
The result IMHO is nice, with the additional APIs of Jansson that
simplify some of our code. Unlike with YAJL, I did not set a minimum
2017 Nov 23
4
[PATCH 0/1] RFC: switch from YAJL to Jansson
Hi,
recently, there was a discussion in the development list of libvirt on
switching to a different JSON library than YAJL [1]. Since we use YAJL,
and the points there IMHO apply to libguestfs as well, I decided to give
a try in switching to Jansson [2].
The result IMHO is nice, with the additional APIs of Jansson that
simplify some of our code. Unlike with YAJL, I did not set a minimum
2018 Jul 26
3
Inbox quota usage doubled when mailbox_list_index enabled, under some circumstances
Hello,
I searched through the list archives for anything that appeared to be
similar to this but I didn't find any good matches.? I apologize if this
has been brought up before.
Beginning with Dovecot 2.2.34, reported quota usage of a user's inbox
can be doubled when the following criteria are met:
1) quota plugin is enabled
2) mailbox_list_index=yes
3) A sub-folder of the inbox
2020 Jul 22
1
回复: 回复: bug report
Hi,Richard:
I use /bin/virt-copy-in failed , virt-copy-in have no diff with other nomarl machine(work well ) ,
/bin/virt-copy-in: symbol lookup error: /lib64/libguestfs.so.0: undefined symbol: json_string_length
here are
2018 Nov 27
10
Setup a Samba AD DC as an additional DC
Hai,
I had a quick look.
Barry, can you get this script and run it.
https://raw.githubusercontent.com/thctlo/samba4/master/samba-collect-debug-info.sh
Then post the results to the list.
It collects all info i need to have a better look.
I have a few ideas, this might be a resolving order problem, i've based on the errors below.
Can you also post the output of bind from the point its
2013 Oct 21
3
Asterisk-12 issue after successful installation
Hi Team,
I have installed asterisk-12 Beta but when I try to asterisk start then get
below issue.
*[root at cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk -r
asterisk: error while loading shared libraries: libjansson.so.4: cannot
open shared object file: No such file or directory
[root at cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#*
--
Thanks and regards
Virendra Bhati
+91-9718500594
2018 Aug 17
4
Re: [PATCH v3 1/4] mltools: Rename Yajl module as JSON_parser and move to common/mltools.
On 08/17/2018 10:16 AM, Richard W.M. Jones wrote:
> Commit bd1c5c9f4dcf38458099db8a0bf4659a07ef055d changed all the code
> to use Jansson instead of yajl. However it didn't change the OCaml
> API name (which was still Yajl).
>
Are you aware that Jansson can't parse all JSON generated by qemu, and
that the developers of Jansson did not seem sympathetic to patches that
would
2018 Aug 17
1
Re: [PATCH v3 1/4] mltools: Rename Yajl module as JSON_parser and move to common/mltools.
On 08/17/2018 10:48 AM, Richard W.M. Jones wrote:
> On Fri, Aug 17, 2018 at 10:30:35AM -0500, Eric Blake wrote:
>> On 08/17/2018 10:16 AM, Richard W.M. Jones wrote:
>>> Commit bd1c5c9f4dcf38458099db8a0bf4659a07ef055d changed all the code
>>> to use Jansson instead of yajl. However it didn't change the OCaml
>>> API name (which was still Yajl).
>>>
2017 Sep 13
4
Update to 7.4 using DVD
I am attempting to update to 7.4 using the DVD
I get these errors(truncated list)
Error: Package: libgpod-0.8.3-14.el7.x86_64 (@epel)
Requires: libusbmuxd.so.2()(64bit)
Removing: usbmuxd-1.0.8-11.el7.x86_64 (@anaconda)
libusbmuxd.so.2()(64bit)
Obsoleted By: usbmuxd-1.1.0-1.el7.x86_64 (c7-media)
Not found
Error: Package:
2018 Aug 08
1
Re: LIBVIRT-4.6.0 can't work with QEMU 3.0.0
On Wed, Aug 08, 2018 at 10:06:12 +0100, Daniel Berrange wrote:
> On Wed, Aug 08, 2018 at 10:58:50AM +0200, Holger Schranz wrote:
>
> > checking for JANSSON... no
>
> This is the problem. In 4.6.0 we just switched to using JANSSOn instead
> of yajl for JSON parsing. Your host doesn't have the development headers
> installed for jansson....
>
>
> >
2018 Aug 08
3
Re: LIBVIRT-4.6.0 can't work with QEMU 3.0.0
2018 May 09
2
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ
Hai,
@Rowland.
Yes yes, you did say you hate systemd. :-)
I had a hard(er)time on this one also but i got passed it. ;-)
But you and everybody else on the list, please review this setup.
And a very big thank you Rowland for the start of it.
This should be a good base to start with as howto for ubuntu 18.04 systemd based.
Any suggestion additions please add them, below is also the order
2013 Oct 21
1
Asterisk 12 issue
Hi Team,
I have installed asterisk-12 Beta but when I try to asterisk start then get
below issue.
*[root at cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk -r
asterisk: error while loading shared libraries: libjansson.so.4: cannot
open shared object file: No such file or directory
[root at cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#*
--
Thanks and regards
Virendra Bhati
+91-9718500594
2019 Mar 31
3
Van Belle Repo - 4.10 for Bionic
On Sun, 31 Mar 2019 14:29:32 +0200
Viktor Trojanovic <viktor at troja.ch> wrote:
> On Sun, 31 Mar 2019 at 14:22, Rowland Penny via samba
> <samba at lists.samba.org> wrote:
> >
> > On Sun, 31 Mar 2019 13:55:18 +0200
> > Viktor Trojanovic via samba <samba at lists.samba.org> wrote:
> >
> > > On Sat, 30 Mar 2019 at 17:45, L.P.H. van Belle
2014 Sep 12
1
Tutorial: compiling and installing Asterisk 13
Hi all,
I just prepared a little tutorial on installing Asterisk 13 on CentOS
6.5 64-bit.
See http://astrecipes.net/index.php?n=668
Hope you like. :)
l.
--
Loway - home of QueueMetrics - http://queuemetrics.com
Try the WombatDialer auto-dialer @ http://wombatdialer.com
2019 Dec 17
2
ARI strange bug on version 13.29.2
Hello,
I am using an ARI dialer for my applications and since my last upgrade
to Ver. 13.29.2 from 13.23.1 I am getting this strange bug from the ARI debugger:
Debugging on all applications enabled
<--- ARI request received from: x.x.x.x:63036 --->
HOST: x.x.x.x:8088
content-type: application/json
authorization: Basic xxxx
content-length: 265
body:
{
"context":