Steps details
i'm using FreeBSD Version 6.0
========================
admin# pkg_add -r compat4x
Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.0-release/Latest/compat4x.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.0-release/Latest/compat4x.tbz' by URL
admin# cd /usr/ports/misc/compat4x
admin# make deinstall
===> Deinstalling for misc/compat4x
===> Deinstalling compat4x-i386-5.3_2
admin# make clean
===> Cleaning for localedata-5.4
===> Cleaning for compat4x-i386-5.3_2
admin# make install
===> Vulnerability check disabled, database not found
===> Extracting for compat4x-i386-5.3_2
=> Checksum OK for i386/5.3/compat4x.aa.
=> Checksum OK for i386/5.3/compat4x.ab.
/bin/mkdir -p /usr/ports/misc/compat4x/work
cd /usr/ports/distfiles/i386/5.3 && /bin/cat compat4x.aa compat4x.ab | /usr/bin/tar -xzf - -C /usr/ports/misc/compat4x/work
/bin/mv /usr/ports/misc/compat4x/work/usr/lib/compat/libc_r.so.4 /usr/ports/misc/compat4x/work/usr/lib/compat/libc_r.so.4.compat4x
/bin/mv /usr/ports/misc/compat4x/work/usr/lib/compat/libperl.so.3 /usr/ports/misc/compat4x/work/usr/lib/compat/libperl.so.3.compat4x
/bin/rm -f /usr/ports/misc/compat4x/work/usr/lib/compat/libcrypto.so.1
/bin/rm -f /usr/ports/misc/compat4x/work/usr/lib/compat/libcrypto.so.2
/bin/rm -f /usr/ports/misc/compat4x/work/usr/lib/compat/libssl.so.1
/bin/rm -f /usr/ports/misc/compat4x/work/usr/lib/compat/libssl.so.2
===> Patching for compat4x-i386-5.3_2
===> Configuring for compat4x-i386-5.3_2
===> Building for compat4x-i386-5.3_2
===> Installing for compat4x-i386-5.3_2
===> compat4x-i386-5.3_2 depends on file: /usr/local/share/compat/locale/UTF-8/LC_CTYPE - found
===> Generating temporary packing list
===> Checking if misc/compat4x already installed
/bin/mkdir -p /usr/local/lib/compat /usr/local/etc/rc.d
install -o root -g wheel -m 444 /usr/ports/misc/compat4x/work/usr/lib/compat/* /usr/local/lib/compat/
/bin/ln -sf libc_r.so.4.compat4x /usr/local/lib/compat/libc_r.so.4
/bin/ln -sf libperl.so.3.compat4x /usr/local/lib/compat/libperl.so.3
install -o root -g wheel -m 555 /usr/ports/misc/compat4x/work/000.compat4x.sh /usr/local/etc/rc.d/
===> Running ldconfig
/sbin/ldconfig -m /usr/local/lib/compat
===> Registering installation for compat4x-i386-5.3_2
===> SECURITY REPORT:
This port has installed the following files which may act as network
servers and may therefore pose a remote security risk to the system.
/usr/local/lib/compat/libc_r.so.4.compat4x
/usr/local/lib/compat/libfetch.so.2
/usr/local/lib/compat/libperl.so.3.compat4x
/usr/local/lib/compat/libc.so.4
This port has installed the following startup scripts which may cause
these network services to be started at boot time.
/usr/local/etc/rc.d/000.compat4x.sh
If there are vulnerabilities in these programs there may be a security
risk to the system. FreeBSD makes no guarantee about the security of
ports included in the Ports Collection. Please type 'make deinstall'
to deinstall the port if this is a concern.
admin# cd /usr/lib
admin# mv libc_r.so.4 libc_r.so.4.old
admin# ln -s /usr/local/lib/compat/libc_r.so.4.compat4x libc_r.so.4
admin# cd /usr/lib
admin# ln -s /usr/local/lib/compat/libcrypt.so.2
ln: ./libcrypt.so.2: File exists
admin# ln -s /usr/local/lib/compat/libm.so.2
ln: ./libm.so.2: File exists
admin# mv libc.so.4 libc.so.4.old
admin# ln -s /usr/local/lib/compat/libc.so.4
and after all that still give me the same error msg