[bt-devel] Missing bt-printing
Fred Saalbach
bt-devel@crosswire.org
Wed, 09 May 2001 21:28:19 -0400
These two things might be related to the inability to find things.
Launch bibletime by running the bibletime.start script. (or run the script in
a teminal manually). This sets up the environment for bibletime (ie tells the
system where the bibletime files and binaries are.
---------------------------------------------------
#!/bin/sh
#
####################################
#
# This script sets system variables and launches bibletime.
#
#
####################################
export KDEDIRS=/usr/local/kde2 #this tells the session where kde2 is
export PATH=$KDEDIRS/bin:$PATH #this adds the kde2 directory to path
#(without this BT will not find some
#parts of itself)
exec bibletime #launches bibletime
-------------------------------------------------
make sure that the following files exist
/etc/ld.so.conf
containing this line (and possibly others)
/usr/local/sword/lib #must point to the directory containing libsword.so
/etc/sword.conf
Containing these lines
[Install]
DataPath=/usr/local/sword/share/ #must point to the location of the sword
folders locales.d, mods.d, and modules.
------------------------------------------------------------
If this does not help you have a problem that is new to me and one of the
programmers will need to look at the problem.
Fred Saalbach
Tim Brodie wrote:
> Hi folks:
>
> I've just had a fun time setting up my development platform. I have
> a PII-266 w/64MB that had redhat 7.0 installed that I've dedicated
> to the task. I've updated KDE and QT to the necessary levels, retrieved
> the current source via CVS and I think did the necessary configuration
> steps.
>
> Everything appears to work until 'make install', and this ends in
> error stating 'cannot create regular file
> `/usr/lib/kde2/share/config/bt-printing`: no such file or directory.
>
> Since the 'config' directory was missing, I added it and reran make install
> and everything finished ok.
>
> My concern is that I've probably misconfigured my environment and this
> config file should have been installed somewhere else. Is this true?
> When I run BibleTime, it runs but doesn't find any of the
> resource files such as help text or tips. Also, if I try to select
> a bible text or commentary, things pretty well freeze up.
>
> Kind regards... Tim
>
> BTW, I've made my profile public to introduce myself somewhat. I'm looking
> forward to meeting you all over the next while.
--
Best Regards
Fred Saalbach
saalbach@sybercom.net