Re: PhpMyAdmin question

2011-10-28 Thread Phil Dobbin
On 27/10/11 at 01:01, ryandes...@macports.org (Ryan Schmidt) wrote: Yes you do need to somehow get phpmyadmin into your web space. One way would be to create a symlink in your document root. For example if your document root is /opt/local/apache2/htdocs you could do: cd /opt/local/apache2/ht

Re: PhpMyAdmin question

2011-10-28 Thread Ryan Schmidt
On Oct 28, 2011, at 03:59, Phil Dobbin wrote: > On 27/10/11 at 01:01, ryandes...@macports.org (Ryan Schmidt) wrote: > >> Yes you do need to somehow get phpmyadmin into your web space. One way would >> be to create a symlink in your document root. For example if your document >> root is /opt/lo

Re: PhpMyAdmin question

2011-10-28 Thread Phil Dobbin
On 27/10/11 at 01:01, ryandes...@macports.org (Ryan Schmidt) wrote: Yes you do need to somehow get phpmyadmin into your web space. One way would be to create a symlink in your document root. For example if your document root is /opt/local/apache2/htdocs you could do: cd /opt/local/apache2/ht

Re: py26-spyder won't build today

2011-10-28 Thread Eric A. Borisch
On Thu, Oct 27, 2011 at 5:39 PM, Michael O'Brien wrote: > py26-spyder is listed as "nomaintainer" so I'm dumping this here.  As of > today's version of the MacPorts repository, py26-spyder bombs out right away > with: > > root# port -v install py26-pythonxy [snip] >  File > "/opt/tcs/Library/Fr

installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Joe VanAndel
I've installed the latest macports on Lion (10.7). Any idea why installing py27-scipy insists on building gcc44? sudo port install py27-scipy ---> Computing dependencies for py27-scipy ---> Dependencies to be installed: SuiteSparse metis gcc44 gcc_select gmp mpfr swig-python bison gsed swig Wh

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Daniel J. Luke
On Oct 28, 2011, at 11:16 AM, Joe VanAndel wrote: > Any idea why installing py27-scipy insists on building gcc44? it doesn't: port variants py26-scipy py26-scipy has the variants: atlas: Use MacPorts ATLAS libraries gcc42: Use gcc 4.2 tool chain for building * conflicts with gcc43 gc

Re: PhpMyAdmin question

2011-10-28 Thread Bradley Giesbrecht
On Oct 28, 2011, at 6:10 AM, Phil Dobbin wrote: > On 27/10/11 at 01:01, ryandes...@macports.org (Ryan Schmidt) wrote: > >> Yes you do need to somehow get phpmyadmin into your web space. One way would >> be to create a symlink in your document root. For example if your document >> root is /opt/l

Re: PhpMyAdmin question

2011-10-28 Thread Puneet Kishor
my experience... On Oct 28, 2011, at 10:53 AM, Bradley Giesbrecht wrote: > On Oct 28, 2011, at 6:10 AM, Phil Dobbin wrote: > >> On 27/10/11 at 01:01, ryandes...@macports.org (Ryan Schmidt) wrote: >> >>> Yes you do need to somehow get phpmyadmin into your web space. One way >>> would be to crea

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Joe VanAndel
Thanks for the explanation about needing a fortran compiler. macports states that it is building gcc44, and after several hours, I don't see any real progress . I have two 'f951' tasks running, each consuming 2.8GB of real memory (and as much as 32GB of virtual). I've got 12GB of RAM, but my 2 x

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Scott Webster
The way macports is set up is to build the fortran compiler from source, because apple does not include one. gcc takes a long time to compile. Keep waiting would be my recommendation... Scott On Fri, Oct 28, 2011 at 12:26 PM, Joe VanAndel wrote: > Thanks for the explanation about needing a for

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Adam Mercer
On Fri, Oct 28, 2011 at 14:26, Joe VanAndel wrote: > macports states that it is building gcc44, and after several hours, I > don't see any real progress .  I have two 'f951' tasks running, each > consuming 2.8GB of real memory (and as much as 32GB of virtual). It seems that there are currently i

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Scott Webster
Ah, well it usually takes a while but it seems like there is a bigger problem this time! On Oct 28, 2011 1:26 PM, "Adam Mercer" wrote: On Fri, Oct 28, 2011 at 14:26, Joe VanAndel wrote: > macports states that ... It seems that there are currently issues with building the compiler on Lion (usin

Re: PhpMyAdmin question

2011-10-28 Thread Phil Dobbin
On 28/10/11 at 16:52, b...@pixilla.com (Bradley Giesbrecht) wrote: > With a default MacPorts prefix your mysql5 socket should be here: > /opt/local/var/run/mysql5/mysqld.sock > > $ ps ax | grep -v grep | grep -o -E -- "--socket[^ ]+mysql[^ ]+" I changed my default socket for pdo, mysql & mysqli

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Ryan Schmidt
On Oct 28, 2011, at 14:26, Joe VanAndel wrote: > macports states that it is building gcc44, and after several hours, I > don't see any real progress . I have two 'f951' tasks running, each > consuming 2.8GB of real memory (and as much as 32GB of virtual). > > I've got 12GB of RAM, but my 2 x 8Gh

Re: PhpMyAdmin question

2011-10-28 Thread Ryan Schmidt
On Oct 28, 2011, at 10:53, Bradley Giesbrecht wrote: > On Oct 28, 2011, at 6:10 AM, Phil Dobbin wrote: > >> On 27/10/11 at 01:01, ryandes...@macports.org (Ryan Schmidt) wrote: >> >>> Yes you do need to somehow get phpmyadmin into your web space. One way >>> would be to create a symlink in your

Re: PhpMyAdmin question

2011-10-28 Thread Phil Dobbin
On 28/10/11 at 22:33, ryandes...@macports.org (Ryan Schmidt) wrote: But he told us before he's not using MacPorts mysql5; he's using his own manually-compiled MySQL server. In which case, Phil, you need to figure out where that server of yours is putting its socket file, and then tell PHP by e

Re: PhpMyAdmin question

2011-10-28 Thread Ryan Schmidt
On Oct 28, 2011, at 16:58, Phil Dobbin wrote: > On 28/10/11 at 22:33, Ryan Schmidt wrote: > >> But he told us before he's not using MacPorts mysql5; he's using his own >> manually-compiled MySQL server. In which case, Phil, you need to figure out >> where that server of yours is putting its so