Re: Install Zend Optimizer

2009-03-03 Thread Ryan Schmidt
On Mar 3, 2009, at 19:53, Carpe Diem wrote: I installed php and mysql with MacPort. I downloaded Zend Optimizer for Mac OSX and installed them. According phpinfo, I think zend optimizer installed correctly but it didnt work. Should I install linux package not Mac OSX package? http://www.zend

Install Zend Optimizer

2009-03-03 Thread Carpe Diem
Hello I installed php and mysql with MacPort. I downloaded Zend Optimizer for Mac OSX and installed them. According phpinfo, I think zend optimizer installed correctly but it didnt work. Should I install linux package not Mac OSX package? http://www.zend.com/en/products/guard/downloads Thank you

Re: Why ar doesn't call ranlib on Mac?

2009-03-03 Thread Rainer Müller
Alexy Khrabrov wrote: > In building various Linux things from source on Mac, I've run into the > "archive has no table of contents" problem several times. The fix is > invariably to go and stick ranlib after each ar. > > Now I wonder, why don't we replace /usr/bin/ar with a wrapper calling

pidgin and skype with macports?

2009-03-03 Thread Simmons, Aaron
Has anyone tried using macports pidgin with the skype plugin ? ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Why ar doesn't call ranlib on Mac?

2009-03-03 Thread Alexy Khrabrov
In building various Linux things from source on Mac, I've run into the "archive has no table of contents" problem several times. The fix is invariably to go and stick ranlib after each ar. Now I wonder, why don't we replace /usr/bin/ar with a wrapper calling the ar and then ranlib if it's

Re: apache2 location

2009-03-03 Thread Rainer Müller
Bradley Giesbrecht wrote: >>> Maybe it should be -f -R if you want recursive. >> There is already -R, which is recursing dependents. > > So with -f and without -n or -R what happens? > > Recursion just for the target port? 'port -R upgrade' will rebuild all dependents after the given port has be

Re: apache2 location

2009-03-03 Thread Bradley Giesbrecht
On Mar 3, 2009, at 11:58 AM, Rainer Müller wrote: Bradley Giesbrecht wrote: Yes, you did. -f applies to everything. You most likely never want to use -f without also using -n (non-recursive). That's nice to know and the first time I recall it mentioned. Then -f -n it is. Maybe it should be

Re: apache2 location

2009-03-03 Thread Rainer Müller
Bradley Giesbrecht wrote: >> Yes, you did. -f applies to everything. You most likely never want >> to use -f without also using -n (non-recursive). > > That's nice to know and the first time I recall it mentioned. > Then -f -n it is. > > Maybe it should be -f -R if you want recursive. There is

Re: apache2 location

2009-03-03 Thread Bradley Giesbrecht
On Mar 1, 2009, at 6:02 PM, Ryan Schmidt wrote: -f applies to the whole chain of dependencies. Thanks. I didn't know that. Yes, you did. -f applies to everything. You most likely never want to use -f without also using -n (non-recursive). That's nice to know and the first time I recall i

Re: Perl error, once and for all

2009-03-03 Thread Bradley Giesbrecht
On Mar 3, 2009, at 7:55 AM, Vincent Lefevre wrote: On 2009-03-03 07:30:18 -0800, Bradley Giesbrecht wrote: On Mar 1, 2009, at 5:11 PM, Vincent Lefevre wrote: if [ -n "$PERL5LIB" ]; then PERL5LIB="${PERL5LIB}:/opt/local/lib/perl5/vendor_perl" else export PERL5LIB PERL5LIB="/opt/local/lib/perl5

Re: Perl error, once and for all

2009-03-03 Thread Vincent Lefevre
On 2009-03-03 07:30:18 -0800, Bradley Giesbrecht wrote: > On Mar 1, 2009, at 5:11 PM, Vincent Lefevre wrote: >>> if [ -n "$PERL5LIB" ]; then >>> PERL5LIB="${PERL5LIB}:/opt/local/lib/perl5/vendor_perl" >>> else >>> export PERL5LIB >>> PERL5LIB="/opt/local/lib/perl5/vendor_perl" >>> fi > > My path

Re: Perl error, once and for all

2009-03-03 Thread Bradley Giesbrecht
On Mar 1, 2009, at 5:11 PM, Vincent Lefevre wrote: On 2009-03-02 01:18:41 +0100, Vincent Lefevre wrote: Yes, but MacPorts should not override the user's settings (i.e. it should test whether PERL5LIB is already set...). One should end up with something like: if [ -n "$PERL5LIB" ]; then PERL5

Re: xorg-libs / Panther

2009-03-03 Thread Ryan Schmidt
On Mar 3, 2009, at 00:10, Joshua Root wrote: Ryan Schmidt wrote: On Mar 1, 2009, at 11:42, Jeremy Huddleston wrote: According to the man page, gettimeofday should be defined by including sys/time.h. That is included on line 46 of glut_event.c "man gettimeofday" says the same on Panther