Hi,
Right now the FrontPage Extensions aren't working on FreeBSD 5.x
I discovered how this problem can be fixed.
Login as root (or use `su`) and use these commands:
# cd /usr/lib
# mv libc_r.so.4 libc_r.so.4.old
# ln -s /usr/local/lib/compat/libc_r.so.4.compat4x libc_r.so.4
And you're done
Right now the FrontPage Extensions aren't working on FreeBSD 5.x
I discovered how this problem can be fixed.
Login as root (or use `su`) and use these commands:
# cd /usr/lib
# mv libc_r.so.4 libc_r.so.4.old
# ln -s /usr/local/lib/compat/libc_r.so.4.compat4x libc_r.so.4
And you're done
