Where do I even start? (11)

1 Name: Lucky : 2005-12-31 00:52 ID:yxYKbJhy [Del]

See the link.

As you can see the verification image doesn't come up (I tried disabling it via the config now) but either way you are unable to post anything, even with verification disabled.

I don't even know where to start to find out what's wrong because I'm not getting anything in the error logs now. I did before when I didn't have modperl installed, but that's fine now.

shrugs helplessly

2 Name: Lucky : 2005-12-31 01:30 ID:yxYKbJhy [Del]

I'm referring to the link in my name btw, should have clarified that.

3 Name: !WAHa.06x36 : 2005-12-31 06:17 ID:KZBbYIPX [Del]

Looks like you've run the script from the shell, so that it made faulty HTML files that don't properly link to wakaba.pl. The web server isn't set up for running perl script either, because http://www.animetc.com/wakaba.pl?task=admin doesn't work. You'd need to go there to rebuild caches before it would work, but first you have to get perl working right.

4 Name: Lucky : 2005-12-31 12:56 ID:yxYKbJhy [Del]

Ohhhh....Let me see.

5 Name: Lucky : 2006-01-07 21:15 ID:yxYKbJhy [Del]

Okay, so, I started over and this error appears in my logging;

/httpdocs/wakaba/wakaba.pl line 16.\nBEGIN failed--compilation aborted at /httpdocs/wakaba/wakaba.pl line 16.\n

It's the only error that appears.

I'm guessing something with perl is messed up..any ideas on how to troubleshoot it?

6 Name: Lucky : 2006-01-07 21:47 ID:yxYKbJhy [Del]

Sorry, didn't post the whole thing;

------------------------------------------------

[Sat Jan 07 22:22:28 2006] [error] 9569: ModPerl::Registry: Can't locate config.pl in @INC (@INC contains: . /usr/lib/perl5/5.8.3/i386-linux-thread-multi /usr/lib/perl5/5.8.3 /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /etc/httpd/ /etc/httpd/lib/perl) at /home/httpd/vhosts/mywebsite.com/httpdocs/wakaba/wakaba.pl line 16.\nBEGIN failed--compilation aborted at /home/httpd/vhosts/mywebsite.com/httpdocs/wakaba/wakaba.pl line 16.\n

---------------------------------------------------

Any ideas as to what I should do? I determined perl works by using that test script in the internal error post.

7 Name: dmpk2k!hinhT6kz2E : 2006-01-08 03:55 ID:Heaven [Del]

For the verification code, it looks to me like you forget to set it 644 or similar on captcha.pl ("chmod u+x captcha.pl").

As for line 16, that appears to be a result of running wakaba under a misconfigured mod_perl. I'm fairly certain you're the first person to ever attempt to run it under mod_perl, so congrats.

It should be possible, but you'll need to configure Apache properly: http://www.gsp.com/cgi-bin/man.cgi?topic=cgi_to_mod_perl

8 Name: dmpk2k!hinhT6kz2E : 2006-01-08 04:05 ID:Heaven [Del]

BTW, if you change

use lib '.';

in wakaba.pl to

use lib '/home/httpd/vhosts/mywebsite.com/httpdocs/wakaba/';

it might also work.

9 Name: Lucky : 2006-01-09 21:14 ID:yxYKbJhy [Del]

Thanks for all the help, that will assist me greatly. Back to work I go.

10 Name: Lucky : 2006-01-10 22:05 ID:yxYKbJhy [Del]

Well, it appears everything is configured properly.

I'm at a loss.

11 Name: dmpk2k!hinhT6kz2E : 2006-01-11 15:53 ID:Heaven [Del]

When you change the "use lib" line in wakaba.pl, what error do you get in the logs?

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: