Closed toggit closed 8 years ago
Try sudo apt-get install ia32-libs
i have the same issue i cant make it on centos7..
can u please share the binary file
sudo yum install elfutils-libelf.i686
Probably the -devel package helps, too:
sudo yum install elfutils-libelf-devel.i686
i cant download this on my centos 7 64bit can u please share a link to the rpms
Any updates?
Closing as no feedback, feel free to reopen.
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
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?