Re: manpath

2008-10-27 Thread Ryan Schmidt
On Oct 27, 2008, at 23:57, Shawn Protsman wrote: On Oct 27, 2008, at 6:27 PM, Vincent Lefevre wrote: On 2008-10-27 20:01:48 -0500, Ryan Schmidt wrote: Apple sets the MANPATH to "/usr/share/man:/usr/local/share/man:/usr/ X11/man" on Leopard for you. So at least Apple doesn't think it should

Re: manpath

2008-10-27 Thread Shawn Protsman
On Oct 27, 2008, at 6:27 PM, Vincent Lefevre wrote: On 2008-10-27 20:01:48 -0500, Ryan Schmidt wrote: Apple sets the MANPATH to "/usr/share/man:/usr/local/share/man:/usr/ X11/man" on Leopard for you. So at least Apple doesn't think it should end with a colon. Apple often does things wrong

Re: migration

2008-10-27 Thread Михаил А
On 28 Oct 2008, at 11:34, Ryan Schmidt wrote: On Oct 27, 2008, at 22:10, Михаил А wrote: You disable Apple's Apache and PHP by going to Apple Menu > System Preferences > Sharing > Personal Web Sharing and turning it off. Apple doesn't provide MySQL on Mac OS X. They do on Mac OS X Server.

Re: migration

2008-10-27 Thread Ryan Schmidt
On Oct 27, 2008, at 22:10, Михаил А wrote: You disable Apple's Apache and PHP by going to Apple Menu > System Preferences > Sharing > Personal Web Sharing and turning it off. Apple doesn't provide MySQL on Mac OS X. They do on Mac OS X Server. If you're on Mac OS X Server, you would turn of

Re: migration

2008-10-27 Thread Михаил А
Михаил А [EMAIL PROTECTED] On 28 Oct 2008, at 10:36, Ryan Schmidt wrote: On Oct 27, 2008, at 20:55, Михаил А wrote: On 28 Oct 2008, at 09:31, Ryan Schmidt wrote: On Oct 27, 2008, at 20:23, Михаил А wrote: I have installed PHP+Mysql from from source. But I intend to go to the MacPorts

Re: migration

2008-10-27 Thread Ryan Schmidt
On Oct 27, 2008, at 20:55, Михаил А wrote: On 28 Oct 2008, at 09:31, Ryan Schmidt wrote: On Oct 27, 2008, at 20:23, Михаил А wrote: I have installed PHP+Mysql from from source. But I intend to go to the MacPorts . What should I do with the PHP+Mysql installed from source. Disable, uninstal

Re: migration

2008-10-27 Thread Ryan Schmidt
On Oct 27, 2008, at 20:23, Михаил А wrote: I have installed PHP+Mysql from from source. But I intend to go to the MacPorts . What should I do with the PHP+Mysql installed from source. Disable, uninstall or delete? Whatever you like. MacPorts is self-contained so it shouldn't interfere with

Re: manpath

2008-10-27 Thread Vincent Lefevre
On 2008-10-27 20:01:48 -0500, Ryan Schmidt wrote: > Apple sets the MANPATH to "/usr/share/man:/usr/local/share/man:/usr/ > X11/man" on Leopard for you. So at least Apple doesn't think it should > end with a colon. Apple often does things wrong. Try (while having /opt/local/bin in $PATH): MANPAT

migration

2008-10-27 Thread Михаил А
Hi! I have installed PHP+Mysql from from source. But I intend to go to the MacPorts . What should I do with the PHP+Mysql installed from source. Disable, uninstall or delete? And how can I add GD and Gettext Extensions for PHP (MacPorts) ? Mihail A ___

Re: manpath

2008-10-27 Thread Ryan Schmidt
On Oct 27, 2008, at 19:26, Vincent Lefevre wrote: On 2008-10-27 16:43:58 -0500, Ryan Schmidt wrote: On Tiger and earlier, MANPATH is empty by default and so having /opt/ local/bin in PATH is sufficient. However on Leopard and I assume later, MANPATH is non-empty by default so you need to ad

Re: manpath

2008-10-27 Thread Vincent Lefevre
On 2008-10-27 16:43:58 -0500, Ryan Schmidt wrote: > On Tiger and earlier, MANPATH is empty by default and so having /opt/ > local/bin in PATH is sufficient. However on Leopard and I assume later, > MANPATH is non-empty by default so you need to add /opt/local/share/man > to MANPATH. Even if MAN

Re: manpath

2008-10-27 Thread Ryan Schmidt
On Oct 27, 2008, at 07:10, Vincent Lefevre wrote: On 2008-10-27 07:29:34 +0100, Rainer Müller wrote: Shawn Protsman wrote: To my surprise I got no entry found when I did a 'man port'. What is the recommended method to add port manpages to the path? Create a '/etc/paths.d/macports'? Or add

Re: Boost?

2008-10-27 Thread Bryan Blackburn
(FYI, don't forget to reply-all to keep it on the list) On Mon, Oct 27, 2008 at 09:25:53AM -0400, Michael Hernandez said: > > On Oct 24, 2008, at 2:48 PM, Bryan Blackburn wrote: > >> On Fri, Oct 24, 2008 at 12:36:48PM -0400, Michael Hernandez said: >>> I am running "port upgrade outdated" and I ke

Re: manpath

2008-10-27 Thread Bryan Blackburn
On Mon, Oct 27, 2008 at 08:57:42AM -0700, Shawn Protsman said: > On Oct 27, 2008, at 7:22 AM, Robert Goldman wrote: > >> Isn't the right thing to edit /etc/man.conf so that the path -> man >> translation works, and then make sure that your MANPATH environment >> variable is *not* set? >> >> I think

Re: Boost?

2008-10-27 Thread Ryan Schmidt
On Oct 27, 2008, at 08:26, Michael Hernandez wrote: On Oct 24, 2008, at 10:06 PM, Ryan Schmidt wrote: On Oct 24, 2008, at 13:48, Bryan Blackburn wrote: On Fri, Oct 24, 2008 at 12:36:48PM -0400, Michael Hernandez said: I am running "port upgrade outdated" and I keep getting this: ---> Sta

Re: Postfix's main.cf

2008-10-27 Thread markd
>> $ sudo postfix start >> PATH/to/opt/etc/postfix/postfix-script: line 220: ls: command not >> found > >I get that too. It can't find the operating system's "ls" command. > >I modified postfix-script to print out the value of PATH when it's >running. I get: > >/opt/local/bin:/usr/bin:/sbin:/usr/sb

Re: manpath

2008-10-27 Thread Shawn Protsman
On Oct 27, 2008, at 7:22 AM, Robert Goldman wrote: Isn't the right thing to edit /etc/man.conf so that the path -> man translation works, and then make sure that your MANPATH environment variable is *not* set? I think Shawn's problem was (at least possibly) not having /opt entries in /etc/ma

Re: Perl 5.10?

2008-10-27 Thread Daniel J. Luke
On Oct 26, 2008, at 11:53 PM, Shawn Protsman wrote: I installed Perl 5.10 today. Unfortunately it seems like there is confusion between 5.8.8 and 5.10. I tried to run cpanp and this was the output: @naiad ~] cpanp-5.10 Can't locate CPANPLUS.pm in @INC (@INC contains: /opt/local/lib/ perl5/5

manpath

2008-10-27 Thread Robert Goldman
Isn't the right thing to edit /etc/man.conf so that the path -> man translation works, and then make sure that your MANPATH environment variable is *not* set? I think Shawn's problem was (at least possibly) not having /opt entries in /etc/man.conf. BTW, for people like me who read this as a diges

Re: manpath

2008-10-27 Thread Shawn Protsman
On Oct 27, 2008, at 5:10 AM, Vincent Lefevre wrote: On 2008-10-27 07:29:34 +0100, Rainer Müller wrote: Shawn Protsman wrote: To my surprise I got no entry found when I did a 'man port'. What is the recommended method to add port manpages to the path? Create a '/etc/paths.d/macports'? Or add

Re: manpath

2008-10-27 Thread Vincent Lefevre
On 2008-10-27 07:29:34 +0100, Rainer Müller wrote: > Shawn Protsman wrote: > > To my surprise I got no entry found when I did a 'man port'. What is > > the recommended method to add port manpages to the path? > > > > Create a '/etc/paths.d/macports'? > > > > Or add to .profile: > > > > export

Re: manpath

2008-10-27 Thread Jay Levitt
Rainer Müller wrote: Shawn Protsman wrote: To my surprise I got no entry found when I did a 'man port'. What is the recommended method to add port manpages to the path? Create a '/etc/paths.d/macports'? Or add to .profile: export MANPATH=/opt/local/share/man:$MANPATH The latter. Using pat