Questions tagged [linux-standard-base]

Linux Standard Base SDK introduces the way to develop closed binary applications that can run across multiple Linux distributions

Linux Standard Base is software development kit for Linux operating system. It contains number of generally used libraries, tools and APIs. Such as POSIX API, pthreads, Qt etc.

For more information visit http://www.linuxfoundation.org/collaborate/workgroups/lsb

5 questions
6
votes
2 answers

Is Linux Standard Base (LSB) AppChecker reliable?

According to the LSB scanner, my binary is supposedly incompatible with a specific version of Linux because it uses GBLICXX_3.4.9 symbols. But when I tried to run the binary myself on that version, everything seems to work fine... Can a binary even…
live2dream95
  • 5,829
  • 8
  • 27
  • 24
2
votes
1 answer

Is there a RPM File naming convention in LSB?

RPM is the package format in LSB but does LSB force any naming standard for RPMs similarly to this: http://www.rpm.org/max-rpm/ch-rpm-file-format.html
Codeape
  • 288
  • 3
  • 14
1
vote
1 answer

Binary not working on startup when placed in rc.local on RHEL6. The same binary is getting executed when ran manually

We have a RHEL6 server where IPtables, NetworkManager and sestatus are disabled. On that same server we have created a binary using C++ code. That Binary when ran manually as root runs fine but when we try to run it on startup via rc.local and…
AjayAware
  • 11
  • 1
1
vote
0 answers

Freeze Ubuntu for one application (Kiosk Mode or General Purpose Computer)

I don't know, what exactly called this process...help me also by editing my question I want to freeze my Ubuntu for one application, which means only that application can view on that ubuntu... Can you please help me to do that because I have no…
Fahadkalis
  • 2,971
  • 8
  • 23
  • 40
0
votes
0 answers

Automating run task in several Linux machines using script

I have a Java program (/workspace/Task) and I want to run it in several Linux machines (m1, m2, m3... mn). I need to use Linux script to run a program Task on machines one by one. In other words, I want to run the Task on m1, when it initials, I run…
user3298986
  • 49
  • 1
  • 6