MINI-HOWTO: Make FrontPage Extensions work on FreeBSD 5.x

wdv

Verified User
Joined
Oct 22, 2003
Messages
163
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 :)
 
Back
Top