certego / fw1-loggrabber

FW1-Loggrabber is a command-line tool to grab logfiles from remote Checkpoint devices using OPSEC LEA (Log Export API)
GNU General Public License v2.0
52 stars 35 forks source link

i cant make this on centos7 and ubuntu #1

Closed toggit closed 8 years ago

toggit commented 9 years ago

the error i get : /usr/bin/ld: skipping incompatible /usr/lib64/libelf.so when searching for -lelf /usr/bin/ld: cannot find -lelf collect2: error: ld returned 1 exit status make: *\ [fw1-loggrabber] Error 1

how can ifx that?

adepasquale commented 9 years ago

Try sudo apt-get install ia32-libs

toggit commented 9 years ago

i have the same issue i cant make it on centos7..

can u please share the binary file

adepasquale commented 9 years ago

sudo yum install elfutils-libelf.i686

adepasquale commented 9 years ago

Probably the -devel package helps, too:

sudo yum install elfutils-libelf-devel.i686

toggit commented 9 years ago

i cant download this on my centos 7 64bit can u please share a link to the rpms

adepasquale commented 9 years ago

Try one of these mirrors: http://rpm.pbone.net/index.php3/stat/4/idpl/29070962/dir/centos_7/com/elfutils-libelf-0.160-1.el7.i686.rpm.html

adepasquale commented 8 years ago

Any updates?

adepasquale commented 8 years ago

Closing as no feedback, feel free to reopen.

ThreatHunterDiary commented 8 years ago

1 I am having imilar problem in RHEL 6.8.

when I run make it gives below error.


> /usr/bin/gcc -m64 -g -Wall -fpic -DLINUX -DUNIXOS=1 -DDEBUG -LOPSEC_SDK/pkg_rel/lib/release.dynamic -o fw1-loggrabber thread.o queue.o fw1-loggrabber.o -lopsec -lcpprod50 -lsicauth -lskey -lfwsetdb -lndb -lsic -lcp_policy -lcpca -lckpssl -lcpcert -lcpcryptutil -lEncode -lcpprng -lProdUtils -lcpbcrypt -lcpopenssl -lAppUtils -lComUtils -lResolve -lEventUtils -lDataStruct -lOS -lpthread -lresolv -ldl -lnsl -lelf -lstdc++ -lz
> /usr/bin/ld: skipping incompatible OPSEC_SDK/pkg_rel/lib/release.dynamic/libopsec.so when searching for -lopsec
> /usr/bin/ld: cannot find -lopsec
> collect2: ld returned 1 exit status
> make: *** [fw1-loggrabber] Error 1