<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<br>
<br>
Matthias Andree wrote:<br>
<blockquote type="cite" cite="midm3k7czadl7.fsf@merlin.emma.line.org">
  <pre wrap="">Sam Hills <a class="moz-txt-link-rfc2396E" href="mailto:rcb@bbll.com"><rcb@bbll.com></a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">No joy.  I got "not found" on pkg_update. When I ran pkg_add, it would
not install because I don't have write access to the directories it was
trying to write to.  I tried it again with the -p flag, specifying
pkg_add -p /home/bbell bogofilter-0.12.2.tgz but that gave me the same
flood of 'permission denied' errors.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
My apologies, I didn't test that. Now I know better.

If you don't mind doing this outside the packaging scheme, try

pkg_add -R -p /home/bbell/bogofilter bogofilter-0.12.2.tgz

This installs bogofilter-0.12.2 into /home/bbell/bogofilter, and you can
later rm -rf /home/bbell/bogofilter to get rid of it again.

  </pre>
</blockquote>
Still no joy.  When I tried that, I got a slew of error messages of the form<br>
    ./share/xml: user/group/mode not modified: Operation not permitted <br>
However, it did unpack the tarball.<br>
<br>
I then tried to run bogofilter and I got the following error:<br>
<br>
ELF: not found<br>
Ø•4ˆ: not found<br>
4ˆ: not found<br>
ˆ: not found<br>
bogofilter/bin/bogofilter: 6: Syntax error: "(" unexpected<br>
<br>
Prior to receiving your message, I tried manually unpacking the tarball (by
simply running gunzip and tar), and got the same error.<br>
</body>
</html>