I'm not sure if this will help any, since everything i've done is on debian 
or red-hat, but here goes.
make sure that the file libmm.so.11 actually exists, it may have been built 
with a different extension, something maybe like libmm.1a, if so, make a 
symbolic link to it with the name that apache wants ln -s libmm.whatever 
libmm.so.11
if that doesn't work, then try to fully install the mm library:
do make install from within the mm-1.1.3 directory, as root.  after that, 
make sure the libmm.so.11 got put in the right place (probably /usr/lib or 
/usr/local/lib) and that its path is in the /etc/ld.so.conf file.  then run 
ldconfig.  (this is especially where I don't know how freebsd does 
things).  it seems like it is erroring out purely because it can't link the 
library, if so, this should do it.  Make any sym links to get the names 
right, and that should be about it.  I hope this is at least a little useful...

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to