Now here's the funny thing..
--- snip ---
checking for mm support... yes
checking whether to enable transparent session id propagation... yes
checking whether to enable session support... yes
configure: error: cannot find mm library
So it knows that the system can support mm, yet it can't find the library.. unfortunatly I don't know the exact file name of the library is, therefore I"m unable to verify its existence (though i'm sure it's there and I have simple path problem or something along those lines)
here are my configure options:
./configure --with-vpopmail --disable-static --disable-debug --disable-rpath --enable-pic --enable-inline-optimization --with-pdflib --with-jpeg-dir --with-png-dir --with-tiff-dir --with-zlib-dir --prefix=/usr --with-zlib --with-config-file-path=/etc --enable-magic-quotes --enable-debugger --enable-track-vars --enable-safe-mode --with-exec-dir=/usr/bin --with-regex=system --with-versioning --enable-sysvsem --enable-sysvshm --with-mod_charset --enable-force-cgi-redirect --with-mm --enable-trans-sid --with-dbase --with-filepro --enable-yp --enable-ftp --with-xml --with-mysql --with-gettext
[root@database php-4.0.6]# cat /proc/version
Linux version 2.4.8-26mdk (quintela@bi.mandrakesoft.com) (gcc version 2.96 20000731 (Mandrake Linux 8.1 2.96-0.62mdk)) #1 Sun Sep 23 17:06:39 CEST 2001
[root@database php-4.0.6]#
(normally I'm a debian guy, but the box I'm working on only has a 28.8bps connection to the Internet. SO I used Mandrake...)
Any help would be greatly appreaciated.