&gt;&gt; Mmap of shared file /tmp/catapult/session_data failed: <br>&gt;&gt; Operation not permitted at /usr/lib/perl5/Cache/FastMmap.pm line 496.<br><br>Kiki:<br>&gt; If /tmp is mounted with the 'noexec' option, a mmap with PROT_EXEC will<br>&gt; fail with EPERM which translates to the above error message.<br><br>That's it! <br><br>cat /etc/mtab:<br>&lt;snip&gt;<br>simfs /tmp simfs rw,nosuid,nodev,noexec 0 0<br><br>Thanks BIG for helping me narrow this down.<br><br>Since this is a VPS, I'll circle back to the ISP. <br><br>/dennis<br><br>