[ ... ]
Ok. I have solved this error already. Now, the problem is, apache2 starts ok but, when i go for
127.0.0.1:8080 or
localhost:8080 in web browser then, two types of error comes, "software error" & "500 internal system error" simultaneously.
I went through the log file of apache and found that,
[Mon Mar 9 03:10:20 2009] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 23.
now, when i went to the line number 23 of mainpage.pl file, i got the syntax:
use C4::Output;
And, here, another thing just came into my mind that, when i was configuring cpan, may be i typed "no" for some parts.
What do you think, is it the problem? That "no" answer? Do i need to install each and every portion of cpan configuration?