Send Motion-user mailing list submissions to
        motion-user@lists.sourceforge.net

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
        motion-user-requ...@lists.sourceforge.net

You can reach the person managing the list at
        motion-user-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."


Today's Topics:

   1. Re: Any CentOS 8 user here? (Pascal Martin)
   2. Re: Any CentOS 8 user here? (tosiara)
   3. Re: Any CentOS 8 user here? (tosiara)


----------------------------------------------------------------------

Message: 1
Date: Fri, 19 Jun 2020 12:30:13 -0700
From: Pascal Martin <pascal.fb.mar...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] Any CentOS 8 user here?
Message-ID:
        <CAOJ9py4jHcdmz=SK-HxL9pPi1My0AKPvSX+=9wnfqsqkpfw...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Is the web server code in webu.c being replaced with libmicrohttp?

Thanks.
Pascal.

From: tosiara <tosi...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Cc:
Bcc:
Date: Thu, 18 Jun 2020 16:10:33 +0300
Subject: Re: [Motion-user] Any CentOS 8 user here?
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 <tosi...@gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Sat, 20 Jun 2020 07:45:21 +0300
From: tosiara <tosi...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Any CentOS 8 user here?
Message-ID:
        <cachtdwt54idejbvuum7eo+np0ahns+hkyso2rmpy1-f9cbo...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Yes, it has replaced

On Fri, Jun 19, 2020, 22:31 Pascal Martin <pascal.fb.mar...@gmail.com>
wrote:

> Is the web server code in webu.c being replaced with libmicrohttp?
>
> Thanks.
> Pascal.
>
> From: tosiara <tosi...@gmail.com>
> To: Motion discussion list <motion-user@lists.sourceforge.net>
> Cc:
> Bcc:
> Date: Thu, 18 Jun 2020 16:10:33 +0300
> Subject: Re: [Motion-user] Any CentOS 8 user here?
> 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 <tosi...@gmail.com> 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
> Motion-user@lists.sourceforge.net
> 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...

------------------------------

Message: 3
Date: Sat, 20 Jun 2020 08:02:20 +0300
From: tosiara <tosi...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Any CentOS 8 user here?
Message-ID:
        <cachtdwt_jyw1doadbd1rvdmyd45edyvqakqgjzh+hyz-_ip...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

It is there since 4.2, and this is the commit:
https://github.com/Motion-Project/motion/commit/3cd68cab497527bb51af63fc4279b024f828b536

On Sat, Jun 20, 2020 at 7:45 AM tosiara <tosi...@gmail.com> wrote:
>
> Yes, it has replaced
>
> On Fri, Jun 19, 2020, 22:31 Pascal Martin <pascal.fb.mar...@gmail.com> wrote:
>>
>> Is the web server code in webu.c being replaced with libmicrohttp?
>>
>> Thanks.
>> Pascal.
>>
>> From: tosiara <tosi...@gmail.com>
>> To: Motion discussion list <motion-user@lists.sourceforge.net>
>> Cc:
>> Bcc:
>> Date: Thu, 18 Jun 2020 16:10:33 +0300
>> Subject: Re: [Motion-user] Any CentOS 8 user here?
>> 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 <tosi...@gmail.com> 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
>> Motion-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/motion-user
>> https://motion-project.github.io/
>>
>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user



------------------------------



------------------------------

Subject: Digest Footer

_______________________________________________
Motion-user mailing list
Motion-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/motion-user


------------------------------

End of Motion-user Digest, Vol 168, Issue 50
********************************************

Reply via email to