Re: [PHP] mod_mm problems now....

2002-06-21 Thread Rasmus Lerdorf
As a rule you never put "include" in a configuration directive. Use --with-mm=/usr PHP expects to find both the library and the header files under the specified dir. -Rasmus On Fri, 21 Jun 2002, Ray Hunter wrote: > Find out where you bsd has all the mm header files and add that to your php >

Re: [PHP] mod_mm problems now....

2002-06-21 Thread Ray Hunter
Find out where you bsd has all the mm header files and add that to your php configuration... Example: --with-mm=/usr/include RAY HUNTER - Original Message - From: "Rick Kukiela" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 21, 2002 1:45 PM Subject: [PHP] mod_mm prob