Re: port install php5 fails on Leopard 10.5.4

2008-07-10 Thread Rainer Müller
Ken Tozier wrote: > That must be part of the problem. /opt/local/apache2/conf/httpd.conf > doesn't exist /opt/local/apache2/conf/httpd.conf.example does but the > string "php" doesn't appear anywhere in it. There is an httpd.conf > file one level deeper in the hierarchy (/opt/local/apache2/co

Re: port install php5 fails on Leopard 10.5.4

2008-07-10 Thread Ken Tozier
On Jul 10, 2008, at 10:49 PM, Bill Hernandez wrote: > /opt/local/apache2/conf/httpd.conf > should show the three items below : > > LoadModule php5_module modules/libphp5.so > > Include conf/mod_php.conf > > DocumentRoot "/Web/path/to/your/www" That must be part of the problem. /opt/local/apache2

Dependencies relationship to default variants?

2008-07-10 Thread Tabitha McNerney
Hi all -- Could someone help to clear up some confusion? I'm looking at this port specifically: cyrus-sasl2 > When I look at port dependencies for cyrus-sasl2 I get: $ port deps cyrus-sasl2 > cyrus-sasl2 has library dependencies on: > openssl > zlib > When I look at file dependencies f

Re: Calls to imagettftext cause fatal error in php ( SOLVED )

2008-07-10 Thread Bill Hernandez
FINALLY got the problem solved : I posted a new email outlining the steps required to fix the problem, and posted a corrected working demo of captcha image verification... SEE : Step by step Instructions to fix MacPorts 'freetype' problem Bill Hernandez Plano, Texas __

Re: port install php5 fails on Leopard 10.5.4

2008-07-10 Thread Bill Hernandez
On Jul 10, 2008, at 7:35 PM, [EMAIL PROTECTED] wrote: > but MacPorts seems to blaze it's own trail regarding file layout/ > install locations so how do I get Apache to use my newly compiled PHP? This may help... $sudo find /opt/local -name whatever_you_are_looking_for Bill Hernandez Plano, T

Re: port install php5 fails on Leopard 10.5.4

2008-07-10 Thread Bill Hernandez
On Jul 10, 2008, at 7:35 PM, [EMAIL PROTECTED] wrote: > I know how to activate the default Leopard PHP by opening the / > private/etc/apache2/httpd.conf file and uncommenting > > #LoadModule php5_modulelibexec/apache2/libphp5.so > > but MacPorts seems to blaze it's own trail regarding fi

Re: perl5.8 problem?

2008-07-10 Thread Shawn Protsman
That sounds like a reasonable suggestion. Unfortunately I still got an error. I added the following two lines to my perl script: use lib '/System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level/ Mac'; use Files; Running the script results in the following: @naiad ~/workspace/aestTest] ./

Re: port install php5 fails on Leopard 10.5.4

2008-07-10 Thread kentozier
-- Original message -- From: Mark Hattam <[EMAIL PROTECTED]> > Looks like MySQL 5.0.51b to me ... which is the current GA (Generally > Available) release > > http://dev.mysql,com/downloads/mysql/5.0.html > > I'm sure than when version 5.1 emerges from being a "R

Re: port install php5 fails on Leopard 10.5.4

2008-07-10 Thread Mark Hattam
At 17:04 -0400 10/7/08, Ken Tozier wrote: >On Jul 10, 2008, at 4:47 PM, Bryan Blackburn wrote: > >> On Jul 10, 2008, at 2:07 AM, [EMAIL PROTECTED] wrote: >> >> That's the really annoying Tcl environment bug [1]; do a 'sudo port >> clean --work mysql5' to clean mysql5 (the port which failed), the

Re: port install php5 fails on Leopard 10.5.4

2008-07-10 Thread Ken Tozier
On Jul 10, 2008, at 4:47 PM, Bryan Blackburn wrote: > On Jul 10, 2008, at 2:07 AM, [EMAIL PROTECTED] wrote: > > That's the really annoying Tcl environment bug [1]; do a 'sudo port > clean --work mysql5' to clean mysql5 (the port which failed), then try > your original port command again. > > It m

Re: port install php5 fails on Leopard 10.5.4

2008-07-10 Thread Bryan Blackburn
On Jul 10, 2008, at 2:07 AM, [EMAIL PROTECTED] wrote: > Hi > > I just tried to install my first MacPorts using the following command > > sudo port install php5 +apache2 +mysql5 +mssql > ... > Command output: /usr/bin/sed \ > -e 's!@''AWK''@!!' \ > makelist.sh > makelist-t > /bin/mv m

Re: perl5.8 problem?

2008-07-10 Thread Kurt Hillig
Perl uses '@INC' to hold the list of directories to be searched for modules that you might use; the default '@INC' in the MacOSX native Perl (on my 10.4 box) is: /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Libra

Re: Is gimp-app broken or am I un-lucky?

2008-07-10 Thread Scott C. Kennedy
Thanks for the feedback. I looked into this more, and the problem wasn't in /Library/Caches, but in /var/folders... I moved the contents out of the way, since they appeared to all be cached copies of things, and then the compile worked. This may have been a left over from the upgrade from beta6 t

perl5.8 problem?

2008-07-10 Thread Shawn Protsman
I was using the OS X version of Perl and haven't had any issues. Then I installed git-core which has a perl5.8 dependency. Now that the Macport perl5.8 is on my system I cannot run some of my perl programs. Here is an example: @naiad ~/workspace/aestTest] ./aestTest --CbcDec Can't locate Mac/

Re: port install git-core fails cause of dependency issue

2008-07-10 Thread Adam Mercer
> I checked the locations above, and rsync is only available in version 3.0.3 > now. Can I somehow change the version number > locally so that my build runs? Are you sure you ran a selfupdate, as rsync-3.0.3 is in MacPorts: $ port info rsync rsync @3.0.3 (net) Variants:universal Rsync versio

port install git-core fails cause of dependency issue

2008-07-10 Thread Christian Grobmeier
Hi there, root# port install git-core +svn +doc +bash_complete runs until it brings: ---> Fetching rsync ---> Attempting to fetch rsync-3.0.2.tar.gz from http://rsync.samba.org/ftp/rsync/ ---> Attempting to fetch rsync-3.0.2.tar.gz from http://svn.macports.org/repository/macports/distfiles/rs

port install php5 fails on Leopard 10.5.4

2008-07-10 Thread kentozier
Hi I just tried to install my first MacPorts using the following command sudo port install php5 +apache2 +mysql5 +mssql Things went well fetching/configuring/making until it got to mysql5 at which point it spit out the following errors ---> Fetching mysql5 ---> Attempting to fetch mysql-5.0.