public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Suggestion: add 'jannson'-libraries
@ 2019-06-15 14:19 Matthias Fischer
  2019-06-15 16:07 ` Kienker, Fred
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Fischer @ 2019-06-15 14:19 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

Hi,

did someone notice this?

=> https://forum.ipfire.org/viewtopic.php?f=5&t=22967#p125518

IMHO we should add these libraries to the Core 133 upgrade.

Opinions?

Best,
Matthias

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Suggestion: add 'jannson'-libraries
  2019-06-15 14:19 Suggestion: add 'jannson'-libraries Matthias Fischer
@ 2019-06-15 16:07 ` Kienker, Fred
  2019-06-15 17:00   ` Matthias Fischer
  2019-06-17  7:23   ` Arne Fitzenreiter
  0 siblings, 2 replies; 4+ messages in thread
From: Kienker, Fred @ 2019-06-15 16:07 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1175 bytes --]

These libraries are NOT optional with the current 133 build!

Upgrading an running C132 firewall system, I can duplicate this error. 
Once again, commenting the 2> /dev/null saves the day. With the comment 
removed, this message appears when trying to start Suricata:

/usr/bin/suricata: error while loading shared libraries: 
libjansson.so.4: cannot open shared object file: No such file or 
directory [ FAIL ]

Running:
find / -iname "libjansson*"
returns nothing.

Looks like a missing lib file.

Trying the suggested fix:

pakfire install jansson

PAKFIRE WARN: The pak "jansson" is not known. Please try running 
"pakfire update".
PAKFIRE ERROR: No packages to install. Exiting...

Updating mine back to 132 and re-running the update did not help.

Best regards, 
Fred

-----Original Message-----
From: Matthias Fischer <matthias.fischer(a)ipfire.org> 
Sent: 15 June, 2019 10:20
To: IPFire: Development-List <development(a)lists.ipfire.org>
Subject: Suggestion: add 'jannson'-libraries

Hi,

did someone notice this?

=> https://forum.ipfire.org/viewtopic.php?f=5&t=22967#p125518

IMHO we should add these libraries to the Core 133 upgrade.

Opinions?

Best,
Matthias



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Suggestion: add 'jannson'-libraries
  2019-06-15 16:07 ` Kienker, Fred
@ 2019-06-15 17:00   ` Matthias Fischer
  2019-06-17  7:23   ` Arne Fitzenreiter
  1 sibling, 0 replies; 4+ messages in thread
From: Matthias Fischer @ 2019-06-15 17:00 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2045 bytes --]

Hi,

On 15.06.2019 18:07, Kienker, Fred wrote:
> These libraries are NOT optional with the current 133 build!
> 
> Upgrading an running C132 firewall system, I can duplicate this error. 
> Once again, commenting the 2> /dev/null saves the day. With the comment 
> removed, this message appears when trying to start Suricata:
> 
> /usr/bin/suricata: error while loading shared libraries: 
> libjansson.so.4: cannot open shared object file: No such file or 
> directory [ FAIL ]
> 
> Running:
> find / -iname "libjansson*"
> returns nothing.
> 
> Looks like a missing lib file.

Yep. On a fresh Core 133 install there should be two files in '/usr/lib':

/usr/lib/libjansson.so.4
/usr/lib/libjansson.so.4.11.1

> Trying the suggested fix:
> 
> pakfire install jansson
> 
> PAKFIRE WARN: The pak "jansson" is not known. Please try running 
> "pakfire update".
> PAKFIRE ERROR: No packages to install. Exiting...

Right. I was wondering how this seemed to solve the problem. There is no
package for 'jansson'. For the Core upgrade they must be in the "filelists".

> Updating mine back to 132 and re-running the update did not help.

As I just see MT added these already here:
https://git.ipfire.org/?p=ipfire-2.x.git;a=tree;f=config/rootfiles/core/133/filelists;h=e5074f59f3bfa710920f224b9461c0c4215c3215;hb=refs/heads/core133

That means they're in the Core 133 upgrade since 75 min. ;-)

see:
https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=bc051eac54375a7f90b1d157414610f58de8c34a

Best,
Matthias

> Best regards, 
> Fred
> 
> -----Original Message-----
> From: Matthias Fischer <matthias.fischer(a)ipfire.org> 
> Sent: 15 June, 2019 10:20
> To: IPFire: Development-List <development(a)lists.ipfire.org>
> Subject: Suggestion: add 'jannson'-libraries
> 
> Hi,
> 
> did someone notice this?
> 
> => https://forum.ipfire.org/viewtopic.php?f=5&t=22967#p125518
> 
> IMHO we should add these libraries to the Core 133 upgrade.
> 
> Opinions?
> 
> Best,
> Matthias
> 
> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Suggestion: add 'jannson'-libraries
  2019-06-15 16:07 ` Kienker, Fred
  2019-06-15 17:00   ` Matthias Fischer
@ 2019-06-17  7:23   ` Arne Fitzenreiter
  1 sibling, 0 replies; 4+ messages in thread
From: Arne Fitzenreiter @ 2019-06-17  7:23 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1420 bytes --]

Please reinstall core133 by resetting
/opt/pakfire/db/core/mine to 132
and rerun the update, this is fixed now

Arne

On 2019-06-15 18:07, Kienker, Fred wrote:
> These libraries are NOT optional with the current 133 build!
> 
> Upgrading an running C132 firewall system, I can duplicate this error.
> Once again, commenting the 2> /dev/null saves the day. With the comment
> removed, this message appears when trying to start Suricata:
> 
> /usr/bin/suricata: error while loading shared libraries:
> libjansson.so.4: cannot open shared object file: No such file or
> directory [ FAIL ]
> 
> Running:
> find / -iname "libjansson*"
> returns nothing.
> 
> Looks like a missing lib file.
> 
> Trying the suggested fix:
> 
> pakfire install jansson
> 
> PAKFIRE WARN: The pak "jansson" is not known. Please try running
> "pakfire update".
> PAKFIRE ERROR: No packages to install. Exiting...
> 
> Updating mine back to 132 and re-running the update did not help.
> 
> Best regards,
> Fred
> 
> -----Original Message-----
> From: Matthias Fischer <matthias.fischer(a)ipfire.org>
> Sent: 15 June, 2019 10:20
> To: IPFire: Development-List <development(a)lists.ipfire.org>
> Subject: Suggestion: add 'jannson'-libraries
> 
> Hi,
> 
> did someone notice this?
> 
> => https://forum.ipfire.org/viewtopic.php?f=5&t=22967#p125518
> 
> IMHO we should add these libraries to the Core 133 upgrade.
> 
> Opinions?
> 
> Best,
> Matthias

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-17  7:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-15 14:19 Suggestion: add 'jannson'-libraries Matthias Fischer
2019-06-15 16:07 ` Kienker, Fred
2019-06-15 17:00   ` Matthias Fischer
2019-06-17  7:23   ` Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox