In article <[EMAIL PROTECTED]>,
 David Reiser <[EMAIL PROTECTED]> wrote:

> On Mar 20, 2008, at 2:30 PM, Richard Nelson wrote:
> 
> >>
> >
> > I think I reinstalled xcode after migrating over to my new macbook and
> > didn't think about the 10.5 xquartz issues. So now I upgraded to  
> > xquarts
> > 2.1.2, then 2.1.4, then rebuilt gnucash and crypt-ssleay-pm588, and  
> > the
> > problem is exactly the same as before. Can't start gnucash from
> > terminal; I have to start x11 first. If I start gnucash from x11
> > terminal, Finance::Quote doesn't work. To get Finance::Quote to load
> > properly I have to first start x11, then start gnucash from terminal.
> >
> > Richard
> 
> 
> Hmm. That sounds like Alexander may have had it pegged -- something in  
> your environment setup. What's your $PATH? What's in your ~/.profile  
> and ~/.bashrc files?
> 
> Dave
> --
> David Reiser
> [EMAIL PROTECTED]
> 


Here is where I get into really deep water. About this stuff I know 
nothing, but here goes. 

Here is my $PATH (in terminal I typed echo $PATH):

/Library/Frameworks/Python.framework/Versions/Current/bin:/sw/bin:/sw/sbi
n:/opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin
:/sbin:/usr/local/bin:/usr/X11/bin:/usr/X11R6/bin

Here is my .profile (I typed open .profile):

. /sw/bin/init.sh

. /sw/bin/init.sh

export PATH=/sw/bin:/sw/sbin:/opt/local/bin:/opt/local/sbin:$PATH

export DISPLAY=:0
export EDITOR=/usr/bin/pico

# Setting PATH for MacPython 2.5
# The orginal version is saved in .profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:${PATH}"
export PATH

And finally here is my .bashrc:

. /sw/bin/init.sh 
# The following line sets-up the prompt 
# when you change dirs it lets you know were you are 
export PS1='\h \w $ ' 

# The following lines alter the way ls prints its output 
export LS_OPTIONS="-G -F -b -T" 
alias ls='/bin/ls $LS_OPTIONS ' 

# The following line allows you to use 'dir' like a dos window 
alias dir='/bin/ls --format=vertical' 

# The following sets-up useful paths 
export 
PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin 

(Sound of laughter.) I hope this doesn't look too stupid; I am really 
clueless about this stuff. Thanks for helping me!

Richard


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to