Re: qt4-mac and qt4-mac-devel

2012-06-17 Thread Craig Treleaven
At 10:14 AM -0400 6/14/12, Michael Dickens wrote: I recently updated qt4-mac from 4.7.4 to 4.8.2. ... qt4-mac also contains various fixes that should allow it compile more reliably and faster, as well as work better within the MacPorts framework. - MLD From the Qt4-mac portfile, it appears

Re: qt4-mac and qt4-mac-devel

2012-06-17 Thread Michael Dickens
On Jun 17, 2012, at 11:41 AM, Craig Treleaven wrote: From the Qt4-mac portfile, it appears that OS X 10.4 through 10.7 are supported on the various combinations of PPC, i386, x86_64 in 32 and 64 bit modes, as appropriate. (So the minimum would be PPC 32 bit if anyone was patient enough to

Mongo ... where did it go?

2012-06-17 Thread jeff
I had apache/mysql/php5.3 up and running, and installed mongodb. The install went without any errors. I then installed php53-mongo, and again, no errors.The problem is I don't see any ini file where the other php installs are, such as mcrypt, mysql, etc, and see no mention of mongo in phpinfo.Yes,

Re: qt4-mac and qt4-mac-devel

2012-06-17 Thread Craig Treleaven
At 3:17 PM -0400 6/17/12, Michael Dickens wrote: On Jun 17, 2012, at 11:41 AM, Craig Treleaven wrote: From the Qt4-mac portfile, it appears that OS X 10.4 through 10.7 are supported on the various combinations of PPC, i386, x86_64 in 32 and 64 bit modes, as appropriate. (So the minimum would

RE: Mongo ... where did it go?

2012-06-17 Thread jeff
The framework that needs to use mongo (drupal) reports that mongo isn't present...so that's in keeping with there not appearing to be a php extension nor any mention in phpinfo. I had apache/mysql/php5.3 up and running, and installed mongodb. The install went without any errors. I then installed

Re: Mongo ... where did it go?

2012-06-17 Thread Phillip Koebbe
On Jun 17, 2012, at 4:06 PM, j...@ayendesigns.com wrote: The framework that needs to use mongo (drupal) reports that mongo isn't present...so that's in keeping with there not appearing to be a php extension nor any mention in phpinfo. I had apache/mysql/php5.3 up and running, and

Re: Mongo ... where did it go?

2012-06-17 Thread Ryan Schmidt
On Jun 17, 2012, at 14:57, j...@ayendesigns.com wrote: I had apache/mysql/php5.3 up and running, and installed mongodb. The install went without any errors. I then installed php53-mongo, and again, no errors. The problem is I don't see any ini file where the other php installs are, such

RE: Mongo ... where did it go?

2012-06-17 Thread jeff
The macports apache/php implementation I have does not put x=x.so entries in php.ini... it wraps them in ini files in the directory local/lib/php/extensions/no-debug-non-zts-20090626There I created a mongo.ini file which contains; Do not edit this file; it is automatically generated by MacPorts.;

RE: Mongo ... where did it go?

2012-06-17 Thread jeff
Good question. I see, both? port installed shows:php5 @5.3.10_0+apache2php5 @5.3.12_0+apache2 (active)php5-gd @5.3.10_0 (active)php5-mbstring @5.3.10_0 (active)php5-mcrypt @5.3.10_0 (active)php5-mysql @5.3.10_0+mysqlnd (active)php5-zip @5.3.10_0 (active)php53 @5.3.14_0+libedit (active)php53-mongo

Re: Mongo ... where did it go?

2012-06-17 Thread Ryan Schmidt
On Jun 17, 2012, at 16:48, j...@ayendesigns.com wrote: Ryan Schmidt wrote: Are you using the old php5 / php5-mongo ports or the new php53 / php53-mongo ports? Either should work, but it's good to know which we should look at. Good question. I see, both? port installed shows: php5

RE: Mongo ... where did it go?

2012-06-17 Thread jeff
Ok. Is it worth removing the php5 port and installing the php5.3 one? Sounds to me like you are still using the old php5 port, but have not installed php5-mongo; you've installed php53-mongo but are not using it. I suggest you either switch to using the php53 port, or install the php5-mongo port.

Re: Mongo ... where did it go?

2012-06-17 Thread Ryan Schmidt
On Jun 17, 2012, at 17:07, j...@ayendesigns.com wrote: Ok. Is it worth removing the php5 port and installing the php5.3 one? The php5 port will be deprecated and replaced_by the php53 port eventually. But before I can do that, the ports that depend on php still depend on php5; we need to work

RE: Mongo ... where did it go?

2012-06-17 Thread jeff
Ok, thanks very much!The php5 port will be deprecated and replaced_by the php53 port eventually. But before I can do that, the ports that depend on php still depend on php5; we need to work on adding php53 and php54 variants to all those ports so that they can use the new ports. If you're just