<div dir="ltr">Oh. Wait. So, do I do the make -k upgrade from within /tmp/rt-3.8.1/ or do I need to make the directory for /opt/rt3.8/ first?<br><br><div class="gmail_quote">On Wed, Sep 10, 2008 at 10:15 AM, Chris Nelson <span dir="ltr"><<a href="mailto:cnelson@delivra.com">cnelson@delivra.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">Awesome. It's worth pointing out I'm doing make upgrade (so I'm going to do make -k upgrade).<br>
<br>Thanks!<div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Wed, Sep 10, 2008 at 10:12 AM, Joop <span dir="ltr"><<a href="mailto:JoopvandeWege@mococo.nl" target="_blank">JoopvandeWege@mococo.nl</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>Chris Nelson wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Joop,<br>
<br>
This is what it says when I run that command:<br>
<br>
cnelson@myserver:/tmp/rt-3.8.1$ sudo cpan File::ShareDir<br>
CPAN: Storable loaded ok<br>
Going to read /home/cnelson/.cpan/Metadata<br>
  Database was generated on Tue, 09 Sep 2008 01:02:57 GMT<br>
File::ShareDir is up to date.<br>
<br>
However, it still fails on sudo make testdeps.<br>
<br>
I run sudo make fixdeps and here are the relevant lines:<br>
<br>
    * File::ShareDir...MISSING<br>
    * Install module File::ShareDir<br>
      CPAN: Storable loaded ok<br>
      Going to read /home/cnelson/.cpan/Metadata<br>
        Database was generated on Tue, 09 Sep 2008 01:02:57 GMT<br>
      File::ShareDir is up to date.<br>
<br>
</blockquote></div>
I have had something like this and it turned out that the version comparison didn't work as expected. The solution I then use is:<br>
sudo make -k install<br>
<br>
The -k option tells make to continue even if it encounters errors.  Just be sure that the File::ShareDir is the only error else make will happily continue doing potential a lot of bad things.<br>
Lets see if I can reproduce your problem with a VM running Ubuntu 8.04 which is updated to the latest patches. I'll let you know what happens.<br><font color="#888888">
<br>
Joop<br>
<br>
</font></blockquote></div><br></div></div></div>
</blockquote></div><br></div>