Mason Install Problem

View: New views
13 Messages — Rating Filter:   Alert me  

Mason Install Problem

by vester_s :: Rate this Message:

| View Threaded | Show Only this Message

Hi,

I am using apache 2 and have mod_perl installed (version 2.0.4). When i try to install HTML:Mason 1.39, it always fail on the Makefile.pl script. And the error shows:
""

CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Tue, 30 May 2006 17:27:36 GMT
Running install for module Module::Build::Compat
Running make for K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/sources/authors/id/K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Deleting from cache: /root/.cpan/build/Module-Build-0.2801 (10.3>10.0 MB)
Module-Build-0.2801/
Module-Build-0.2801/Build.PL
Module-Build-0.2801/Changes
Module-Build-0.2801/INSTALL
Module-Build-0.2801/lib/
...

# running Build.PL
Can't locate the perl binary used to run this script in (/usr/bin /usr/bin /usr/bin /opt/java/bin /sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin /usr/X11R6/bin /opt/apache-ant-1.6.5/bin /usr/bin/perl /root/.cpan/build/Module-Build-0.2801/lib/Module /usr/lib /usr/lib/perl5)
""

I have perl 5.8.0 installed already and i did delete the /root/.cpan and try it again. But it still has no luck

Can anybody help me on this issue?

thanks,

Parent Message unknown Re: Mason Install Problem

by Apu islam-2 :: Rate this Message:

| View Threaded | Show Only this Message

Did you try downloading the package itself locally and try
perl Makefile.PL
Build
Build test
Build install


It wouldn't hurt checking the perl -v and perl -V outputs to make sure your perl binary is the correct one that you have installed.
 ------------------------------
Apu Islam
( E Pluribus Unum)


----- Original Message ----
From: vester_s <s4nnym@...>
To: mason-users@...
Sent: Thursday, April 24, 2008 4:11:02 PM
Subject: [Mason]  Mason Install Problem


Hi,

I am using apache 2 and have mod_perl installed (version 2.0.4). When i try
to install HTML:Mason 1.39, it always fail on the Makefile.pl script. And
the error shows:
""

CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Tue, 30 May 2006 17:27:36 GMT
Running install for module Module::Build::Compat
Running make for K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for
/root/.cpan/sources/authors/id/K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Deleting from cache: /root/.cpan/build/Module-Build-0.2801 (10.3>10.0 MB)
Module-Build-0.2801/
Module-Build-0.2801/Build.PL
Module-Build-0.2801/Changes
Module-Build-0.2801/INSTALL
Module-Build-0.2801/lib/
...

# running Build.PL
Can't locate the perl binary used to run this script in (/usr/bin /usr/bin
/usr/bin /opt/java/bin /sbin /bin /usr/sbin /usr/bin /usr/local/sbin
/usr/local/bin /usr/X11R6/bin /opt/apache-ant-1.6.5/bin /usr/bin/perl
/root/.cpan/build/Module-Build-0.2801/lib/Module /usr/lib /usr/lib/perl5)
""

I have perl 5.8.0 installed already and i did delete the /root/.cpan and try
it again. But it still has no luck

Can anybody help me on this issue?

thanks,
--
View this message in context: http://www.nabble.com/Mason-Install-Problem-tp16852862p16852862.html
Sent from the Perl Mason - Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users

Re: Mason Install Problem

by vester_s :: Rate this Message:

| View Threaded | Show Only this Message

I did download the most current one locally and try to do perl Makefile.PL,
but the error will come up again.

My version is v5.8.0

It always stop in #running Build.PL, if I run the Build.PL then this is the
error message shown:
"""
Can't locate Module/Build.pm in @INC (@INC contains: inc
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at
inc/Mason/Build.pm line 6.
BEGIN failed--compilation aborted at inc/Mason/Build.pm line 6.
Compilation failed in require at Build.PL line 7.
BEGIN failed--compilation aborted at Build.PL line 7.
"""

Anybody could tell me what is the problem?

Thanks,


-----Original Message-----
From: mason-users-bounces@...
[mailto:mason-users-bounces@...] On Behalf Of Apu islam
Sent: Thursday, April 24, 2008 2:33 PM
To: mason-users@...
Subject: Re: [Mason] Mason Install Problem

Did you try downloading the package itself locally and try
perl Makefile.PL
Build
Build test
Build install


It wouldn't hurt checking the perl -v and perl -V outputs to make sure your
perl binary is the correct one that you have installed.
 ------------------------------
Apu Islam
( E Pluribus Unum)


----- Original Message ----
From: vester_s <s4nnym@...>
To: mason-users@...
Sent: Thursday, April 24, 2008 4:11:02 PM
Subject: [Mason]  Mason Install Problem


Hi,

I am using apache 2 and have mod_perl installed (version 2.0.4). When i try
to install HTML:Mason 1.39, it always fail on the Makefile.pl script. And
the error shows:
""

CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Tue, 30 May 2006 17:27:36 GMT
Running install for module Module::Build::Compat
Running make for K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for
/root/.cpan/sources/authors/id/K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Deleting from cache: /root/.cpan/build/Module-Build-0.2801 (10.3>10.0 MB)
Module-Build-0.2801/
Module-Build-0.2801/Build.PL
Module-Build-0.2801/Changes
Module-Build-0.2801/INSTALL
Module-Build-0.2801/lib/
...

# running Build.PL
Can't locate the perl binary used to run this script in (/usr/bin /usr/bin
/usr/bin /opt/java/bin /sbin /bin /usr/sbin /usr/bin /usr/local/sbin
/usr/local/bin /usr/X11R6/bin /opt/apache-ant-1.6.5/bin /usr/bin/perl
/root/.cpan/build/Module-Build-0.2801/lib/Module /usr/lib /usr/lib/perl5)
""

I have perl 5.8.0 installed already and i did delete the /root/.cpan and try
it again. But it still has no luck

Can anybody help me on this issue?

thanks,
--
View this message in context:
http://www.nabble.com/Mason-Install-Problem-tp16852862p16852862.html
Sent from the Perl Mason - Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
ne
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
ne
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users

Re: Mason Install Problem

by Jack-130 :: Rate this Message:

| View Threaded | Show Only this Message

Try:

perl Makefile.PL
make
make test
make install



On Fri, Apr 25, 2008 at 8:09 AM, smulyono <s4nnym@...> wrote:
I did download the most current one locally and try to do perl Makefile.PL,
but the error will come up again.

My version is v5.8.0

It always stop in #running Build.PL, if I run the Build.PL then this is the
error message shown:
"""
Can't locate Module/Build.pm in @INC (@INC contains: inc
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at
inc/Mason/Build.pm line 6.
BEGIN failed--compilation aborted at inc/Mason/Build.pm line 6.
Compilation failed in require at Build.PL line 7.
BEGIN failed--compilation aborted at Build.PL line 7.
"""

Anybody could tell me what is the problem?

Thanks,


-----Original Message-----
From: mason-users-bounces@...
[mailto:mason-users-bounces@...] On Behalf Of Apu islam
Sent: Thursday, April 24, 2008 2:33 PM
To: mason-users@...
Subject: Re: [Mason] Mason Install Problem

Did you try downloading the package itself locally and try
perl Makefile.PL
Build
Build test
Build install


It wouldn't hurt checking the perl -v and perl -V outputs to make sure your
perl binary is the correct one that you have installed.
 ------------------------------
Apu Islam
( E Pluribus Unum)


----- Original Message ----
From: vester_s <s4nnym@...>
To: mason-users@...
Sent: Thursday, April 24, 2008 4:11:02 PM
Subject: [Mason]  Mason Install Problem


Hi,

I am using apache 2 and have mod_perl installed (version 2.0.4). When i try
to install HTML:Mason 1.39, it always fail on the Makefile.pl script. And
the error shows:
""

CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
 Database was generated on Tue, 30 May 2006 17:27:36 GMT
Running install for module Module::Build::Compat
Running make for K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for
/root/.cpan/sources/authors/id/K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Deleting from cache: /root/.cpan/build/Module-Build-0.2801 (10.3>10.0 MB)
Module-Build-0.2801/
Module-Build-0.2801/Build.PL
Module-Build-0.2801/Changes
Module-Build-0.2801/INSTALL
Module-Build-0.2801/lib/
...

# running Build.PL
Can't locate the perl binary used to run this script in (/usr/bin /usr/bin
/usr/bin /opt/java/bin /sbin /bin /usr/sbin /usr/bin /usr/local/sbin
/usr/local/bin /usr/X11R6/bin /opt/apache-ant-1.6.5/bin /usr/bin/perl
/root/.cpan/build/Module-Build-0.2801/lib/Module /usr/lib /usr/lib/perl5)
""

I have perl 5.8.0 installed already and i did delete the /root/.cpan and try
it again. But it still has no luck

Can anybody help me on this issue?

thanks,
--
View this message in context:
http://www.nabble.com/Mason-Install-Problem-tp16852862p16852862.html
Sent from the Perl Mason - Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
ne
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
ne
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users



--
鲁国庆
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users

Parent Message unknown Re: Mason Install Problem

by Apu islam-2 :: Rate this Message:

| View Threaded | Show Only this Message

try:

cpan install Module::Build

then retry with the Build
Make sure all the prerequisites are all installed first (if any). If you see something like -- Can't locate xxxxx.pm --- it means it needs that module as a prerequisite. Module::Build is a newer type of packaging tool similar to Make makers commonly used. Your cpan default should ask you to follow prerequisite unless you have told it otherwise during initial setup of cpan shell.

------------------------------
Apu Islam
( E Pluribus Unum)


----- Original Message ----
From: smulyono <s4nnym@...>
To: Apu islam <apu_islam@...>; mason-users@...
Sent: Thursday, April 24, 2008 7:09:34 PM
Subject: Re: [Mason] Mason Install Problem

I did download the most current one locally and try to do perl Makefile.PL,
but the error will come up again.

My version is v5.8.0

It always stop in #running Build.PL, if I run the Build.PL then this is the
error message shown:
"""
Can't locate Module/Build.pm in @INC (@INC contains: inc
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at
inc/Mason/Build.pm line 6.
BEGIN failed--compilation aborted at inc/Mason/Build.pm line 6.
Compilation failed in require at Build.PL line 7.
BEGIN failed--compilation aborted at Build.PL line 7.
"""

Anybody could tell me what is the problem?

Thanks,


-----Original Message-----
From: mason-users-bounces@...
[mailto:mason-users-bounces@...] On Behalf Of Apu islam
Sent: Thursday, April 24, 2008 2:33 PM
To: mason-users@...
Subject: Re: [Mason] Mason Install Problem

Did you try downloading the package itself locally and try
perl Makefile.PL
Build
Build test
Build install


It wouldn't hurt checking the perl -v and perl -V outputs to make sure your
perl binary is the correct one that you have installed.
------------------------------
Apu Islam
( E Pluribus Unum)


----- Original Message ----
From: vester_s <s4nnym@...>
To: mason-users@...
Sent: Thursday, April 24, 2008 4:11:02 PM
Subject: [Mason]  Mason Install Problem


Hi,

I am using apache 2 and have mod_perl installed (version 2.0.4). When i try
to install HTML:Mason 1.39, it always fail on the Makefile.pl script. And
the error shows:
""

CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Tue, 30 May 2006 17:27:36 GMT
Running install for module Module::Build::Compat
Running make for K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for
/root/.cpan/sources/authors/id/K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Deleting from cache: /root/.cpan/build/Module-Build-0.2801 (10.3>10.0 MB)
Module-Build-0.2801/
Module-Build-0.2801/Build.PL
Module-Build-0.2801/Changes
Module-Build-0.2801/INSTALL
Module-Build-0.2801/lib/
...

# running Build.PL
Can't locate the perl binary used to run this script in (/usr/bin /usr/bin
/usr/bin /opt/java/bin /sbin /bin /usr/sbin /usr/bin /usr/local/sbin
/usr/local/bin /usr/X11R6/bin /opt/apache-ant-1.6.5/bin /usr/bin/perl
/root/.cpan/build/Module-Build-0.2801/lib/Module /usr/lib /usr/lib/perl5)
""

I have perl 5.8.0 installed already and i did delete the /root/.cpan and try
it again. But it still has no luck

Can anybody help me on this issue?

thanks,
--
View this message in context:
http://www.nabble.com/Mason-Install-Problem-tp16852862p16852862.html
Sent from the Perl Mason - Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
ne
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
ne
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users

Re: Mason Install Problem

by vester_s :: Rate this Message:

| View Threaded | Show Only this Message

I did download the Module::Build package and try to run the perl Build.PL.
But there is this error :
""
Can't locate the perl binary used to run this script in (/usr/bin /usr/bin
/usr/bin /opt/java/bin /sbin /bin /usr/sbin /usr/bin /usr/local/sbin )
""

My perl binary script is in /usr/bin/perl:
$ which perl
/usr/bin/perl
$ perl -v
""
This is perl, v5.8.0 built for i386-linux-thread-multi
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2002, Larry Wall

Perl may be copied only under the terms of either the Artistic License or
the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'.  If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page
""

I don't know how come it said that it couldn't find my perl binary ? Can
anybody help me with this?

Thanks,

-----Original Message-----
From: Apu islam [mailto:apu_islam@...]
Sent: Thursday, April 24, 2008 9:50 PM
To: smulyono; mason-users@...
Subject: Re: [Mason] Mason Install Problem

try:

cpan install Module::Build

then retry with the Build
Make sure all the prerequisites are all installed first (if any). If you see
something like -- Can't locate xxxxx.pm --- it means it needs that module as
a prerequisite. Module::Build is a newer type of packaging tool similar to
Make makers commonly used. Your cpan default should ask you to follow
prerequisite unless you have told it otherwise during initial setup of cpan
shell.

------------------------------
Apu Islam
( E Pluribus Unum)


----- Original Message ----
From: smulyono <s4nnym@...>
To: Apu islam <apu_islam@...>; mason-users@...
Sent: Thursday, April 24, 2008 7:09:34 PM
Subject: Re: [Mason] Mason Install Problem

I did download the most current one locally and try to do perl Makefile.PL,
but the error will come up again.

My version is v5.8.0

It always stop in #running Build.PL, if I run the Build.PL then this is the
error message shown:
"""
Can't locate Module/Build.pm in @INC (@INC contains: inc
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at
inc/Mason/Build.pm line 6.
BEGIN failed--compilation aborted at inc/Mason/Build.pm line 6.
Compilation failed in require at Build.PL line 7.
BEGIN failed--compilation aborted at Build.PL line 7.
"""

Anybody could tell me what is the problem?

Thanks,


-----Original Message-----
From: mason-users-bounces@...
[mailto:mason-users-bounces@...] On Behalf Of Apu islam
Sent: Thursday, April 24, 2008 2:33 PM
To: mason-users@...
Subject: Re: [Mason] Mason Install Problem

Did you try downloading the package itself locally and try
perl Makefile.PL
Build
Build test
Build install


It wouldn't hurt checking the perl -v and perl -V outputs to make sure your
perl binary is the correct one that you have installed.
------------------------------
Apu Islam
( E Pluribus Unum)


----- Original Message ----
From: vester_s <s4nnym@...>
To: mason-users@...
Sent: Thursday, April 24, 2008 4:11:02 PM
Subject: [Mason]  Mason Install Problem


Hi,

I am using apache 2 and have mod_perl installed (version 2.0.4). When i try
to install HTML:Mason 1.39, it always fail on the Makefile.pl script. And
the error shows:
""

CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Tue, 30 May 2006 17:27:36 GMT
Running install for module Module::Build::Compat
Running make for K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for
/root/.cpan/sources/authors/id/K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Deleting from cache: /root/.cpan/build/Module-Build-0.2801 (10.3>10.0 MB)
Module-Build-0.2801/
Module-Build-0.2801/Build.PL
Module-Build-0.2801/Changes
Module-Build-0.2801/INSTALL
Module-Build-0.2801/lib/
...

# running Build.PL
Can't locate the perl binary used to run this script in (/usr/bin /usr/bin
/usr/bin /opt/java/bin /sbin /bin /usr/sbin /usr/bin /usr/local/sbin
/usr/local/bin /usr/X11R6/bin /opt/apache-ant-1.6.5/bin /usr/bin/perl
/root/.cpan/build/Module-Build-0.2801/lib/Module /usr/lib /usr/lib/perl5)
""

I have perl 5.8.0 installed already and i did delete the /root/.cpan and try
it again. But it still has no luck

Can anybody help me on this issue?

thanks,
--
View this message in context:
http://www.nabble.com/Mason-Install-Problem-tp16852862p16852862.html
Sent from the Perl Mason - Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
ne
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
ne
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
ne
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users

Re: Mason Install Problem

by BenRifkah Bergsten-Buret-2 :: Rate this Message:

| View Threaded | Show Only this Message

Google ( http://www.google.com/search?q=running+Build.PL+Can%27t+locate+the+perl+binary+used+to+run+this+script
) turned up this post on perlmonks.org where a user was having a
similar problem: http://www.perlmonks.org/?node_id=550508

 Near the bottom of the thread a Red Hat user found that setting their
locale helped Module::Build find the Perl binary:
http://www.perlmonks.org/?node_id=623782

 I hope this helps,

 -- Ben

On Thu, Apr 24, 2008 at 2:11 PM, vester_s <s4nnym@...> wrote:

>
> Hi,
>
> I am using apache 2 and have mod_perl installed (version 2.0.4). When i try
> to install HTML:Mason 1.39, it always fail on the Makefile.pl script. And
> the error shows:
> ""
>
> CPAN: Storable loaded ok
> Going to read /root/.cpan/Metadata
>  Database was generated on Tue, 30 May 2006 17:27:36 GMT
> Running install for module Module::Build::Compat
> Running make for K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz
> CPAN: Digest::MD5 loaded ok
> CPAN: Compress::Zlib loaded ok
> Checksum for
> /root/.cpan/sources/authors/id/K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz ok
> Scanning cache /root/.cpan/build for sizes
> Deleting from cache: /root/.cpan/build/Module-Build-0.2801 (10.3>10.0 MB)
> Module-Build-0.2801/
> Module-Build-0.2801/Build.PL
> Module-Build-0.2801/Changes
> Module-Build-0.2801/INSTALL
> Module-Build-0.2801/lib/
> ...
>
> # running Build.PL
> Can't locate the perl binary used to run this script in (/usr/bin /usr/bin
> /usr/bin /opt/java/bin /sbin /bin /usr/sbin /usr/bin /usr/local/sbin
> /usr/local/bin /usr/X11R6/bin /opt/apache-ant-1.6.5/bin /usr/bin/perl
> /root/.cpan/build/Module-Build-0.2801/lib/Module /usr/lib /usr/lib/perl5)
> ""
>
> I have perl 5.8.0 installed already and i did delete the /root/.cpan and try
> it again. But it still has no luck
>
> Can anybody help me on this issue?
>
> thanks,
> --
> View this message in context: http://www.nabble.com/Mason-Install-Problem-tp16852862p16852862.html
> Sent from the Perl Mason - Users mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> Mason-users mailing list
> Mason-users@...
> https://lists.sourceforge.net/lists/listinfo/mason-users
>

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users

Re: Mason Install Problem

by vester_s :: Rate this Message:

| View Threaded | Show Only this Message

Hi Ben,

Yeah.. I found that article too and I already able to install this
perl-mason. I do have some problems on the Makefile.PL because I am using
apache2 but using ./Build ./Build install... everything seems to be
installed and configured.

Thanks for all your helps.

Thanks,

-----Original Message-----
From: mason-users-bounces@...
[mailto:mason-users-bounces@...] On Behalf Of BenRifkah
Bergsten-Buret
Sent: Friday, April 25, 2008 2:58 PM
Cc: mason-users@...
Subject: Re: [Mason] Mason Install Problem

Google (
http://www.google.com/search?q=running+Build.PL+Can%27t+locate+the+perl+bina
ry+used+to+run+this+script
) turned up this post on perlmonks.org where a user was having a
similar problem: http://www.perlmonks.org/?node_id=550508

 Near the bottom of the thread a Red Hat user found that setting their
locale helped Module::Build find the Perl binary:
http://www.perlmonks.org/?node_id=623782

 I hope this helps,

 -- Ben

On Thu, Apr 24, 2008 at 2:11 PM, vester_s <s4nnym@...> wrote:
>
> Hi,
>
> I am using apache 2 and have mod_perl installed (version 2.0.4). When i
try

> to install HTML:Mason 1.39, it always fail on the Makefile.pl script. And
> the error shows:
> ""
>
> CPAN: Storable loaded ok
> Going to read /root/.cpan/Metadata
>  Database was generated on Tue, 30 May 2006 17:27:36 GMT
> Running install for module Module::Build::Compat
> Running make for K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz
> CPAN: Digest::MD5 loaded ok
> CPAN: Compress::Zlib loaded ok
> Checksum for
> /root/.cpan/sources/authors/id/K/KW/KWILLIAMS/Module-Build-0.2801.tar.gz
ok

> Scanning cache /root/.cpan/build for sizes
> Deleting from cache: /root/.cpan/build/Module-Build-0.2801 (10.3>10.0 MB)
> Module-Build-0.2801/
> Module-Build-0.2801/Build.PL
> Module-Build-0.2801/Changes
> Module-Build-0.2801/INSTALL
> Module-Build-0.2801/lib/
> ...
>
> # running Build.PL
> Can't locate the perl binary used to run this script in (/usr/bin /usr/bin
> /usr/bin /opt/java/bin /sbin /bin /usr/sbin /usr/bin /usr/local/sbin
> /usr/local/bin /usr/X11R6/bin /opt/apache-ant-1.6.5/bin /usr/bin/perl
> /root/.cpan/build/Module-Build-0.2801/lib/Module /usr/lib /usr/lib/perl5)
> ""
>
> I have perl 5.8.0 installed already and i did delete the /root/.cpan and
try
> it again. But it still has no luck
>
> Can anybody help me on this issue?
>
> thanks,
> --
> View this message in context:
http://www.nabble.com/Mason-Install-Problem-tp16852862p16852862.html
> Sent from the Perl Mason - Users mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
>
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
ne
> _______________________________________________
> Mason-users mailing list
> Mason-users@...
> https://lists.sourceforge.net/lists/listinfo/mason-users
>

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
ne
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users

Parent Message unknown Mason newbie Problem

by vester_s :: Rate this Message:

| View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi,

 

I try this script

Greetings, <% ("Earthlings","Martians") [rand 2] %>

 

Which supposed to be showing me “Greetings, Earthlings” or “Greetings, Martians” in randoms. But all I got is blank page. The Apache has been configured, this is my Mason configuration

“”

PerlSetVar MasonCompRoot /opt/htdocs

PerlSetVar MasonDataDir /opt/htdocs/masonobj

 

PerlSetVar MasonAllowGlobals $dbh

PerlAddVar MasonAllowGlobals $q

 

PerlModule CGI

PerlModule DBI

PerlModule HTML::Mason::ApacheHandler

 

<FilesMatch "\.mhtml$">

    SetHandler perl-script

    PerlHandler HTML::Mason::ApacheHandler

</FilesMatch>

 

“”

Is there something wrong? I do notice that everytime I changed the mhtml file, I need to delete the object that is created in /opt/htdocs/masonobj. Is there a way for me to refresh it automatically the files changed?

 

Thanks,

 


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users

Re: Mason newbie Problem

by Mark Torrance :: Rate this Message:

| View Threaded | Show Only this Message

You probably need to change permissions on the /opt/htdocs/masonobj directory so that the user your Apache is running as has permission to write the files in that directory.

As for the blank page, which sounds like the more serious problem, I would look in the apache error log -- it may have some clue.

--Mark

On Apr 25, 2008, at 4:12 PM, smulyono wrote:

Hi,
 
I try this script
Greetings, <% ("Earthlings","Martians") [rand 2] %>
 
Which supposed to be showing me “Greetings, Earthlings” or “Greetings, Martians” in randoms. But all I got is blank page. The Apache has been configured, this is my Mason configuration
“”
PerlSetVar MasonCompRoot /opt/htdocs
PerlSetVar MasonDataDir /opt/htdocs/masonobj
 
PerlSetVar MasonAllowGlobals $dbh
PerlAddVar MasonAllowGlobals $q
 
PerlModule CGI
PerlModule DBI
PerlModule HTML::Mason::ApacheHandler
 
<FilesMatch "\.mhtml$">
    SetHandler perl-script
    PerlHandler HTML::Mason::ApacheHandler
</FilesMatch>
 
“”
Is there something wrong? I do notice that everytime I changed the mhtml file, I need to delete the object that is created in /opt/htdocs/masonobj. Is there a way for me to refresh it automatically the files changed?
 
Thanks,
 
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users

Re: Mason newbie Problem

by vester_s :: Rate this Message:

| View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

The blank page is already taking care now. J it is also because of the objects did not change to the new one. I did change the permission on /opt/htdocs/masonobj to the user who is running Apache but it still won’t rewrite to the new one, I have to manually delete that object and then all of my changes is reflected.

 

Is there a “good” way to handle this?

 

Thanks,

 


From: Mark Torrance [mailto:mark@...]
Sent: Friday, April 25, 2008 4:16 PM
To: smulyono
Cc: mason-users@...
Subject: Re: [Mason] Mason newbie Problem

 

You probably need to change permissions on the /opt/htdocs/masonobj directory so that the user your Apache is running as has permission to write the files in that directory.

 

As for the blank page, which sounds like the more serious problem, I would look in the apache error log -- it may have some clue.

 

--Mark

 

On Apr 25, 2008, at 4:12 PM, smulyono wrote:



Hi,

 

I try this script

Greetings, <% ("Earthlings","Martians") [rand 2] %>

 

Which supposed to be showing me “Greetings, Earthlings” or “Greetings, Martians” in randoms. But all I got is blank page. The Apache has been configured, this is my Mason configuration

“”

PerlSetVar MasonCompRoot /opt/htdocs

PerlSetVar MasonDataDir /opt/htdocs/masonobj

 

PerlSetVar MasonAllowGlobals $dbh

PerlAddVar MasonAllowGlobals $q

 

PerlModule CGI

PerlModule DBI

PerlModule HTML::Mason::ApacheHandler

 

<FilesMatch "\.mhtml$">

    SetHandler perl-script

    PerlHandler HTML::Mason::ApacheHandler

</FilesMatch>

 

“”

Is there something wrong? I do notice that everytime I changed the mhtml file, I need to delete the object that is created in /opt/htdocs/masonobj. Is there a way for me to refresh it automatically the files changed?

 

Thanks,

 

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users

 


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users

Re: Mason newbie Problem

by Jeremy Blain :: Rate this Message:

| View Threaded | Show Only this Message

Try 'touch'ing the file. Mason will check for updated timestamps on
components to decide whether to recompile or not.
Also look through the documentation for static_source and
static_source_touch_file. It may provide some insight.

smulyono wrote:

> The blank page is already taking care now. J it is also because of the
> objects did not change to the new one. I did change the permission on
> /opt/htdocs/masonobj to the user who is running Apache but it still
> won’t rewrite to the new one, I have to manually delete that object
> and then all of my changes is reflected.
>
> Is there a “good” way to handle this?
>
> Thanks,
>
> ------------------------------------------------------------------------
>
> *From:* Mark Torrance [mailto:mark@...]
> *Sent:* Friday, April 25, 2008 4:16 PM
> *To:* smulyono
> *Cc:* mason-users@...
> *Subject:* Re: [Mason] Mason newbie Problem
>
> You probably need to change permissions on the /opt/htdocs/masonobj
> directory so that the user your Apache is running as has permission to
> write the files in that directory.
>
> As for the blank page, which sounds like the more serious problem, I
> would look in the apache error log -- it may have some clue.
>
> --Mark
>
> On Apr 25, 2008, at 4:12 PM, smulyono wrote:
>
>
>
> Hi,
>
> I try this script
>
> Greetings, <% ("Earthlings","Martians") [rand 2] %>
>
> Which supposed to be showing me “Greetings, Earthlings” or “Greetings,
> Martians” in randoms. But all I got is blank page. The Apache has been
> configured, this is my Mason configuration
>
> “”
>
> PerlSetVar MasonCompRoot /opt/htdocs
>
> PerlSetVar MasonDataDir /opt/htdocs/masonobj
>
> PerlSetVar MasonAllowGlobals $dbh
>
> PerlAddVar MasonAllowGlobals $q
>
> PerlModule CGI
>
> PerlModule DBI
>
> PerlModule HTML::Mason::ApacheHandler
>
> <FilesMatch "\.mhtml$">
>
> SetHandler perl-script
>
> PerlHandler HTML::Mason::ApacheHandler
>
> </FilesMatch>
>
> “”
>
> Is there something wrong? I do notice that everytime I changed the
> mhtml file, I need to delete the object that is created in
> /opt/htdocs/masonobj. Is there a way for me to refresh it
> automatically the files changed?
>
> Thanks,
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone_______________________________________________
> Mason-users mailing list
> Mason-users@...
> <mailto:Mason-users@...>
> https://lists.sourceforge.net/lists/listinfo/mason-users
>
>------------------------------------------------------------------------
>
>-------------------------------------------------------------------------
>This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>Don't miss this year's exciting event. There's still time to save $100.
>Use priority code J8TL2D2.
>http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Mason-users mailing list
>Mason-users@...
>https://lists.sourceforge.net/lists/listinfo/mason-users
>  
>


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@...
https://lists.sourceforge.net/lists/listinfo/mason-users

Re: Mason newbie Problem

by vester_s :: Rate this Message:

| View Threaded | Show Only this Message

I try the script that is on the Mason tutorial, and it is working. But when i try this simple script:

<%def .title>
  Help
</%def>

<html>
<head>
  <title><& .title &> </title>
</head>

<body>
<p>Welcome to HOME</p>

<p>
  Testing HTML MASON
</p>


</body>
</html>

<!-- END OF SCRIPT -->

How come it doesn't show anything at all? the log doesn't seem to report anything. Is there any configuration that i need to do?

thanks,
Jeremy Blain wrote:
Try 'touch'ing the file. Mason will check for updated timestamps on
components to decide whether to recompile or not.
Also look through the documentation for static_source and
static_source_touch_file. It may provide some insight.

smulyono wrote:

> The blank page is already taking care now. J it is also because of the
> objects did not change to the new one. I did change the permission on
> /opt/htdocs/masonobj to the user who is running Apache but it still
> won’t rewrite to the new one, I have to manually delete that object
> and then all of my changes is reflected.
>
> Is there a “good” way to handle this?
>
> Thanks,
>
> ------------------------------------------------------------------------
>
> *From:* Mark Torrance [mailto:mark@vinq.com]
> *Sent:* Friday, April 25, 2008 4:16 PM
> *To:* smulyono
> *Cc:* mason-users@lists.sourceforge.net
> *Subject:* Re: [Mason] Mason newbie Problem
>
> You probably need to change permissions on the /opt/htdocs/masonobj
> directory so that the user your Apache is running as has permission to
> write the files in that directory.
>
> As for the blank page, which sounds like the more serious problem, I
> would look in the apache error log -- it may have some clue.
>
> --Mark
>
> On Apr 25, 2008, at 4:12 PM, smulyono wrote:
>
>
>
> Hi,
>
> I try this script
>
> Greetings, <% ("Earthlings","Martians") [rand 2] %>
>
> Which supposed to be showing me “Greetings, Earthlings” or “Greetings,
> Martians” in randoms. But all I got is blank page. The Apache has been
> configured, this is my Mason configuration
>
> “”
>
> PerlSetVar MasonCompRoot /opt/htdocs
>
> PerlSetVar MasonDataDir /opt/htdocs/masonobj
>
> PerlSetVar MasonAllowGlobals $dbh
>
> PerlAddVar MasonAllowGlobals $q
>
> PerlModule CGI
>
> PerlModule DBI
>
> PerlModule HTML::Mason::ApacheHandler
>
> <FilesMatch "\.mhtml$">
>
> SetHandler perl-script
>
> PerlHandler HTML::Mason::ApacheHandler
>
> </FilesMatch>
>
> “”
>
> Is there something wrong? I do notice that everytime I changed the
> mhtml file, I need to delete the object that is created in
> /opt/htdocs/masonobj. Is there a way for me to refresh it
> automatically the files changed?
>
> Thanks,
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone_______________________________________________
> Mason-users mailing list
> Mason-users@lists.sourceforge.net
> <mailto:Mason-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/mason-users
>
>------------------------------------------------------------------------
>
>-------------------------------------------------------------------------
>This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>Don't miss this year's exciting event. There's still time to save $100.
>Use priority code J8TL2D2.
>http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Mason-users mailing list
>Mason-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/mason-users
>  
>


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users