Date: Sat, 2 Dec 2000 13:35:04 -0600 From: Marius Strom <marius@marius.org> To: freebsd-isp@freebsd.org Subject: mod_php4+libmcal support Message-ID: <20001202133504.E57153@marius.org>
next in thread | raw e-mail | index | archive | help
'afternoon folks: Trying to compile mod_php4 out of ports with some minor enhancements to scripts/configure.php, namely to support bcmath, yp, and mcal. bcmath and yp support haven't been a problem, but mcal support is driving me nuts. I've snagged the latest libmcal (v0.6) from mcal.chek.com and the associated drivers (mstore, icap). I've compiled it according to the instructions given at chek.com, then I go back to a php4 recompile. At the last stage of the compile, it gives me the following error: *** Warning: This library needs some functionality provided by -lmcal. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. This still provides me with a php4 .so file, but reloading apache after an install of it gives errors about mcal defines. So, I go back to the libmcal stuff, changes the CFLAGS to -shared, and recompile. Still getting the same error. Anyone have any ideas/experience into this? -- Marius Strom <marius@marius.org> Professional Geek/Unix System Administrator URL: http://www.marius.org http://www.marius.org/marius.pgp 0x55DE53E4 Turn off the faucet? We're too busy mopping up the floor! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001202133504.E57153>