<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>You're half-right. There's also a bug in rem2pdf/Makefile.top.in.
      The attached patch fixes that bug and also adds the `use lib`
      line.</p>
    <div class="moz-cite-prefix">On 4/2/22 23:31, Dianne Skoll via
      Remind-fans wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20220402233105.4ec83a17@gato.skoll.ca">
      <pre class="moz-quote-pre" wrap="">On Sat, 2 Apr 2022 17:59:41 -0400
Jonathan Kamens via Remind-fans <a class="moz-txt-link-rfc2396E" href="mailto:remind-fans@lists.skoll.ca"><remind-fans@lists.skoll.ca></a> wrote:

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">I ran `./configure --prefix=/opt/remind` in the current remind source
and then `make -j` and then `sudo make install` and it installed
rem2pdf in /usr/local instead of /opt/remind.
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Unfortunately, rem2pdf uses Perl's build infrastructure which does not
cooperate very well with autoconf.  I think you can do this:

INSTALL_BASE=/opt/remind; export INSTALL_BASE
./configure --prefix=/opt/remind && make -j && sudo make install

to get it to work, but rem2pdf itself is unlikely to find the
Perl libaries and work; it will need to be edited to do something
like:

use lib '/opt/remind/lib/perl5';

or something like that.

Regards,

Dianne.
_______________________________________________
Remind-fans mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Remind-fans@lists.skoll.ca">Remind-fans@lists.skoll.ca</a>
<a class="moz-txt-link-freetext" href="https://dianne.skoll.ca/mailman/listinfo/remind-fans">https://dianne.skoll.ca/mailman/listinfo/remind-fans</a>
Remind is at <a class="moz-txt-link-freetext" href="https://dianne.skoll.ca/projects/remind/">https://dianne.skoll.ca/projects/remind/</a>

</pre>
    </blockquote>
  </body>
</html>