Zabbix proxy error on pfsense 2.0 Beta5
-
The zabbix proxy package did work on my 2.0 beta til the last update to Beta5.
Now I get this error while trying to start zabbix_proxy:zabbix_proxy
/libexec/ld-elf.so.1: Shared object "libssl.so.7" not found, required by "zabbix_proxy"Someone an idea how I can fix that problem?
-
Try to reinstall it again now.
It was an issue with the package builder box. One package was trying to use a newer version of OpenSSL than the others and it threw everything else out of whack.
I recompiled the package binaries after fixing that and it seems to be looking for the proper file now.
You may have to uninstall ("X") and then install the package again fresh to make sure it pulls in a new set of binaries.
-
I've tried to solve the problem copying the libssl.so.7 and libcrypt.so.7 files from the latest FreeBSD libs but after I got rid of the last error, I get this error now in my error log of zabbix_proxy.log:
14525:20110114:020525.157 ====== Fatal information: ======
14525:20110114:020525.157 program counter not available for this architecture
14525:20110114:020525.157 === Registers: ===
14525:20110114:020525.157 register dump not available for this architecture
14525:20110114:020525.157 === Backtrace: ===
14525:20110114:020525.157 backtrace not available for this platform
14525:20110114:020525.157 === Memory map: ===
14525:20110114:020525.157 memory map not available for this platform
14525:20110114:020525.157 ================================
14602:20110114:020525.171 Got signal [signal:11(SIGSEGV),reason:1,refaddr:0x10]. Crashing …
14602:20110114:020525.171 ====== Fatal information: ======
14602:20110114:020525.171 program counter not available for this architecture
14602:20110114:020525.171 === Registers: ===
14602:20110114:020525.171 register dump not available for this architecture
14602:20110114:020525.171 === Backtrace: ===
14602:20110114:020525.171 backtrace not available for this platform
14602:20110114:020525.171 === Memory map: ===
14602:20110114:020525.171 memory map not available for this platform
14602:20110114:020525.172 ================================
14636:20110114:020525.175 Got signal [signal:11(SIGSEGV),reason:1,refaddr:0x10]. Crashing …
14636:20110114:020525.175 ====== Fatal information: ======
14636:20110114:020525.175 program counter not available for this architecture
14636:20110114:020525.175 === Registers: ===
14636:20110114:020525.176 register dump not available for this architecture
14636:20110114:020525.176 === Backtrace: ===
14636:20110114:020525.176 backtrace not available for this platform
14636:20110114:020525.176 === Memory map: ===
14636:20110114:020525.176 memory map not available for this platform
14636:20110114:020525.176 ================================
14772:20110114:020525.197 Got signal [signal:11(SIGSEGV),reason:1,refaddr:0x10]. Crashing …
14772:20110114:020525.197 ====== Fatal information: ======
14772:20110114:020525.197 program counter not available for this architecture
14772:20110114:020525.197 === Registers: ===
14772:20110114:020525.197 register dump not available for this architecture
14772:20110114:020525.197 === Backtrace: ===
14772:20110114:020525.197 backtrace not available for this platform
14772:20110114:020525.197 === Memory map: ===
14772:20110114:020525.198 memory map not available for this platform
14772:20110114:020525.198 ================================
14780:20110114:020525.199 server #8 started [Trapper]
14910:20110114:020525.204 server #9 started [Trapper]
15187:20110114:020525.204 server #10 started [Trapper]
15338:20110114:020525.205 server #11 started [Trapper]
15342:20110114:020525.224 server #12 started [Trapper]
15532:20110114:020525.226 server #13 started [ICMP pinger]
15862:20110114:020525.227 server #14 started [Housekeeper]
15862:20110114:020525.227 Executing housekeeper
16136:20110114:020525.228 server #15 started [HTTP Poller]
16633:20110114:020525.234 server #17 started [DB Syncer]
15862:20110114:020525.261 Deleted 0 records from history [0.000503 seconds]
16419:20110114:020525.278 Got signal [signal:11(SIGSEGV),reason:1,refaddr:0x10]. Crashing …
16419:20110114:020525.278 ====== Fatal information: ======
16419:20110114:020525.278 program counter not available for this architecture
16419:20110114:020525.278 === Registers: ===
16419:20110114:020525.279 register dump not available for this architecture
16419:20110114:020525.279 === Backtrace: ===
16419:20110114:020525.279 backtrace not available for this platform
16419:20110114:020525.279 === Memory map: ===
16419:20110114:020525.279 memory map not available for this platform
16419:20110114:020525.279 ================================
14048:20110114:020525.280 One child process died (PID:14393,exitcode/signal:65280). Exiting ...
16801:20110114:020525.281 server #18 started [DB Syncer]
16822:20110114:020525.286 server #19 started [DB Syncer]
17150:20110114:020525.287 server #20 started [DB Syncer]
14048:20110114:020527.326 Syncing history data…
14048:20110114:020527.326 Syncing history data... done.
14048:20110114:020527.326 Syncing trends data...
14048:20110114:020527.326 Syncing trends data... done.
14048:20110114:020527.327 Zabbix Proxy stopped. Zabbix 1.8.3 (revision 13928). -
Some of that was probably because you copied the libs over and didn't use the ones that came with the package.
If you reinstall it now it should pick up the right libraries.