in reply to Re^8: Perl Memcached client under Windows XP
in thread Perl Memcached client under Windows XP

I'm sorry! I forgot to mention that I also get these test failures. They seem to relate to newlines when writing/parsing the status messages. Storing and retrieving values seems to work still.

  • Comment on Re^9: Perl Memcached client under Windows XP

Replies are listed 'Best First'.
Re^10: Perl Memcached client under Windows XP
by brancusi (Novice) on May 30, 2010 at 18:18 UTC
    Storing and retrieving values seems to work still.

    Not at my end :( Tried moving to Strawberry Perl this afternoon, the Cache::Memcached module won't make without being forced, and after being forced, has the same faults as before. Gets and Sets not working :(

    UPDATE

    I have discovered that Cache::Memcached::Fast DOES build and work under Strawberry perl, so at least this confirms that the problem is not inherent with my XP system. And I've discovered Strawberry Perl for the first time too ...

    PLUS

    I've switched back to Activestate perl and done the same build, that ALSO now works, so it seems that installing Cache::Memcached::Fast on windows XP is the solution.