Re: A patch for installing php5 -macosx +apache

2007-04-30 Thread Emory Smith
On Apr 28, 2007, at 11:10 PM, Ryan Schmidt wrote: On Apr 28, 2007, at 23:26, js wrote: How did you install php5? I installed php5 wtih $ sudo port install php5 -macosx +pear +sqlite +postgresql +mysql5 +apache I think '-macosx' is culprit. I agree! I overlooked that earlier. I

Re: A patch for installing php5 -macosx +apache

2007-04-29 Thread js
Hello, Ryan. variant macosx { configure.args-append \ --with-ldap=/usr \ --with-kerberos=/usr \ --with-iodbc=/usr } I specified '-macosx' because I don't want to use osx-prpvided libs. Specifying -macosx is ... weird. Variants like

Re: A patch for installing php5 -macosx +apache

2007-04-29 Thread markd
js [EMAIL PROTECTED] on Sunday, April 29, 2007 at 7:50 AM -0800 wrote: Specifying -macosx is ... weird. Variants like macosx and darwin_8 are auto-selected by MacPorts; you should not be selecting (or, as in your case, unselecting) them by hand. Good to know. I don't know you're the right

A patch for installing php5 -macosx +apache

2007-04-28 Thread js
Hi list. Here's a patch I created to install php5 -macosx +apache. (PHP5 module for MacPorts' Apache1) --- php5.orig 2007-04-29 02:57:12.0 +0900 +++ php5.new2007-04-29 03:18:41.0 +0900 @@ -138,6 +138,10 @@ variant apache conflicts apache2 fastcgi { if { !

Re: A patch for installing php5 -macosx +apache

2007-04-28 Thread Ryan Schmidt
On Apr 28, 2007, at 13:38, js wrote: Here's a patch I created to install php5 -macosx +apache. (PHP5 module for MacPorts' Apache1) --- php5.orig 2007-04-29 02:57:12.0 +0900 +++ php5.new2007-04-29 03:18:41.0 +0900 @@ -138,6 +138,10 @@ variant apache conflicts apache2

Re: A patch for installing php5 -macosx +apache

2007-04-28 Thread Ryan Schmidt
On Apr 28, 2007, at 14:11, js wrote: What prompted you to make these changes to the portfile? Did you encounter error messages? What were they, and what were you doing when they occurred? Sorry, I forgot to mention this. Without this patch, I couldn't install php5 -macosx +apache with the

Re: A patch for installing php5 -macosx +apache

2007-04-28 Thread js
HI. What OS are you running? Are you on Mac OS X 10.3.9? Do you have /usr/ lib/libgssapi_krb5? I'm using OS X 10.4.9 and have /usr/lib/libgssapi_krb5.dylib. It looks like there used to be an +imap variant that did this, but it and many other variants were removed two years ago and those

Re: A patch for installing php5 -macosx +apache

2007-04-28 Thread Ryan Schmidt
On Apr 28, 2007, at 16:02, js wrote: What OS are you running? Are you on Mac OS X 10.3.9? Do you have / usr/lib/libgssapi_krb5? I'm using OS X 10.4.9 and have /usr/lib/libgssapi_krb5.dylib. Weird. I wonder why you're seeing this problem, then, and I'm not. When configuring php5, I get:

Re: A patch for installing php5 -macosx +apache

2007-04-28 Thread js
Hi Ryan. What OS are you running? Are you on Mac OS X 10.3.9? Do you have / usr/lib/libgssapi_krb5? I'm using OS X 10.4.9 and have /usr/lib/libgssapi_krb5.dylib. Weird. I wonder why you're seeing this problem, then, and I'm not. When configuring php5, I get: checking for Kerberos

Re: A patch for installing php5 -macosx +apache

2007-04-28 Thread Ryan Schmidt
On Apr 28, 2007, at 23:26, js wrote: What OS are you running? Are you on Mac OS X 10.3.9? Do you have / usr/lib/libgssapi_krb5? I'm using OS X 10.4.9 and have /usr/lib/libgssapi_krb5.dylib. Weird. I wonder why you're seeing this problem, then, and I'm not. When configuring php5, I get: