Web Hosting Talk







View Full Version : Troubles with MOJO


SPaReK
05-02-2002, 09:44 PM
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.

bkiesz
05-02-2002, 11:37 PM
Actually, MOJO Mail is a pretty cool Listserv program.. We had a customer using it on Redhat 6.2 and when upgraded her to 7.1, we broke it. I'm not sure if this is the same problem you're having (that error look familiar), but check your PERL version. I think it has something to do with that.

Try this link into their support site

http://mojo.skazat.com/support/boards/messages/285/833.html?#POST2411


Hope this helps...


Barry