<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Same result - <br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:jsb@jsb-VirtualBox:~/sword-1.7.3/utilities">jsb@jsb-VirtualBox:~/sword-1.7.3/utilities</a> > cd ~/<br>
jsb@jsb-VirtualBox:~ > installmgr -ri CrossWire ESV<br>
Couldn't find remote source [CrossWire]<br>
<br>
jsb@jsb-VirtualBox:~ > sudo installmgr -ri CrossWire ESV<br>
Remote source [CrossWire] does not make available module
[ESV]<br>
<br>
<div class="moz-cite-prefix">On 08/29/2014 03:51 PM, Greg Hellings
wrote:<br>
</div>
<blockquote
cite="mid:CAHxvOVLjmwOpOJ4pS0F4XdX7p3GmrNoSSfnfVH9jBk8Yb2aydw@mail.gmail.com"
type="cite">
<div dir="ltr">Try running the installed version instead of the
one in utilities. If you executed "sudo make install" there
should be a copy in /usr/local/bin
<div><br>
</div>
<div>--Greg</div>
</div>
<div class="gmail_extra">
<br>
<br>
<div class="gmail_quote">On Fri, Aug 29, 2014 at 4:50 PM, Jon
Behrens <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:jbb@crimsonthread.com" target="_blank">jbb@crimsonthread.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"> Thanks for the
response Greg, but that doesn't work. Without being root:<br>
<br>
./installmgr -ri CrossWire ESV<br>
Couldn't find remote source [CrossWire]<br>
<br>
./installmgr -sc<br>
(Returns warnings and asks whether to proceed)<br>
enable? [no] yes<br>
Failed to sync config file with master remote
source list.<span class="HOEnZb"><font color="#888888"><br>
<br>
Jon</font></span>
<div>
<div class="h5"><br>
<br>
<br>
<div>On 08/29/2014 03:27 PM, Greg Hellings wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Try doing it as not root. I don't
know why the docs suggest using root to do the
work, but try doing it in your local directory by
running the installmgr commands without being
root.
<div><br>
</div>
<div>--Greg<br>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Fri, Aug 29, 2014
at 4:15 PM, Jon Behrens <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:jbb@crimsonthread.com"
target="_blank">jbb@crimsonthread.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px
#ccc solid;padding-left:1ex">Hello<br>
<br>
This started out as a C# binding question,
but the problem is deeper than that.
Basically<br>
I can't get the installmgr to do anything
useful. I am new to Linux, but have been
writing software on other platforms for
~50 years.<br>
<br>
To insure that my machine configuration
was not the problem (I had installed
Xiphos<br>
and BibleTime earlier), I set up a new
virtual machine using VirtualBox and Mint
17.<br>
<br>
I updated all the packages and installed
build-essentials. No other software.<br>
I downloaded Sword-1.73 and uncompressed
it into a folder 'sword-1.7.3' under my<br>
home directory.<br>
<br>
I then followed the instructions in the
INSTALL file and everything appeared to
make<br>
correctly.<br>
<br>
I went to the utilities directory and ran
the installmgr<br>
<br>
sudo ./installmgr -sc //Synch with
master appeared to work<br>
sudo ./installmgr -r CrossWire
//refresh remote source - appears to work,
411 packages<br>
sudo ./installmgr -ri CrossWire KJV
//returns 'Remote source [CrossWire] does
not make available module [KJV]<br>
<br>
sudo ./installmgr -rl CrossWire
//list modules on CrossWire - sure enough,
no KJV<br>
<br>
Went to
~/.sword/InstallMgr/20081216195754/mods.d/
and found kjv.conf. So refreshing the
remote source finds KJV but install does
not.<br>
<br>
OK - let's try a local install:<br>
<br>
Downloaded ESV.zip and unpacked it into
the same directory (Downloads)<br>
<br>
sudo ./installmgr -li
~/Downloads/ESV.zip ESV<br>
Module [ESV] not available at path
[/home/jsb/Downloads/ESV.zip]<br>
<br>
sudo ./installmgr -li ~/Downloads/ESV
ESV<br>
Module [ESV] not available at path
[/home/jsb/Downloads/ESV]<br>
<br>
sudo ./installmgr -li
~/Downloads/ESV/mods.d ESV<br>
Module [ESV] not available at path
[/home/jsb/Downloads/ESV/mods.d]<br>
<br>
sudo ./installmgr -li
~/Downloads/ESV/modules ESV<br>
Module [ESV] not available at path
[/home/jsb/Downloads/ESV/modules]<br>
<br>
Well, that didn't work. So let's try just
extracting the archive into
/usr/share/sword<br>
<br>
cd /usr/share/sword<br>
sudo unzip ~/Downloads/ESV.zip<br>
Archive:
/home/jsb/Downloads/ESV.zip<br>
inflating:
modules/texts/ztext/esv/nt.bzv<br>
inflating:
modules/texts/ztext/esv/nt.bzs<br>
inflating:
modules/texts/ztext/esv/ot.bzs<br>
inflating:
modules/texts/ztext/esv/nt.bzz<br>
inflating:
modules/texts/ztext/esv/ot.bzv<br>
inflating:
modules/texts/ztext/esv/ot.bzz<br>
inflating: mods.d/esv.conf<br>
<br>
That's hopeful, let's try it out.<br>
<br>
cd ~/sword-1.7.3/examples/cmdline
//previously made this project<br>
./lookup ESV Jn.3.16<br>
Could not find module [ESV].
Available modules:<br>
<br>
Note that the list of available modules is
empty.<br>
<br>
So at this point I'm stuck. It is my hope
to write a front end in C#, but I can't
seem to get the package installed and
working properly.<br>
<br>
I'd appreciate any help.<br>
Jon<br>
<br>
<br>
<br>
_______________________________________________<br>
sword-devel mailing list: <a
moz-do-not-send="true"
href="mailto:sword-devel@crosswire.org"
target="_blank">sword-devel@crosswire.org</a><br>
<a moz-do-not-send="true"
href="http://www.crosswire.org/mailman/listinfo/sword-devel"
target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your
settings at above page<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
sword-devel mailing list: <a moz-do-not-send="true" href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a>
<a moz-do-not-send="true" href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a>
Instructions to unsubscribe/change your settings at above page</pre>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
sword-devel mailing list: <a moz-do-not-send="true"
href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
<a moz-do-not-send="true"
href="http://www.crosswire.org/mailman/listinfo/sword-devel"
target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above
page<br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
sword-devel mailing list: <a class="moz-txt-link-abbreviated" href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</a>
Instructions to unsubscribe/change your settings at above page</pre>
</blockquote>
<br>
</body>
</html>