[syslog-ng] Installing Syslog-NG 3.7 on CentOS 7

Ivan Adji - Krstev akivanradix at gmail.com
Thu May 12 09:51:29 CEST 2016


Hi Czanik,

That was the problem for 3.7. EPEL was not install.

Thanks

Kind regards
Ivan

On 05/10/2016 01:35 PM, Czanik, Péter wrote:
> Do you also have EPEL? The RHEL7/CentOS7 repo is built against EPEL,
> as some of the dependencies are missing from the base distribution:
> https://fedoraproject.org/wiki/EPEL
>
> Bye,
> Peter Czanik (CzP) <peter.czanik at balabit.com>
> Balabit / syslog-ng upstream
> http://czanik.blogs.balabit.com/
> https://twitter.com/PCzanik
>
>
> On Tue, May 10, 2016 at 1:29 PM, Ivan Adji - Krstev
> <akivanradix at gmail.com> wrote:
>> Hi i note this error of mine but i try the other one:
>>
>> https://copr.fedorainfracloud.org/coprs/czanik/syslog-ng37/repo/epel-7/czanik-syslog-ng37-epel-7.repo
>> And i have the similar errors when ever i try to install on new CentOS
>>
>> The procedure im doing is: Fresh installation of CentOS
>> yum update
>> yum install httpd php vim wget
>> then install mongodb ( add repo )
>> then install syslog-ng ( add repo )
>>
>> I'm using: CentOS Linux release 7.2.1511 (Core)
>> And im having the following repos:
>>
>> [root at syslogserver ~]# yum repolist
>> Loaded plugins: fastestmirror
>> Loading mirror speeds from cached hostfile
>>  * base: mirror.switch.ch
>>  * extras: mirror.switch.ch
>>  * updates: mirror.switch.ch
>> repo id
>> repo name
>> status
>> base/7/x86_64
>> CentOS-7 - Base
>> 9,007
>> czanik-syslog-ng37/x86_64
>> Copr repo for syslog-ng37 owned by czanik
>> 59
>> extras/7/x86_64
>> CentOS-7 - Extras
>> 266
>> mongodb-org-3.2/7
>> MongoDB Repository
>> 35
>> updates/7/x86_64
>> CentOS-7 - Updates
>> 1,437
>> repolist: 10,804
>>
>>
>> [root at syslogserver ~]# yum install syslog-ng
>> Loaded plugins: fastestmirror
>> Loading mirror speeds from cached hostfile
>>  * base: mirror.switch.ch
>>  * extras: mirror.switch.ch
>>  * updates: mirror.switch.ch
>> Resolving Dependencies
>> --> Running transaction check
>> ---> Package syslog-ng.x86_64 0:3.7.3-3.el7.centos will be installed
>> --> Processing Dependency: ivykis >= 0.36.1 for package:
>> syslog-ng-3.7.3-3.el7.centos.x86_64
>> --> Processing Dependency: libivykis.so.0(IVYKIS_0.29)(64bit) for package:
>> syslog-ng-3.7.3-3.el7.centos.x86_64
>> --> Processing Dependency: libivykis.so.0(IVYKIS_0.30)(64bit) for package:
>> syslog-ng-3.7.3-3.el7.centos.x86_64
>> --> Processing Dependency: libevtlog.so.0()(64bit) for package:
>> syslog-ng-3.7.3-3.el7.centos.x86_64
>> --> Processing Dependency: libivykis.so.0()(64bit) for package:
>> syslog-ng-3.7.3-3.el7.centos.x86_64
>> --> Processing Dependency: libnet.so.1()(64bit) for package:
>> syslog-ng-3.7.3-3.el7.centos.x86_64
>> --> Running transaction check
>> ---> Package libnet.x86_64 0:1.1.6-7.el7 will be installed
>> ---> Package syslog-ng.x86_64 0:3.7.3-3.el7.centos will be installed
>> --> Processing Dependency: ivykis >= 0.36.1 for package:
>> syslog-ng-3.7.3-3.el7.centos.x86_64
>> --> Processing Dependency: libivykis.so.0(IVYKIS_0.29)(64bit) for package:
>> syslog-ng-3.7.3-3.el7.centos.x86_64
>> --> Processing Dependency: libivykis.so.0(IVYKIS_0.30)(64bit) for package:
>> syslog-ng-3.7.3-3.el7.centos.x86_64
>> --> Processing Dependency: libevtlog.so.0()(64bit) for package:
>> syslog-ng-3.7.3-3.el7.centos.x86_64
>> --> Processing Dependency: libivykis.so.0()(64bit) for package:
>> syslog-ng-3.7.3-3.el7.centos.x86_64
>> --> Finished Dependency Resolution
>> Error: Package: syslog-ng-3.7.3-3.el7.centos.x86_64 (czanik-syslog-ng37)
>>            Requires: libivykis.so.0(IVYKIS_0.30)(64bit)
>> Error: Package: syslog-ng-3.7.3-3.el7.centos.x86_64 (czanik-syslog-ng37)
>>            Requires: libivykis.so.0()(64bit)
>> Error: Package: syslog-ng-3.7.3-3.el7.centos.x86_64 (czanik-syslog-ng37)
>>            Requires: ivykis >= 0.36.1
>> Error: Package: syslog-ng-3.7.3-3.el7.centos.x86_64 (czanik-syslog-ng37)
>>            Requires: libevtlog.so.0()(64bit)
>> Error: Package: syslog-ng-3.7.3-3.el7.centos.x86_64 (czanik-syslog-ng37)
>>            Requires: libivykis.so.0(IVYKIS_0.29)(64bit)
>>  You could try using --skip-broken to work around the problem
>>  You could try running: rpm -Va --nofiles --nodigest
>>
>>
>> Any idea ?
>>
>>
>> On 05/09/2016 04:09 PM, Czanik, Péter wrote:
>>
>> Hi,
>>
>> You should add the repository using the file:
>> https://copr.fedorainfracloud.org/coprs/czanik/syslog-ng37/repo/epel-7/czanik-syslog-ng37-epel-7.repo
>> to yum and not just download individual packages. You can use then
>> "yum install syslog-ng" which will also download all necessary
>> dependencies.
>>
>> Bye,
>> Peter Czanik (CzP) <peter.czanik at balabit.com>
>> Balabit / syslog-ng upstream
>> http://czanik.blogs.balabit.com/
>> https://twitter.com/PCzanik
>>
>>
>> On Mon, May 9, 2016 at 3:07 PM, Ivan Adji - Krstev
>> <akivanradix at gmail.com> wrote:
>>
>> I have the following errors when i try to install Syslog-NG 3.7 on CentOS 7
>>
>>
>> I have problem when i try to install Syslog-NG 3.7 on CentOS 7.
>>
>> The following errors i get:
>>
>> --> Finished Dependency Resolution
>> Error: Package: syslog-ng-3.7.3-1.el6.x86_64 (czanik-syslog-ng37epel6)
>>            Requires: libevtlog.so.0()(64bit)
>> Error: Package: syslog-ng-3.7.3-1.el6.x86_64 (czanik-syslog-ng37epel6)
>>            Requires: libpcre.so.0()(64bit)
>>  You could try using --skip-broken to work around the problem
>>  You could try running: rpm -Va --nofiles --nodigest
>>
>>
>> Any hints on this ?
>>
>> Kind regards
>> Ivan
>>
>> ______________________________________________________________________________
>> Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
>> Documentation:
>> http://www.balabit.com/support/documentation/?product=syslog-ng
>> FAQ: http://www.balabit.com/wiki/syslog-ng-faq
>>
>>
>> ______________________________________________________________________________
>> Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
>> Documentation:
>> http://www.balabit.com/support/documentation/?product=syslog-ng
>> FAQ: http://www.balabit.com/wiki/syslog-ng-faq
>>
>>
>>
>> ______________________________________________________________________________
>> Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
>> Documentation:
>> http://www.balabit.com/support/documentation/?product=syslog-ng
>> FAQ: http://www.balabit.com/wiki/syslog-ng-faq
>>
>>
> ______________________________________________________________________________
> Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng
> FAQ: http://www.balabit.com/wiki/syslog-ng-faq
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.balabit.hu/pipermail/syslog-ng/attachments/20160512/ce39b279/attachment.htm 


More information about the syslog-ng mailing list