Well, today I had enough of AS perl, the various flavors of
So I uninstalled every ounce of AS perl, and installed Strawberry Perl. It's been smooth compiling ever since.
I'm always late to the party it seems. (I fear change. I shall keep my bushes.)
Thanks! (Score:1)
That's great news! Welcome to the movement!
Please keep an eye on win32.perl.org [perl.org] for the latest developments. Thanks to some heroic participants (chorny++) Vanilla Perl Problem Modules [perl.org] has become a great source of information for what problems we're still facing. Also #win32 usually has several lurkers who can answer questions.
Re: (Score:1)
My concern... (Score:1)
What about mod_perl and DBD::Oracle? Both of those "just work" with AS Perl. I don't have to set Oracle HOME and I don't have to have the header files. They just install and work for me. Is SP going to be the same?
Re: (Score:1)
As for DBD::Oracle, isn't that one a special case? Something about the weird legalities?
Re: (Score:1)
My point is that I can use PPM to install platform binaries for both of those modules without any hassle and they work.
Re: (Score:1)
But then there were things like DBD::SQLite and Scalar::Util that caused no end of grief as a ppm (from theoryx) because you never quite know what it decided to compile againste (.NET1,
At least with Strawberry Perl, I have just a tad bit more likelyhood that if will work on any other instance of strawberry perl, rather than preying that my machin
It won't be Alien:: (Score:1)
There is a more general problem of integrating with external binary installers.
Part of that the solution to that problem is likely to be something I like to call GNU/Windows, which is likely to be some form of PAR-based binary packing system specifically for Windows.
Most like based on PAR::Repository... but the details are still a bit unclear, as there are more fundamental problems that need to be solved first, like cross-languag
Re: (Score:1)
I start this whole Win32 process in the first place because I got sick of not being able to run my own code on my own laptop.
I'll happily sacrifice mod_perl and DBD::Oracle for a few months in exchange for the ability to be able to install every other "normal" module.
And someone will get to mod_perl et al eventually.
Re: (Score:1)
POE is in PPM (theoryx) as is PPI and I haven't had a problem with DBD::SQLite.
Unfortunately I "have to have" mod_perl and DBD::Oracle so I can't sacrifice those at the alter of using SP.
Re: (Score:1)
That, frankly, is really screwy logic.
It should either work out of the box, or it's "broken". There might be workarounds, but I've been through this situation once already with RPM, using workarounds and what have you.
And I'm sick of it.
As for mod_perl and DBD::Oracle, of course you should stick with ANY way you can make it work. And when someone makes those two work, I look forward to seeing you on Strawberry then
Re: (Score:1)
I think it's up to DBD::Oracle's code being dependent on VS rather than AS Perl, but I may be mistaken.