You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.
Hi ,
First of all thanks for linux 2.1 version. I think windows server user also need fw1-loggrabber 2.1 for windows server. I try compile with windowSDK6.0 but I give error .
FW1-LogGrabber uses API-functions from Checkpoint's OPSEC SDK 6.0 for Linux 50.
You must take care of downloading the Checkpoint OPSEC SDK and extracting it inside the OPSEC_SDK folder.
We are sorry, FW1-LogGrabber v2.0 and above can be built on Linux x86/amd64 platforms only. If you are interested in other platforms please check FW1-LogGrabber v1.11.1 website
Hi ,
First of all thanks for linux 2.1 version. I think windows server user also need fw1-loggrabber 2.1 for windows server. I try compile with windowSDK6.0 but I give error .
best regards.
root@log:/home/john/fw1-loggrabber/fw1-loggrabber# vim Makefile
root@log:/home/john/fw1-loggrabber/fw1-loggrabber# make
/usr/bin/gcc -m32 -g -Wall -fpic -DLINUX -DUNIXOS=1 -DDEBUG -IOPSEC_SDK/pkg_rel/include -c -o thread.o thread.c
/usr/bin/gcc -m32 -g -Wall -fpic -DLINUX -DUNIXOS=1 -DDEBUG -IOPSEC_SDK/pkg_rel/include -c -o queue.o queue.c
/usr/bin/gcc -m32 -g -Wall -fpic -DLINUX -DUNIXOS=1 -DDEBUG -IOPSEC_SDK/pkg_rel/include -c -o fw1-loggrabber.o fw1-loggrabber.c
/usr/bin/gcc -m32 -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: cannot find -lopsec
/usr/bin/ld: cannot find -lcpprod50
/usr/bin/ld: cannot find -lsicauth
/usr/bin/ld: cannot find -lskey
/usr/bin/ld: cannot find -lfwsetdb
/usr/bin/ld: cannot find -lndb
/usr/bin/ld: cannot find -lsic
/usr/bin/ld: cannot find -lcp_policy
/usr/bin/ld: cannot find -lcpca
/usr/bin/ld: cannot find -lckpssl
/usr/bin/ld: cannot find -lcpcert
/usr/bin/ld: cannot find -lcpcryptutil
/usr/bin/ld: cannot find -lEncode
/usr/bin/ld: cannot find -lcpprng
/usr/bin/ld: cannot find -lProdUtils
/usr/bin/ld: cannot find -lcpbcrypt
/usr/bin/ld: cannot find -lcpopenssl
/usr/bin/ld: cannot find -lAppUtils
/usr/bin/ld: cannot find -lComUtils
/usr/bin/ld: cannot find -lResolve
/usr/bin/ld: cannot find -lEventUtils
/usr/bin/ld: cannot find -lDataStruct
/usr/bin/ld: cannot find -lOS
collect2: ld returned 1 exit status
make: *** [fw1-loggrabber] Error 1
The text was updated successfully, but these errors were encountered: