ffmpeg - can't deactivate

2009-09-11 Thread Chris Janton
SL 10.6 - Macports 1.8 - selfupdated I now have multiple versions of ffmpeg installed/active ffmpeg @0.5_3 (active) ffmpeg @0.5_3+darwin_10 (active) I cannot discover any command which will deactivate mac 12 # sudo port uninstall -f ffmpeg @0.5_3+dawwin_10 Error: port uninstall failed:

Re: ffmpeg - can't deactivate

2009-09-11 Thread David Evans
Chris Janton wrote: SL 10.6 - Macports 1.8 - selfupdated I now have multiple versions of ffmpeg installed/active ffmpeg @0.5_3 (active) ffmpeg @0.5_3+darwin_10 (active) I cannot discover any command which will deactivate mac 12 # sudo port uninstall -f ffmpeg @0.5_3+dawwin_10 Error:

Re: ffmpeg - can't deactivate

2009-09-11 Thread Chris Janton
On 2009-09-11 , at 07:01 , David Evans wrote: Looks like a mis-spelling: dawwin_10 - darwin_10 mac 1 # port installed | grep mpeg ffmpeg @0.5_3 (active) ffmpeg @0.5_3+darwin_10 (active) ffmpeg @0.5_4+darwin_10 smpeg @0.4.4_8 (active) mac 2 # sudo port deactivate ffmpeg

10.6.1 breaks php? apache?

2009-09-11 Thread bobbygolucky
Not sure what's going on, after the 10.6.1 updates, getting this error: httpd: Syntax error on line 115 of /opt/local/apache2/conf/httpd.conf: Cannot load /opt/local/apache2/modules/libphp5.so into server: dlopen(/opt/local/apache2/modules/libphp5.so, 10): Library not loaded:

Re: 10.6.1 breaks php? apache?

2009-09-11 Thread Daniel J. Luke
On Sep 11, 2009, at 11:07 AM, bobbygolucky wrote: Not sure what's going on, after the 10.6.1 updates, getting this error: httpd: Syntax error on line 115 of /opt/local/apache2/conf/httpd.conf: Cannot load /opt/local/apache2/modules/libphp5.so into server:

Re: 10.6.1 breaks php? apache?

2009-09-11 Thread bobbygolucky
Thanks Daniel, My thought was I haven't changed anything about libcurl since I did the software update, and it was working previously. I'll try and reinstall it. Can I do so separately? I think it came down with the php port. Best, Bob -- View this message in context:

Re: 10.6.1 breaks php? apache?

2009-09-11 Thread Daniel J. Luke
On Sep 11, 2009, at 11:59 AM, bobbygolucky wrote: My thought was I haven't changed anything about libcurl since I did the software update, and it was working previously. I don't have 10.6 yet, and so haven't looked at the update, but it's very unlikely that it touched anything in

Re: ffmpeg - can't deactivate

2009-09-11 Thread David Evans
Chris Janton wrote: On 2009-09-11 , at 07:01 , David Evans wrote: Looks like a mis-spelling: dawwin_10 - darwin_10 mac 1 # port installed | grep mpeg ffmpeg @0.5_3 (active) ffmpeg @0.5_3+darwin_10 (active) ffmpeg @0.5_4+darwin_10 smpeg @0.4.4_8 (active) mac 2 # sudo port

Re: ffmpeg - can't deactivate

2009-09-11 Thread Joshua Root
On 2009-9-12 02:20, David Evans wrote: So this looks like you have a corrupted registry as it shouldn't be possible to have two versions active at the same time. I'm not sure how to fix this. Receipts aren't very hard to edit by hand, especially when it's just something like flipping the

Re: ffmpeg - can't deactivate

2009-09-11 Thread David Evans
Joshua Root wrote: On 2009-9-12 02:20, David Evans wrote: So this looks like you have a corrupted registry as it shouldn't be possible to have two versions active at the same time. I'm not sure how to fix this. Receipts aren't very hard to edit by hand, especially when it's just

Re: Apache 2 - am I doing it wrong?

2009-09-11 Thread Bradley Giesbrecht
On Sep 11, 2009, at 3:09 PM, Scott Haneda wrote: On Sep 10, 2009, at 4:17 PM, Chris Janton wrote: On 2009-09-10 , at 10:28 , Scott Haneda wrote: First issue, reloading I use apachectl. Often times I forget to cd to the macports area and enable Apples distro. Is chmod -x apachectl

Re: Apache 2 - am I doing it wrong?

2009-09-11 Thread Scott Haneda
On Sep 10, 2009, at 4:17 PM, Chris Janton wrote: On 2009-09-10 , at 10:28 , Scott Haneda wrote: First issue, reloading I use apachectl. Often times I forget to cd to the macports area and enable Apples distro. Is chmod -x apachectl sufficient to solve that? I can move, rename, symblink,

Re: Apache 2 - am I doing it wrong?

2009-09-11 Thread Scott Haneda
How would I get this to reflect the /opt location? $whereis apachectl /usr/sbin/apachectl Just put /opt/local/apache2/bin/ at the front of your PATH env var. I have had that for ages: $echo $PATH /opt/local/bin:/opt/local/sbin:/Users/me/bin:/usr/bin:/bin:/usr/sbin:/

Re: Apache 2 - am I doing it wrong?

2009-09-11 Thread Jochen Küpper
On 11.09.2009, at 21:34, Scott Haneda wrote: Just put /opt/local/apache2/bin/ at the front of your PATH env var. I have had that for ages: $echo $PATH /opt/local/bin:/opt/local/sbin:/Users/me/bin:/usr/bin:/bin:/usr/ sbin:/sbin:/usr/local/bin:/usr/X11/bin Do you see the difference between

Re: ffmpeg - can't deactivate

2009-09-11 Thread Ryan Schmidt
On Sep 11, 2009, at 12:20, David Evans wrote: Joshua Root wrote: On 2009-9-12 02:20, David Evans wrote: So this looks like you have a corrupted registry as it shouldn't be possible to have two versions active at the same time. I'm not sure how to fix this. Receipts aren't very hard to edit

Re: Apache 2 - am I doing it wrong?

2009-09-11 Thread Scott Haneda
On Sep 11, 2009, at 12:48 PM, Jochen Küpper wrote: On 11.09.2009, at 21:34, Scott Haneda wrote: Just put /opt/local/apache2/bin/ at the front of your PATH env var. I have had that for ages: $echo $PATH /opt/local/bin:/opt/local/sbin:/Users/me/bin:/usr/bin:/bin:/usr/

Re: Apache 2 - am I doing it wrong?

2009-09-11 Thread Scott Haneda
On Sep 11, 2009, at 12:48 PM, Jochen Küpper wrote: On 11.09.2009, at 21:34, Scott Haneda wrote: Just put /opt/local/apache2/bin/ at the front of your PATH env var. I have had that for ages: $echo $PATH /opt/local/bin:/opt/local/sbin:/Users/me/bin:/usr/bin:/bin:/usr/

Re: Apache 2 - am I doing it wrong?

2009-09-11 Thread Ryan Schmidt
On Sep 11, 2009, at 15:08, Scott Haneda wrote: I know this has been brought up before, but if it matters... What the heck is apache2 doing in /opt/local anyway, it is the only app I have ever installed that dumps itself there. I see you filed a ticket http://trac.macports.org/ticket/21315

Re: Apache 2 - am I doing it wrong?

2009-09-11 Thread Scott Haneda
On Sep 11, 2009, at 1:17 PM, Ryan Schmidt wrote: On Sep 11, 2009, at 15:08, Scott Haneda wrote: I know this has been brought up before, but if it matters... What the heck is apache2 doing in /opt/local anyway, it is the only app I have ever installed that dumps itself there. I see you

Re: ffmpeg - can't deactivate

2009-09-11 Thread Chris Janton
On 2009-09-11 , at 12:48 , Ryan Schmidt wrote: Receipts aren't very hard to edit by hand, especially when it's just something like flipping the active bit. So, in this case, how do you tell what is really active and what is not? Probably doesn't matter much. Pick one, make it active, then

Re: Apache 2 - am I doing it wrong?

2009-09-11 Thread Chris Janton
On 2009-09-11 , at 12:09 , Scott Haneda wrote: I use apachectl graceful a *lot* and have not ever had difficulty with launchctl (mysql, a different story) Care to share the MySql issues? I have the mysql data and logs split entirely different volumes. Logs on /, data on /Volumes/data,

mac ports error

2009-09-11 Thread Tim Eberhard
All, I've checked the faq and known issues as well as searched google for this problem, but I was wondering if anyone else is encountering this issue. I reinstalled ports after upgraded to Snow Leopard. I downloaded the latest xcode (xcode3210a432) and installed the latest ports

Re: Apache 2 - am I doing it wrong?

2009-09-11 Thread Scott Haneda
On Sep 11, 2009, at 4:03 PM, Chris Janton wrote: On 2009-09-11 , at 12:09 , Scott Haneda wrote: I use apachectl graceful a *lot* and have not ever had difficulty with launchctl (mysql, a different story) Care to share the MySql issues? I have the mysql data and logs split entirely

Re: mac ports error

2009-09-11 Thread Bryan Blackburn
On Fri, Sep 11, 2009 at 06:09:25PM -0500, Tim Eberhard said: All, I've checked the faq and known issues as well as searched google for this problem, but I was wondering if anyone else is encountering this issue. [...] Warning: No index(es) found! Have you synced your source indexes? DEBUG:

Re: Apache 2 - am I doing it wrong?

2009-09-11 Thread Chris Janton
On 2009-09-11 , at 16:26 , Scott Haneda wrote: While Snow has solved this for you, I wonder if this would be a valid approach; keyWatchPaths/key array string/Volumes/mysql/data/string /array I was using KeepAlive and PathState - see msgid b17eba3d-2c55-45aa-b49a-8c885d9c4...@insigno.it

Re: mac ports error

2009-09-11 Thread Tim Eberhard
Thanks Bryan, that took care of my problems. Works great now.. Sorry I didn't notice the bug, I tried to search for the more specific error I was getting and came up empty. Thanks again, -Tim Eberhard On Fri, Sep 11, 2009 at 6:38 PM, Bryan Blackburn b...@macports.org wrote: On Fri, Sep 11,