bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bashdb question


From: Chet Ramey
Subject: Re: bashdb question
Date: Thu, 26 Feb 2009 17:44:18 -0500
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

lehe wrote:
> Thanks, Chet! 
> 
> I installed bashdb through Synaptic Package Manager of my Ubuntu 8.10 and it
> was installed into /usr/share/bashdb/, /usr/bin/, /usr/lib/ etc. Not sure
> these could be found by bash.
> 
> How to know if DEBUGGER_START_FILE is defined in pathnames.h and define it
> this way if not?

Run

$ strings /bin/bash | grep bashdb
/usr/local/share/bashdb/bashdb-main.inc

to see where the installed bash looks for the debugger start file.  If
you don't get any output, bash isn't built with debugger support.

You have to rebuild bash yourself to change pathnames.h.  Or you
could just symlink /usr/share/bashdb to /usr/local/share/bashdb.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer

Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]