Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-09-11 Thread Lennart Poettering
On Sa, 01.09.18 01:00, Reindl Harald (h.rei...@thelounge.net) wrote:

> Am 31.08.18 um 23:41 schrieb Sayeed hyder:
> > Thanks, I am not confused between udev and devel. Let me explain a bit
> > more. My understanding is with the devel package, when I include in my
> > project, I am downloading all the header files and redistributing the
> > code. With the non-devel runtime package (e.g. libudev1 in Ubuntu), I
> > can avoid that. Does that clarify my question and confusion?
> 
> no, the devel package are for *compile* whatever
> you really have no clue what you are talking about as nobody else has

Reindl, please tone it down. Please be friendlier.

Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Reindl Harald


Am 31.08.18 um 23:41 schrieb Sayeed hyder:
> Thanks, I am not confused between udev and devel. Let me explain a bit
> more. My understanding is with the devel package, when I include in my
> project, I am downloading all the header files and redistributing the
> code. With the non-devel runtime package (e.g. libudev1 in Ubuntu), I
> can avoid that. Does that clarify my question and confusion?

no, the devel package are for *compile* whatever
you really have no clue what you are talking about as nobody else has

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Reindl Harald


Am 31.08.18 um 19:52 schrieb Sayeed hyder:
> Thanks Silvio. Unfortunately, I cannot use devel. IIUC, rhel/centos does
> not provide a non-dev systemd package? That does not sound right

WTF is a "non-dev" package to begin with?
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Reindl Harald
udev was absorbed looong ago by systemd

[root@hosting:~]$ locate libudev
/usr/lib64/libudev.so.1
/usr/lib64/libudev.so.1.6.2

[root@hosting:~]$ rpm -q --file /usr/lib64/libudev.so.1.6.2
systemd-libs-219-57.el7_5.1.x86_64

Am 31.08.18 um 18:18 schrieb Sayeed hyder:
> Thanks Reindl. Let me be a bit more specific. I am looking for the
> non-dev package. For example, for ubuntu and sles, I can do the followiing
> 
> apt-get install libudev1         works
> zypper install libudev1         works
> 
> But, for rhel,
> yum install libudev1            cannot find package
> yum install libudev-devel     works
> 
> Is there any runtime (non-dev) package for rhel/centos distro? If so,
> what is the package name I should look for?
> 
> 
> thanks,
> Sayeed
> 
> 
> On Fri, Aug 31, 2018 at 8:24 AM, Reindl Harald  > wrote:
> 
> 
> 
> Am 31.08.18 um 16:51 schrieb Sayeed hyder:
> > Where can I get the link of available non-dev packages for different
> > Linux distros? I am specifically looking for rhel version  of libudev
> > package.
> from the package repo of teh distribution?
> just download the CentOS one which is identical to RHEL
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Kenneth Porter
--On Friday, August 31, 2018 3:41 PM -0700 Sayeed hyder 
 wrote:



My understanding is with the devel package, when I include in my
project, I am downloading all the header files and redistributing the
code.


You don't distribute the headers with your code. You add a dependency on 
the -devel package to your source package. If you distribute a binary 
package, there will only be a dependency on the distro's binary package, 
not its -devel package.



___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Sayeed hyder
Thanks, I am not confused between udev and devel. Let me explain a bit
more. My understanding is with the devel package, when I include in my
project, I am downloading all the header files and redistributing the code.
With the non-devel runtime package (e.g. libudev1 in Ubuntu), I can avoid
that. Does that clarify my question and confusion?

On Fri, Aug 31, 2018 at 11:17 AM, Vito Caputo  wrote:

> On Fri, Aug 31, 2018 at 07:11:38PM +0100, Simon McVittie wrote:
> > On Fri, 31 Aug 2018 at 10:52:30 -0700, Sayeed hyder wrote:
> > > Thanks Silvio. Unfortunately, I cannot use devel. IIUC, rhel/centos
> does not
> > > provide a non-dev systemd package? That does not sound right.
> >
> > Are you mixing up the concept of an unstable version that is still under
> > development, and the concept of a package containing development headers
> > to be used to compile your own software? They both have the word
> > "development" in, but the thing that is being developed is different.
> >
>
> I think another source of confusion in this situation is "udev"
> containing the word "dev".  I've only been skimming this thread as it
> develops, but it seemed at times Sayeed is conflating the two to all be
> development packages, perhaps not realizing udev is about *devices*.
>
> Regards,
> Vito Caputo
> ___
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Vito Caputo
On Fri, Aug 31, 2018 at 07:11:38PM +0100, Simon McVittie wrote:
> On Fri, 31 Aug 2018 at 10:52:30 -0700, Sayeed hyder wrote:
> > Thanks Silvio. Unfortunately, I cannot use devel. IIUC, rhel/centos does not
> > provide a non-dev systemd package? That does not sound right.
> 
> Are you mixing up the concept of an unstable version that is still under
> development, and the concept of a package containing development headers
> to be used to compile your own software? They both have the word
> "development" in, but the thing that is being developed is different.
> 

I think another source of confusion in this situation is "udev"
containing the word "dev".  I've only been skimming this thread as it
develops, but it seemed at times Sayeed is conflating the two to all be
development packages, perhaps not realizing udev is about *devices*.

Regards,
Vito Caputo
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Simon McVittie
On Fri, 31 Aug 2018 at 10:52:30 -0700, Sayeed hyder wrote:
> Thanks Silvio. Unfortunately, I cannot use devel. IIUC, rhel/centos does not
> provide a non-dev systemd package? That does not sound right.

Are you mixing up the concept of an unstable version that is still under
development, and the concept of a package containing development headers
to be used to compile your own software? They both have the word
"development" in, but the thing that is being developed is different.

The -devel packages in Red Hat-derived distributions and the -dev
packages in Debian-derived distributions are equivalent. They both
contain the header files, static libraries, etc. that are needed if you
are developing your own software against a library.

The -devel and -dev suffixes do not indicate that the software in those
packages is not recommended for use. They are of the same quality and
stability as any other package built from the same version of the same
source code.

(Packages that contain software that is not yet recommended for
use, but is packaged anyway, are a lot rarer, because people don't
normally package software in a stable distribution until the software
is also stable. Examples of "not ready yet" software in Debian include
wine-development and llvm-snapshot.)

smcv
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Silvio Knizek
I think you got the point of -devel packages wrong.
A -devel package does not contain the development version (a.k.a.
something unstable) of an application, but everything you need to
develop against an application. Like header files. They are stripped
out on RHEL/CentOS in its own package to reduce package size and
because you don't need them normally.
With "rpm -ql systemd-devel" you see which files are in the package.

HTH
Silvio

Am Freitag, den 31.08.2018, 10:52 -0700 schrieb Sayeed hyder:
> Thanks Silvio. Unfortunately, I cannot use devel. IIUC, rhel/centos
> does
> not provide a non-dev systemd package? That does not sound right.
> 
> On Fri, Aug 31, 2018 at 10:35 AM, Silvio Knizek  >
> wrote:
> 
> > Hi Sayeed,
> > 
> > it is expected that header files are in the -devel packages. You
> > can't
> > change this. The package "systemd" contains "udev", so in "systemd-
> > devel" are the header files for "udev". "udev" is part of systemd.
> > RHLE/CentOS don't split this.
> > 
> > Why can't you just use "systemd-devel"? It just contains everything
> > you
> > need to be able to compile against systemd and udev (and maybe
> > more).
> > 
> > BR
> > Silvio
> > 
> > Am Freitag, den 31.08.2018, 10:29 -0700 schrieb Sayeed hyder:
> > > I tried Mantas's suggestion and try to install "yum install
> > > libudev.so.1" which shows me "Package systemd-libs-219-
> > > 57.el7_5.1.i686 already installed and latest version". Here is
> > > the
> > > list of systemd packages already installed in my rhel vm. When I
> > > use
> > > libudev.h in my program, it cannot compile ("no such file or
> > > directory").
> > > 
> > > But if i do "yum install libudev-devel", it installs systemd-
> > > devel.x86_64 0:219-57.el7_5.1, and I can compile fine. So, the
> > > problem seems to be the difference between package systemd-
> > > devel.x86_64 0:219-57.el7_5.1 and package systemd-219-
> > > 57.el7_5.1.x86_64. In the latter one, the libudev.h header file
> > > is
> > > not exposed for use. I cannot use the "devel" version.
> > > Any suggestion?
> > > 
> > > 
> > > thanks,
> > > Sayeed
> > > 
> > > 
> > > On Fri, Aug 31, 2018 at 10:05 AM, Ryan Gonzalez  > > >
> > > wrote:
> > > 
> > > > Isn't it just "libudev", e.g. without the 1?
> > > > 
> > > > 
> > > > On Fri, Aug 31, 2018, 11:19 AM Sayeed hyder  > > > >
> > > > wrote:
> > > > 
> > > > > Thanks Reindl. Let me be a bit more specific. I am looking
> > > > > for
> > > > > the
> > > > > non-dev package. For example, for ubuntu and sles, I can do
> > > > > the
> > > > > followiing
> > > > > 
> > > > > apt-get install libudev1 works
> > > > > zypper install libudev1 works
> > > > > 
> > > > > But, for rhel,
> > > > > yum install libudev1    cannot find package
> > > > > yum install libudev-devel works
> > > > > 
> > > > > Is there any runtime (non-dev) package for rhel/centos
> > > > > distro? If
> > > > > so,
> > > > > what is the package name I should look for?
> > > > > 
> > > > > 
> > > > > thanks,
> > > > > Sayeed
> > > > > 
> > > > > 
> > > > > On Fri, Aug 31, 2018 at 8:24 AM, Reindl Harald <
> > > > > h.rei...@thelounge.net>
> > > > > wrote:
> > > > > 
> > > > > > 
> > > > > > 
> > > > > > Am 31.08.18 um 16:51 schrieb Sayeed hyder:
> > > > > > > Where can I get the link of available non-dev packages
> > > > > > > for
> > > > > > > different
> > > > > > > Linux distros? I am specifically looking for rhel
> > > > > > > version  of
> > > > > > > libudev
> > > > > > > package.
> > > > > > 
> > > > > > from the package repo of teh distribution?
> > > > > > just download the CentOS one which is identical to RHEL
> > > > > > ___
> > > > > > systemd-devel mailing list
> > > > > > systemd-devel@lists.freedesktop.org
> > > > > > 
https://lists.freedesktop.org/mailman/listinfo/systemd-devel
> > > > > > 
> > > > > 
> > > > > ___
> > > > > systemd-devel mailing list
> > > > > systemd-devel@lists.freedesktop.org
> > > > > https://lists.freedesktop.org/mailman/listinfo/systemd-devel
> > > > > 
> > > > 
> > > > --
> > > > 
> > > > Ryan (ライアン)
> > > > Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >>
> > > > everyone
> > > > else
> > > > https://refi64.com/
> > > > 
> > > 
> > > ___
> > > systemd-devel mailing list
> > > systemd-devel@lists.freedesktop.org
> > > https://lists.freedesktop.org/mailman/listinfo/systemd-devel
> > 
> > 
> > ___
> > systemd-devel mailing list
> > systemd-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/systemd-devel
> > 


___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Sayeed hyder
Thanks Silvio. Unfortunately, I cannot use devel. IIUC, rhel/centos does
not provide a non-dev systemd package? That does not sound right.

On Fri, Aug 31, 2018 at 10:35 AM, Silvio Knizek 
wrote:

> Hi Sayeed,
>
> it is expected that header files are in the -devel packages. You can't
> change this. The package "systemd" contains "udev", so in "systemd-
> devel" are the header files for "udev". "udev" is part of systemd.
> RHLE/CentOS don't split this.
>
> Why can't you just use "systemd-devel"? It just contains everything you
> need to be able to compile against systemd and udev (and maybe more).
>
> BR
> Silvio
>
> Am Freitag, den 31.08.2018, 10:29 -0700 schrieb Sayeed hyder:
> > I tried Mantas's suggestion and try to install "yum install
> > libudev.so.1" which shows me "Package systemd-libs-219-
> > 57.el7_5.1.i686 already installed and latest version". Here is the
> > list of systemd packages already installed in my rhel vm. When I use
> > libudev.h in my program, it cannot compile ("no such file or
> > directory").
> >
> > But if i do "yum install libudev-devel", it installs systemd-
> > devel.x86_64 0:219-57.el7_5.1, and I can compile fine. So, the
> > problem seems to be the difference between package systemd-
> > devel.x86_64 0:219-57.el7_5.1 and package systemd-219-
> > 57.el7_5.1.x86_64. In the latter one, the libudev.h header file is
> > not exposed for use. I cannot use the "devel" version.
> > Any suggestion?
> >
> >
> > thanks,
> > Sayeed
> >
> >
> > On Fri, Aug 31, 2018 at 10:05 AM, Ryan Gonzalez 
> > wrote:
> >
> > > Isn't it just "libudev", e.g. without the 1?
> > >
> > >
> > > On Fri, Aug 31, 2018, 11:19 AM Sayeed hyder 
> > > wrote:
> > >
> > > > Thanks Reindl. Let me be a bit more specific. I am looking for
> > > > the
> > > > non-dev package. For example, for ubuntu and sles, I can do the
> > > > followiing
> > > >
> > > > apt-get install libudev1 works
> > > > zypper install libudev1 works
> > > >
> > > > But, for rhel,
> > > > yum install libudev1    cannot find package
> > > > yum install libudev-devel works
> > > >
> > > > Is there any runtime (non-dev) package for rhel/centos distro? If
> > > > so,
> > > > what is the package name I should look for?
> > > >
> > > >
> > > > thanks,
> > > > Sayeed
> > > >
> > > >
> > > > On Fri, Aug 31, 2018 at 8:24 AM, Reindl Harald <
> > > > h.rei...@thelounge.net>
> > > > wrote:
> > > >
> > > > >
> > > > >
> > > > > Am 31.08.18 um 16:51 schrieb Sayeed hyder:
> > > > > > Where can I get the link of available non-dev packages for
> > > > > > different
> > > > > > Linux distros? I am specifically looking for rhel version  of
> > > > > > libudev
> > > > > > package.
> > > > >
> > > > > from the package repo of teh distribution?
> > > > > just download the CentOS one which is identical to RHEL
> > > > > ___
> > > > > systemd-devel mailing list
> > > > > systemd-devel@lists.freedesktop.org
> > > > > https://lists.freedesktop.org/mailman/listinfo/systemd-devel
> > > > >
> > > >
> > > > ___
> > > > systemd-devel mailing list
> > > > systemd-devel@lists.freedesktop.org
> > > > https://lists.freedesktop.org/mailman/listinfo/systemd-devel
> > > >
> > >
> > > --
> > >
> > > Ryan (ライアン)
> > > Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone
> > > else
> > > https://refi64.com/
> > >
> >
> > ___
> > systemd-devel mailing list
> > systemd-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>
>
> ___
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Silvio Knizek
Hi Sayeed,

it is expected that header files are in the -devel packages. You can't
change this. The package "systemd" contains "udev", so in "systemd-
devel" are the header files for "udev". "udev" is part of systemd.
RHLE/CentOS don't split this.

Why can't you just use "systemd-devel"? It just contains everything you
need to be able to compile against systemd and udev (and maybe more).

BR
Silvio

Am Freitag, den 31.08.2018, 10:29 -0700 schrieb Sayeed hyder:
> I tried Mantas's suggestion and try to install "yum install
> libudev.so.1" which shows me "Package systemd-libs-219-
> 57.el7_5.1.i686 already installed and latest version". Here is the
> list of systemd packages already installed in my rhel vm. When I use
> libudev.h in my program, it cannot compile ("no such file or
> directory").
> 
> But if i do "yum install libudev-devel", it installs systemd-
> devel.x86_64 0:219-57.el7_5.1, and I can compile fine. So, the
> problem seems to be the difference between package systemd-
> devel.x86_64 0:219-57.el7_5.1 and package systemd-219-
> 57.el7_5.1.x86_64. In the latter one, the libudev.h header file is
> not exposed for use. I cannot use the "devel" version.
> Any suggestion?
> 
> 
> thanks,
> Sayeed
> 
> 
> On Fri, Aug 31, 2018 at 10:05 AM, Ryan Gonzalez 
> wrote:
> 
> > Isn't it just "libudev", e.g. without the 1?
> > 
> > 
> > On Fri, Aug 31, 2018, 11:19 AM Sayeed hyder 
> > wrote:
> > 
> > > Thanks Reindl. Let me be a bit more specific. I am looking for
> > > the
> > > non-dev package. For example, for ubuntu and sles, I can do the
> > > followiing
> > > 
> > > apt-get install libudev1 works
> > > zypper install libudev1 works
> > > 
> > > But, for rhel,
> > > yum install libudev1    cannot find package
> > > yum install libudev-devel works
> > > 
> > > Is there any runtime (non-dev) package for rhel/centos distro? If
> > > so,
> > > what is the package name I should look for?
> > > 
> > > 
> > > thanks,
> > > Sayeed
> > > 
> > > 
> > > On Fri, Aug 31, 2018 at 8:24 AM, Reindl Harald <
> > > h.rei...@thelounge.net>
> > > wrote:
> > > 
> > > > 
> > > > 
> > > > Am 31.08.18 um 16:51 schrieb Sayeed hyder:
> > > > > Where can I get the link of available non-dev packages for
> > > > > different
> > > > > Linux distros? I am specifically looking for rhel version  of
> > > > > libudev
> > > > > package.
> > > > 
> > > > from the package repo of teh distribution?
> > > > just download the CentOS one which is identical to RHEL
> > > > ___
> > > > systemd-devel mailing list
> > > > systemd-devel@lists.freedesktop.org
> > > > https://lists.freedesktop.org/mailman/listinfo/systemd-devel
> > > > 
> > > 
> > > ___
> > > systemd-devel mailing list
> > > systemd-devel@lists.freedesktop.org
> > > https://lists.freedesktop.org/mailman/listinfo/systemd-devel
> > > 
> > 
> > --
> > 
> > Ryan (ライアン)
> > Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone
> > else
> > https://refi64.com/
> > 
> 
> ___
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/systemd-devel


___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Sayeed hyder
I tried Mantas's suggestion and try to install "yum install libudev.so.1"
which shows me "Package systemd-libs-219-57.el7_5.1.i686 already installed
and latest version". Here is the list of systemd packages already installed
in my rhel vm. When I use libudev.h in my program, it cannot compile ("no
such file or directory").

But if i do "yum install libudev-devel", it installs systemd-devel.x86_64
0:219-57.el7_5.1, and I can compile fine. So, the problem seems to be the
difference between package systemd-devel.x86_64 0:219-57.el7_5.1 and
package systemd-219-57.el7_5.1.x86_64. In the latter one, the libudev.h
header file is not exposed for use. I cannot use the "devel" version. Any
suggestion?


thanks,
Sayeed


On Fri, Aug 31, 2018 at 10:05 AM, Ryan Gonzalez  wrote:

> Isn't it just "libudev", e.g. without the 1?
>
>
> On Fri, Aug 31, 2018, 11:19 AM Sayeed hyder  wrote:
>
>> Thanks Reindl. Let me be a bit more specific. I am looking for the
>> non-dev package. For example, for ubuntu and sles, I can do the followiing
>>
>> apt-get install libudev1 works
>> zypper install libudev1 works
>>
>> But, for rhel,
>> yum install libudev1    cannot find package
>> yum install libudev-devel works
>>
>> Is there any runtime (non-dev) package for rhel/centos distro? If so,
>> what is the package name I should look for?
>>
>>
>> thanks,
>> Sayeed
>>
>>
>> On Fri, Aug 31, 2018 at 8:24 AM, Reindl Harald 
>> wrote:
>>
>>>
>>>
>>> Am 31.08.18 um 16:51 schrieb Sayeed hyder:
>>> > Where can I get the link of available non-dev packages for different
>>> > Linux distros? I am specifically looking for rhel version  of libudev
>>> > package.
>>> from the package repo of teh distribution?
>>> just download the CentOS one which is identical to RHEL
>>> ___
>>> systemd-devel mailing list
>>> systemd-devel@lists.freedesktop.org
>>> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>>>
>>
>> ___
>> systemd-devel mailing list
>> systemd-devel@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>>
> --
>
> Ryan (ライアン)
> Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone else
> https://refi64.com/
>
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Ryan Gonzalez
Isn't it just "libudev", e.g. without the 1?

On Fri, Aug 31, 2018, 11:19 AM Sayeed hyder  wrote:

> Thanks Reindl. Let me be a bit more specific. I am looking for the non-dev
> package. For example, for ubuntu and sles, I can do the followiing
>
> apt-get install libudev1 works
> zypper install libudev1 works
>
> But, for rhel,
> yum install libudev1    cannot find package
> yum install libudev-devel works
>
> Is there any runtime (non-dev) package for rhel/centos distro? If so, what
> is the package name I should look for?
>
>
> thanks,
> Sayeed
>
>
> On Fri, Aug 31, 2018 at 8:24 AM, Reindl Harald 
> wrote:
>
>>
>>
>> Am 31.08.18 um 16:51 schrieb Sayeed hyder:
>> > Where can I get the link of available non-dev packages for different
>> > Linux distros? I am specifically looking for rhel version  of libudev
>> > package.
>> from the package repo of teh distribution?
>> just download the CentOS one which is identical to RHEL
>> ___
>> systemd-devel mailing list
>> systemd-devel@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>>
>
> ___
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>
-- 

Ryan (ライアン)
Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone else
https://refi64.com/
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Mantas Mikulėnas
AFAIIRC, you should be able use 'yum whatprovides libudev.so.1' or – I
think – just 'yum install libudev.so.1' to get the package you need.

On Fri, Aug 31, 2018, 19:19 Sayeed hyder  wrote:

> Thanks Reindl. Let me be a bit more specific. I am looking for the non-dev
> package. For example, for ubuntu and sles, I can do the followiing
>
> apt-get install libudev1 works
> zypper install libudev1 works
>
> But, for rhel,
> yum install libudev1    cannot find package
> yum install libudev-devel works
>
> Is there any runtime (non-dev) package for rhel/centos distro? If so, what
> is the package name I should look for?
>
>
> thanks,
> Sayeed
>
>
> On Fri, Aug 31, 2018 at 8:24 AM, Reindl Harald 
> wrote:
>
>>
>>
>> Am 31.08.18 um 16:51 schrieb Sayeed hyder:
>> > Where can I get the link of available non-dev packages for different
>> > Linux distros? I am specifically looking for rhel version  of libudev
>> > package.
>> from the package repo of teh distribution?
>> just download the CentOS one which is identical to RHEL
>> ___
>> systemd-devel mailing list
>> systemd-devel@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>>
>
> ___
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>
-- 

Mantas Mikulėnas
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Sayeed hyder
Thanks Reindl. Let me be a bit more specific. I am looking for the non-dev
package. For example, for ubuntu and sles, I can do the followiing

apt-get install libudev1 works
zypper install libudev1 works

But, for rhel,
yum install libudev1    cannot find package
yum install libudev-devel works

Is there any runtime (non-dev) package for rhel/centos distro? If so, what
is the package name I should look for?


thanks,
Sayeed


On Fri, Aug 31, 2018 at 8:24 AM, Reindl Harald 
wrote:

>
>
> Am 31.08.18 um 16:51 schrieb Sayeed hyder:
> > Where can I get the link of available non-dev packages for different
> > Linux distros? I am specifically looking for rhel version  of libudev
> > package.
> from the package repo of teh distribution?
> just download the CentOS one which is identical to RHEL
> ___
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Reindl Harald


Am 31.08.18 um 16:51 schrieb Sayeed hyder:
> Where can I get the link of available non-dev packages for different
> Linux distros? I am specifically looking for rhel version  of libudev
> package.
from the package repo of teh distribution?
just download the CentOS one which is identical to RHEL
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] non-dev systemd-devel package for Linux

2018-08-31 Thread Sayeed hyder
Hi,

Where can I get the link of available non-dev packages for different Linux
distros? I am specifically looking for rhel version  of libudev package.


thanks,
Sayeed
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel