Troubles with MOJO

One of our servers recently had an Operating System upgrade, and it seems to have messed up a few things. One thing in particular is a client's script, called MOJO (I had never heard of it until now). Here is the error:

couldn't tie /path/to/file for reading: File exists at /MOJO/GUTS.pm line 1540.

Line 1540 of GUTS.pm looks like:

tie %INFO, 'AnyDBM_File', $db, O_RDWR|O_CREAT, $file_chmod or die "couldn't tie $db for reading: $!";


The AnyDBM_File module is installed. I tried chmod'd the file in question to 777, that did not work. Has anyone seen this error before? Know anything about it? Any help would be appreciated.

 

 

 

 

Top