Fwd: Problem with Macports, homebrew, and ghostscript

2014-02-11 Thread Ryan Schmidt
Sending again from the correct address… On Feb 11, 2014, at 03:08, macosforge.99.ky...@spamgourmet.com wrote: > > Based on some bad internet advice I appear to have installed homebrew without > realizing it is not compatible (so to speak) with macports, and so I > installed ghostscript via hom

Re: php and 'client denied problems' with macports apache2

2014-02-11 Thread Tim Johnson
* Bradley Giesbrecht [140211 16:44]: > > On Feb 11, 2014, at 4:38 PM, Tim Johnson wrote: > > > * Bradley Giesbrecht [140211 15:25]: > > <...> > >> You probably need to add this line somewhere near the bottom of > >> prefix/apache2/conf/httpd.conf: > >> Include conf/extra/mod_php55.conf > >

Re: php and 'client denied problems' with macports apache2

2014-02-11 Thread Bradley Giesbrecht
On Feb 11, 2014, at 4:38 PM, Tim Johnson wrote: > * Bradley Giesbrecht [140211 15:25]: > <...> >> You probably need to add this line somewhere near the bottom of >> prefix/apache2/conf/httpd.conf: >> Include conf/extra/mod_php55.conf > Thanks Bradley. Now I have php working but I am still g

Re: php and 'client denied problems' with macports apache2

2014-02-11 Thread Tim Johnson
* Bradley Giesbrecht [140211 15:25]: <...> > You probably need to add this line somewhere near the bottom of > prefix/apache2/conf/httpd.conf: > Include conf/extra/mod_php55.conf Thanks Bradley. Now I have php working but I am still getting the "client denied by server configuration" > >

Re: help ...

2014-02-11 Thread Brandon Allbery
On Tue, Feb 11, 2014 at 7:22 PM, James Linder wrote: > > On 11/02/2014, at 11:25 PM, Brandon Allbery wrote: > > On Mon, Feb 10, 2014 at 10:07 PM, James Linder wrote: > > I reinstalled snow leopard but xcode failed to install 'Unknown error > ..." > > The googled fixes did not work, but that with

Re: help ...

2014-02-11 Thread James Linder
On 11/02/2014, at 11:25 PM, Brandon Allbery wrote: > On Mon, Feb 10, 2014 at 10:07 PM, James Linder wrote: > I reinstalled snow leopard but xcode failed to install 'Unknown error ..." > The googled fixes did not work, but that with support and deep black magic > and xcode installed > > You ins

Re: Problem with Macports, homebrew, and ghostscript

2014-02-11 Thread Clemens Lang
Hi, > You might want to rebuild your ports to ensure they did not link against > /usr/local. > > This probably works for this purpose: > sudo mv /usr/local{,-moved-for-macports} > port echo installed > port-installed.txt > port echo requested and active > port-requested-active.txt > sudo port -f

Re: php and 'client denied problems' with macports apache2

2014-02-11 Thread Bradley Giesbrecht
On Feb 11, 2014, at 3:44 PM, Tim Johnson wrote: > I'm on OSX 10.7 > This is a followup to subject > "Howto enable gd for PHP 5.3.28" > > I have installed the following : > php55, php55-intl, php55-memcache, php55-gd, php55-mysql, > php55-sqlite, php55-gd, php55-opcache, apache2 and > php55-apa

php and 'client denied problems' with macports apache2

2014-02-11 Thread Tim Johnson
I'm on OSX 10.7 This is a followup to subject "Howto enable gd for PHP 5.3.28" I have installed the following : php55, php55-intl, php55-memcache, php55-gd, php55-mysql, php55-sqlite, php55-gd, php55-opcache, apache2 and php55-apache2handler. php55 was set as the php binary by sudo port sele

Re: Problem with Macports, homebrew, and ghostscript

2014-02-11 Thread Brandon Allbery
On Tue, Feb 11, 2014 at 4:12 PM, Art McGee wrote: > They keep their environment segregated from the rest of the system, and > because of this, even though any MacPorts admin will strongly and > vehemently advise against even trying it, they can work in concert with > each other. Mostly. What yo

Re: Problem with Macports, homebrew, and ghostscript

2014-02-11 Thread Bradley Giesbrecht
You might want to rebuild your ports to ensure they did not link against /usr/local. This probably works for this purpose: sudo mv /usr/local{,-moved-for-macports} port echo installed > port-installed.txt port echo requested and active > port-requested-active.txt sudo port -f uninstall installed

Re: Problem with Macports, homebrew, and ghostscript

2014-02-11 Thread Sterling Smith
Adding the list. On Feb 11, 2014, at 4:55AM, Sterling Smith wrote: > Fellow User, > > According to > > https://trac.macports.org/wiki/FAQ#usrlocal > > you could try to rename /usr/local. MacPorts doesn't install anything to > /usr/local. If there is anything that stops working, then try to

Re: Problem with Macports, homebrew, and ghostscript

2014-02-11 Thread Art McGee
> Based on some bad internet advice I appear to have installed homebrew > without realizing it is not compatible (so to speak) with macports, and so > I installed ghostscript via homebrew, without realizing that I had already > installed it via macports, and that it appears to have been already > i

Re: [MacPorts] #41849: port 2.2.1: Error: org.macports.archivefetch for port libiconv returned: Failed to fetch signature for archive: The requested URL returned error: 400 Bad Request

2014-02-11 Thread Vincent Emanuele
Adding macports-users list back. I do not have permissions for macports-dev Vince On Tue, Feb 11, 2014 at 4:04 PM, Vincent Emanuele < vincent.emanu...@gmail.com> wrote: > $ curl -I > http://packages.macports.org/libiconv/libiconv-1.14_0darwin_13.x86_64.tbz2 > > HTTP/1.1 200 OK > > Date: Tue,

Stuck during Investigation into ticket 41849: requested URL returned error: 400 Bad Request Error

2014-02-11 Thread Vincent Emanuele
Hello MacPorts gurus: I've been researching this ticket http://trac.macports.org/ticket/41849, as I have exactly the same problem and this is a blocker for my ability to use MacPorts. I've summarized my investigation carefully in the ticket, and at this point I'm stuck due to my poor knowledge of

Re: virtuoso for i386

2014-02-11 Thread Stan Sanderson
On Feb 11, 2014, at 2:21 AM, Ryan Schmidt wrote: > > On Feb 10, 2014, at 21:05, Stan Sanderson wrote: > >> I’ve looked at Ticket #41773, which reports "closed defect: fixed” but don’t >> understand… >> >> My problem is that I’m trying to install kmymoney4 on an i386 iMac. It fails >> due to

Re: help ...

2014-02-11 Thread Brandon Allbery
On Mon, Feb 10, 2014 at 10:07 PM, James Linder wrote: > I reinstalled snow leopard but xcode failed to install 'Unknown error ..." > The googled fixes did not work, but that with support and deep black magic > and xcode installed > You installed Xcode 5 on Snow Leopard?! Xcode 3.6 would have bee

Problem with Macports, homebrew, and ghostscript

2014-02-11 Thread macosforge . 99 . kyoto
(I apologize if this message appears more than once; I haven't used the list in a long time, and I had some problem figuring out how I set it up the first time. I have tried a few times to post, but it has failed to appear...I think I was using the right address this time, though I also tried to

Re: virtuoso for i386

2014-02-11 Thread Ryan Schmidt
On Feb 10, 2014, at 21:05, Stan Sanderson wrote: > I’ve looked at Ticket #41773, which reports "closed defect: fixed” but don’t > understand… > > My problem is that I’m trying to install kmymoney4 on an i386 iMac. It fails > due to the architecture problem described in the ticket when installa