Shared object "libc.so.4" not found, required by "java"

I install Winpower on pfSense, it shows:
Code:
Shared object libc.so.4 not found, required by java
I installed OpenJDK 1.7. Help me, please.
 
Last edited:
iI install Winpower on pfsense, it shows:
Code:
Shared object libc.so.4 not found, required by java
iI installed OpenJDK 1.7. Help me, plzplease.
Code:
pkg install misc/compat4x
pkg install misc/compat5x
pkg install misc/compat6x
pkg install misc/compat7x
pkg install misc/compat8x
pkg install misc/compat9x
 
Last edited by a moderator:
Code:
Shared object "libpthread.so.1" not found, required by "java"
I tried ln -s libthr.so.1 libpthread.so.1
It showed
Code:
/lib/libpthread.so.1: version LIBTHREAD_1_0 required by /home/Winpower_setup_FreeBSD5x/FreeBSD/resource/jre/bin/java not defined
 
FreeBSD 5.x has been unsupported since 2008 (https://www.FreeBSD.org/security/unsupported.html). All the compatability packages do have a use but for a new installation please request a supported version of software from the vendor. I feels this is ill-advised recommending installing software as dated as this that is likely riddled with Java vulnerabilities that have been resolved over the years.

Additionally, as mentioned above this is pfSense and we do not support topics on derivatives.
 
Back
Top