Fwd: xcode4 - How can we restore ppc/ppc64 as well as full 10.4/10.5 SDK support to Xcode 4? - Stack Overflow

2011-03-22 Thread Harry van der Wolf
Sorry, single reply instead of reply all. -- Forwarded message -- From: Harry van der Wolf Date: 2011/3/23 Subject: Re: xcode4 - How can we restore ppc/ppc64 as well as full 10.4/10.5 SDK support to Xcode 4? - Stack Overflow To: Jeremy Huddleston 2011/3/22 Jeremy Huddleston

Re: 'sudo port upgrade outdated' perl5.8->perl5.12 problem

2011-03-22 Thread Scott Webster
On Tue, Mar 22, 2011 at 6:12 PM, Ryan Schmidt wrote: > It sounds like Lars' situation is that perl5.8 did *not* get deactivated. > Unfortunately, with the way the upgrade to perl 5.12 was handled, this *is* > normal (all users will experience this problem), and requires the user to > manually d

emacs does not work on MacOSX server

2011-03-22 Thread Rodolfo Aramayo
Folks, This is a MacOSX server-specific problem After applying the latest Apple server updates and port selfupdate and updates, which included emacs, I cannot use emacs anymore After invoking emacs I get the following: "emacs: Cannot open termcap database file" Any ideas?? Thanks

Re: Installing MacPorts with a non-standard XCode install

2011-03-22 Thread Ryan Schmidt
On Mar 22, 2011, at 20:28, Loren Spice wrote: > I am very stubborn about putting my files where I want them, not where > installers want to put them (flat /Applications directories, feugh), and so > I'm trying to get MacPorts installed to a custom directory $PREFIX, using an > XCode install in

keyboard support for bibledit

2011-03-22 Thread Brian Wilson
Hello, I have installed the macports installation of bibledit on my macbook pro (snow leopard). If I change keyboards on my mac, I can type in the language of that keyboard in any program/app that is installed *except* bibledit. No matter which keyboard I have active, the result is English text.

Installing MacPorts with a non-standard XCode install

2011-03-22 Thread Loren Spice
I am very stubborn about putting my files where I want them, not where installers want to put them (flat /Applications directories, feugh), and so I'm trying to get MacPorts installed to a custom directory $PREFIX, using an XCode install in the custom location $XCODE.  After much fiddling, I get

Re: 'sudo port upgrade outdated' perl5.8->perl5.12 problem

2011-03-22 Thread Ryan Schmidt
On Mar 22, 2011, at 18:12, Scott Webster wrote: > On Tue, Mar 22, 2011 at 4:08 PM, Lars Sonchocky-Helldorf wrote: >> Hi, >> >> I've got the following problem with upgrading perl when doing an 'sudo port >> upgrade outdated': >> >> ---> Activating perl5 @5.12.3_1+perl5_12 >> Error: Target org.

Re: 'sudo port upgrade outdated' perl5.8->perl5.12 problem

2011-03-22 Thread Scott Webster
On Tue, Mar 22, 2011 at 4:08 PM, Lars Sonchocky-Helldorf wrote: > Hi, > > I've got the following problem with upgrading perl when doing an 'sudo port > upgrade outdated': > > --->  Activating perl5 @5.12.3_1+perl5_12 > Error: Target org.macports.activate returned: Image error: /opt/local/bin/a2p

Re: index.php files ignored

2011-03-22 Thread Tony Miller
Ryan, The combination of editing the my.cnf file and changing the default socket to match the MacPort location and changing the permissions to mysql:mysql again per the MAMP installation instructions seems to have done the trick. It's running again. Thanks for your help. Much appreciated. To

Re: xcode4 - How can we restore ppc/ppc64 as well as full 10.4/10.5 SDK support to Xcode 4? - Stack Overflow

2011-03-22 Thread Jeremy Huddleston
Not exactly right. QTKit.framwork on the system is missing a ppc64 slice because there's no way to run ppc64 code on your system (so why bother shipping it). Rosetta is 32bit ppc only. The 10.5 SDK, however, does have the ppc64 slice: /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/

Re: index.php files ignored

2011-03-22 Thread Ryan Schmidt
On Mar 22, 2011, at 15:12, Tony Miller wrote: > I haven't messed with the my.cnf file. I've found: > > /private/etc/my.cnf, which is the file OS X uses by default. "OS X" does not use my.cnf. MySQL does. MacPorts MySQL will use that file, if it's there. > /opt/local/var/macports/sources/rsyn

Re: index.php files ignored

2011-03-22 Thread Tony Miller
I haven't messed with the my.cnf file. I've found: /private/etc/my.cnf, which is the file OS X uses by default. /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/mysql4/files/my.cnf When I try to connect to mysql5 -u root -p I get: ERROR 2002 (HY000): Can't connect to lo

Re: xcode4 - How can we restore ppc/ppc64 as well as full 10.4/10.5 SDK support to Xcode 4? - Stack Overflow

2011-03-22 Thread Harry van der Wolf
Note that Apple is gradually stopping support for ppc64. Take for example the QTKit.framework, which is part of the quickTime player and resides inside /System/Library. It is nowadays only "x86_64 i386 ppc7400". Lots of graphic applications, and not only "video like" are linked against the QTKit.fr

Re: xcode4 - How can we restore ppc/ppc64 as well as full 10.4/10.5 SDK support to Xcode 4? - Stack Overflow

2011-03-22 Thread Jeremy Huddleston
On Mar 22, 2011, at 06:34, Christopher Stone wrote: > Hey Folks, > > I haven't tried this but thought it worth passing along. > > http://stackoverflow.com/questions/5333490/how-can-we-restore-ppc-ppc64-as-well-as-full-10-4-10-5-sdk-support-to-xcode-4/5348547 Two thinks there look particularly

Re: index.php files ignored

2011-03-22 Thread Ryan Schmidt
On Mar 22, 2011, at 10:05, Tony Miller wrote: > After spending the weekend reading, and poking through the various logs, I > came up with a possible solution. In the default httpd.conf file there is the > following block: > > # First, we configure the "default" to be a very restrictive set of

Re: index.php files ignored

2011-03-22 Thread Tony Miller
Ryan, After spending the weekend reading, and poking through the various logs, I came up with a possible solution. In the default httpd.conf file there is the following block: # First, we configure the "default" to be a very restrictive set of # features. # Options FollowSymLinks Al

xcode4 - How can we restore ppc/ppc64 as well as full 10.4/10.5 SDK support to Xcode 4? - Stack Overflow

2011-03-22 Thread Christopher Stone
Hey Folks, I haven't tried this but thought it worth passing along. http://stackoverflow.com/questions/5333490/how-can-we-restore-ppc-ppc64-as-well-as-full-10-4-10-5-sdk-support-to-xcode-4/5348547 -- Chris ___ macports-users mailing list macports-user