Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

Lsyncd Installation

Current version of Lsyncd is 2.1.5 and it is installed through rpm.

How to check all the dependency / required packages to install it ?

Thanks
Avatar of Zephyr ICT
Zephyr ICT
Flag of Belgium image

I answered your similar question as well... Did you try this:

rpm -q --requires lsyncd

Open in new window

Avatar of AXISHK
AXISHK

ASKER

# ps -aux | grep lsyncd
root      2330  0.0  0.0  27560 17508 ?        Ss   Jul23   0:51 /usr/local/bin/lsyncd -pidfile /var/run/lsyncd.pid /etc/lsyncd.lua
root     29233  0.0  0.0  61220   780 pts/2    S+   17:11   0:00 grep lsyncd
# rpm -q --requires lsyncd
package lsyncd is not installed

Does it mean lsyncd that it is not installed through rpm ? Please note that yum doesn't work on my RedHat server. Tks
lsyncd is probably installed from source  downloaded with wget or something ...

The file can be found here: https://code.google.com/p/lsyncd/downloads/list

The prerequisites for lsyncd are the following:

lua
lua-devel
pkgconfig
gcc
asciidoc
Avatar of AXISHK

ASKER

So, for this kinds of installation, there will be no trail in either YUM or RPM, correct ?

So, for those prerequisites for lsyncd, it can only be told by internet information, correct ?

Thanks again.
ASKER CERTIFIED SOLUTION
Avatar of Zephyr ICT
Zephyr ICT
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial