On 09/13/2010 01:57 PM, Michael wrote:
> sqlite-3.6.22
> [...]
> bash: symbol lookup error: bash: undefined symbol:
> rl_filename_rewrite_hook
> [...]
>
> I tired to update bash, but it doesn't semm to make any difference.
Just to be sure: Did you try
cd SAGE_ROOT
mv local/lib/*readline* /path/to/some/temp/dir
with the binary Sage distribution? You could also try this in the
compilation from scratch; run "make" again to continue the build.
The Sage SQLite package (and other packages) depends on the Sage
Readline package. We may see the bash error here because this is where
your system's bash first finds a newly-built but incompatible Readline
library under SAGE_ROOT.
> On 12 Sep., 23:34, Mitesh Patel <[email protected]> wrote:
>> On 09/12/2010 09:16 AM, Michael wrote:
>>
>>> On 12 Sep., 00:15, John H Palmieri <[email protected]> wrote:
>>>> Have you tried building from the source distribution? Download it,
>>>> unpack the tar file, and type "make". Then wait a few hours. (I
>>>> suppose there may be some incompatibility between the binary
>>>> distribution and your system.)
>>
>>> I tried what you said, but there occured an error again. I'll post the
>>> relevant lines below. I tired to open the subshell and debug the
>>> program, but that didn't work either. There seems to be a missing
>>> ".py"-file or something, I do not fully understand what I get there.
>>
>>> I hope you can help me to fix that. Thanks!
>>
>>> Here the command line output from the occurance of the error on:
>>
>> Could you give us a link to SAGE_ROOT/spkg/logs/sqlite-3.6.22.log ?
>>
>>> ./sage -docbuild all html 2>&1 | tee -a dochtml.log
>>> python: can't open file '/home/michael/Downloads/sage-4.5.3/devel/sage/
>>> doc/common/builder.py': [Errno 2] No such file or directory
>>
>> The builder.py error here is secondary. We're tracking this problem at
>>
>> http://trac.sagemath.org/sage_trac/ticket/9799
>>
>>> mich...@linux-pu35:~/Downloads/sage-4.5.3> cd '/home/michael/Downloads/
>>> sage-4.5.3/spkg/build/sqlite-3.6.22' && '/home/michael/Downloads/
>>> sage-4.5.3/sage' -sh
>>
>>> Starting subshell with Sage environment variables set.
>>> Be sure to exit when you are done and do not do anything
>>> with other copies of Sage!
>>
>>> Bypassing shell configuration files ...
>>
>>> bash: symbol lookup error: bash: undefined symbol:
>>> rl_filename_rewrite_hook
>>
>> According to
>>
>> http://forums.opensuse.org/english/get-help-here/pre-release-beta/433...
>>
>> you may need to update bash. I think you can check for updates with YaST:
>>
>> http://en.opensuse.org/YaST_Software_Management
>>
>>> Exited Sage subshell.
>>> mich...@linux-pu35:~/Downloads/sage-4.5.3/spkg/build/sqlite-3.6.22>
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org