Re: [challenge] new mod_perl site - [OT]

2001-11-17 Thread allan

works !
thanks

allan

Stas Bekman wrote:
> 
> allan wrote:
> 
> > hello
> >
> > does anyone know what to do with this problem, which happens
> > to me on Macintosh os X 10.1:
> 
> I think the old cache files created on linux using Storable aren't
> compat with osx. Try to delete them first:
> 
> % cd src
> % find . -type f -name cache.html.dat -exec rm {} \;
> 
> Do you still have this problem?
> 
> > [localhost:/Applications/modperl-site-new] aju% bin/build -vf
> > #
> > ### HTML DocSet: Home ###
> > #
> > +++ Reading cache from /Applications/modperl-site-new/bin/../src/cache.html.dat
> > Byte order is not compatible at blib/lib/Storable.pm
> > (autosplit into blib/lib/auto/Storable/_retrieve.al) line 311,
> > at /Library/Perl/DocSet/Cache.pm line 37
> > [localhost:/Applications/modperl-site-new] aju%
> >
> >
> >
> >
> > i have no problem with this:
> > [localhost:/Applications/DocSet/example] aju% bin/build -vf
> 
> because this one doesn't have the old cache files. Sorry about that.
> I'll release anothe src without the cache files.
> 
> _
> Stas Bekman JAm_pH  --   Just Another mod_perl Hacker
> http://stason.org/  mod_perl Guide   http://perl.apache.org/guide
> mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
> http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



Re: [challenge] new mod_perl site - [OT]

2001-11-16 Thread Stas Bekman

william ross wrote:

> same here, also on 10.1.
> 
> I got past that one by forcing the got_storable sub to return 0, just 
> out of curiosity, and was rewarded with complaints about the absence of 
> Pod::POM::View::HTML. which is certainly absent.


This is a CPAN module. Please install it first. 'perl Makefile.PL' 
should have warned you about it.


> i imagine that a lot of the people you would most like to respond to 
> your challenge are using OS X...

_
Stas Bekman JAm_pH  --   Just Another mod_perl Hacker
http://stason.org/  mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/




Re: [challenge] new mod_perl site - [OT]

2001-11-16 Thread Stas Bekman

allan wrote:

> hello
> 
> does anyone know what to do with this problem, which happens
> to me on Macintosh os X 10.1:


I think the old cache files created on linux using Storable aren't 
compat with osx. Try to delete them first:

% cd src
% find . -type f -name cache.html.dat -exec rm {} \;

Do you still have this problem?


> [localhost:/Applications/modperl-site-new] aju% bin/build -vf
> #
> ### HTML DocSet: Home ###
> #
> +++ Reading cache from /Applications/modperl-site-new/bin/../src/cache.html.dat
> Byte order is not compatible at blib/lib/Storable.pm
> (autosplit into blib/lib/auto/Storable/_retrieve.al) line 311,
> at /Library/Perl/DocSet/Cache.pm line 37
> [localhost:/Applications/modperl-site-new] aju%
> 
> 
> 
> 
> i have no problem with this:
> [localhost:/Applications/DocSet/example] aju% bin/build -vf

because this one doesn't have the old cache files. Sorry about that. 
I'll release anothe src without the cache files.

_
Stas Bekman JAm_pH  --   Just Another mod_perl Hacker
http://stason.org/  mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/




Re: [challenge] new mod_perl site - [OT]

2001-11-16 Thread william ross

same here, also on 10.1.

I got past that one by forcing the got_storable sub to return 0, just 
out of curiosity, and was rewarded with complaints about the absence 
of Pod::POM::View::HTML. which is certainly absent.

i imagine that a lot of the people you would most like to respond to 
your challenge are using OS X...

will


At 9:06 pm +0100 16/11/01, allan wrote:
>hello
>
>does anyone know what to do with this problem, which happens
>to me on Macintosh os X 10.1:
>
>
>[localhost:/Applications/modperl-site-new] aju% bin/build -vf
>#
>### HTML DocSet: Home ###
>#
>+++ Reading cache from 
>/Applications/modperl-site-new/bin/../src/cache.html.dat
>Byte order is not compatible at blib/lib/Storable.pm
>(autosplit into blib/lib/auto/Storable/_retrieve.al) line 311,
>at /Library/Perl/DocSet/Cache.pm line 37
>[localhost:/Applications/modperl-site-new] aju%
>
>
>
>
>i have no problem with this:
>[localhost:/Applications/DocSet/example] aju% bin/build -vf
>
>
>thanks
>allan




Re: [challenge] new mod_perl site - [OT]

2001-11-16 Thread allan

hello

does anyone know what to do with this problem, which happens
to me on Macintosh os X 10.1:


[localhost:/Applications/modperl-site-new] aju% bin/build -vf
#
### HTML DocSet: Home ###
#
+++ Reading cache from /Applications/modperl-site-new/bin/../src/cache.html.dat
Byte order is not compatible at blib/lib/Storable.pm
(autosplit into blib/lib/auto/Storable/_retrieve.al) line 311,
at /Library/Perl/DocSet/Cache.pm line 37
[localhost:/Applications/modperl-site-new] aju%




i have no problem with this:
[localhost:/Applications/DocSet/example] aju% bin/build -vf


thanks
allan