Send Motion-user mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."
Today's Topics:
1. Any CentOS 8 user here? (tosiara)
2. Re: Any CentOS 8 user here? (tosiara)
3. Re: Any CentOS 8 user here? (Allan Peda)
----------------------------------------------------------------------
Message: 1
Date: Thu, 18 Jun 2020 15:46:46 +0300
From: tosiara <[email protected]>
To: Motion discussion list <[email protected]>
Subject: [Motion-user] Any CentOS 8 user here?
Message-ID:
<CACHTdwS57UN=ai_cloauepul5ojsjxgop-dl9svdw8radh1...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Hi,
How do you install libmicrohttpd-devel in CentOS 8?
I get:
[user@localhost ~]$ sudo yum install libmicrohttpd-devel
Last metadata expiration check: 0:03:30 ago on Thu 18 Jun 2020 08:38:12 AM EDT.
No match for argument: libmicrohttpd-devel
Error: Unable to find a match: libmicrohttpd-devel
I'm not familiar with CentOS so community help is appreciated
Thanks
------------------------------
Message: 2
Date: Thu, 18 Jun 2020 16:10:33 +0300
From: tosiara <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Any CentOS 8 user here?
Message-ID:
<cachtdwtwnbiylfmjsefhzif-zlyv5fvxf4ywf2bthy9uwop...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Ok, I figured out somehow
So here are steps to compile motion on Cent OS 8:
# minimal required:
yum install dnf-plugins-core
yum config-manager --set-enabled PowerTools
yum upgrade
yum groupinstall 'Development Tools'
yum install libjpeg-turbo libjpeg-turbo-devel gettext
libmicrohttpd-devel libzip-devel
autoreconf -fiv
./configure --without-ffmpeg
# with ffmpeg and rtsp support:
yum localinstall --nogpgcheck
https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm
yum install ffmpeg ffmpeg-devel
./configure
# with databases support:
yum install mariadb-devel postgresql-devel sqlite-devel
./configure
On Thu, Jun 18, 2020 at 3:46 PM tosiara <[email protected]> wrote:
>
> Hi,
>
> How do you install libmicrohttpd-devel in CentOS 8?
>
> I get:
>
> [user@localhost ~]$ sudo yum install libmicrohttpd-devel
> Last metadata expiration check: 0:03:30 ago on Thu 18 Jun 2020 08:38:12 AM
> EDT.
> No match for argument: libmicrohttpd-devel
> Error: Unable to find a match: libmicrohttpd-devel
>
> I'm not familiar with CentOS so community help is appreciated
>
> Thanks
------------------------------
Message: 3
Date: Thu, 18 Jun 2020 11:37:10 -0400
From: Allan Peda <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Any CentOS 8 user here?
Message-ID:
<CAEPoj6zzquLY0ep5gFamwLZ9JScOWKSCWYW9=apblfazdd7...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
One handy trick for finding package names (if you know the name of one of
the files you need) is to ask yum (now called dnf):
localhost ~]$ yum whatprovides -q /usr/share/man/man0p/stdio.h.0p.gz
man-pages-4.15-6.el8.x86_64 : Linux kernel and C library user-space
interface documentation
Repo : BaseOS
Matched from:
Filename : /usr/share/man/man0p/stdio.h.0p.gz
On Thu, Jun 18, 2020 at 9:11 AM tosiara <[email protected]> wrote:
> Ok, I figured out somehow
>
> So here are steps to compile motion on Cent OS 8:
>
> # minimal required:
> yum install dnf-plugins-core
> yum config-manager --set-enabled PowerTools
> yum upgrade
> yum groupinstall 'Development Tools'
> yum install libjpeg-turbo libjpeg-turbo-devel gettext
> libmicrohttpd-devel libzip-devel
> autoreconf -fiv
> ./configure --without-ffmpeg
>
> # with ffmpeg and rtsp support:
> yum localinstall --nogpgcheck
> https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
>
> https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm
> yum install ffmpeg ffmpeg-devel
> ./configure
>
> # with databases support:
> yum install mariadb-devel postgresql-devel sqlite-devel
> ./configure
>
> On Thu, Jun 18, 2020 at 3:46 PM tosiara <[email protected]> wrote:
> >
> > Hi,
> >
> > How do you install libmicrohttpd-devel in CentOS 8?
> >
> > I get:
> >
> > [user@localhost ~]$ sudo yum install libmicrohttpd-devel
> > Last metadata expiration check: 0:03:30 ago on Thu 18 Jun 2020 08:38:12
> AM EDT.
> > No match for argument: libmicrohttpd-devel
> > Error: Unable to find a match: libmicrohttpd-devel
> >
> > I'm not familiar with CentOS so community help is appreciated
> >
> > Thanks
>
>
> _______________________________________________
> Motion-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------
Subject: Digest Footer
_______________________________________________
Motion-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/motion-user
------------------------------
End of Motion-user Digest, Vol 168, Issue 49
********************************************