[freeside] Mason
Vlad Sedov
vlad at humbleguys.net
Mon Jul 8 11:54:25 PDT 2002
> If you reported useful information about your problem instead of the
> ambiguous message above, someone might be able to assist you with 1.11.
> Read http://www.tuxedo.org/~esr/faqs/smart-questions.html and try again.
sorry, i just thought reverting back would've fixed it..
this is the message that i get when i try to start apache:
Variable "$m" is not imported at /home/freeside/apache/conf/handler.pl
line 116.
Variable "$m" is not imported at /home/freeside/apache/conf/handler.pl
line 125.
Syntax error on line 47 of /home/freeside/apache/conf/httpd.conf:
Global symbol "$m" requires explicit package name at
/home/freeside/apache/conf/handler.pl line 116.
Global symbol "$m" requires explicit package name at
/home/freeside/apache/conf/handler.pl line 125.
Compilation failed in require at /home/freeside/apache/conf/httpd.conf
line 46.
apache is running uid/gid freeside... this is the directory config in
httpd.conf:
---snip---
<Directory /home/freeside/htdocs>
<Files ~ (\.cgi)>
AddHandler perl-script .cgi
PerlHandler HTML::Mason
</Files>
<Perl>
require "/home/freeside/apache/conf/handler.pl";
</Perl>
AuthName Freeside
AuthType Basic
AuthUserFile /usr/local/etc/freeside/htpasswd
require valid-user
</Directory>
---snip---
i'm running 1.4.0beta2... it's a fresh install on RedHat 7.3, perl
5.6.1, apache 1.3.26 with mod_perl 1.27, HTML::Mason 1.11.
thanks
Vlad
On Mon, 2002-07-08 at 13:20, ivan wrote:
> On Mon, Jul 08, 2002 at 12:59:37PM -0500, Vlad Sedov wrote:
> > Hello -
> >
> > what is the latest version of HTML::Mason that is supported by freeside?
>
> I've been using 1.04. 1.05 probably works also.
>
> > i installed the newest version, and apparently freeside doesn't like
> > it.. I guess the apache handler routine(s) is now a part of another
> > module...
>
> If you reported useful information about your problem instead of the
> ambiguous message above, someone might be able to assist you with 1.11.
> Read http://www.tuxedo.org/~esr/faqs/smart-questions.html and try again.
>
> --
> _ivan
More information about the freeside-users
mailing list