Interesting. It would not surprise me if it was a bug in ActivePerl. I am doing all my testing on Win32/VanillaPerl because when we do installers, we will be able to distribute it. Works fine in VanillaPerl. If you want to try this, I would suggest downloading Strawberry Perl, installing the necessary CPAN modules, and having a go at it.
We are going this way after talking with the VanillaPerl/Strawberry Perl developers. They classify Strawberry as alpha-quality largely because some third party CPAN modules don't work right (but all those we rely on do). Since ActivePerl is not redistrutable, we can't use for our own installer. What we found in the testing was that ActiveState did some pretty heavy lifting to make sure that certain things worked the same way on Win32 as on Linux. In particular exec() is pretty heavily emulated, but I don't know what else they have changed. I can tell you that this does not occur on my VanillaPerl (basically Strawberry Perl without Bundle::CPAN) setup. We may have to remove ActivePerl from the instructions and rely solely on Strawberry. Best Wishes, Chris Travers On 11/24/06, Kwasi Anim <[EMAIL PROTECTED]> wrote: > Chris, > > Just to give you more information, I have an identical setup on WinXP and > Linux. The linux on works fine but the WinXP on does not. I think it is OS > related issue, probably Perl? They are both 5.8.8. > > ----- Original Message ---- > From: Chris Travers <[EMAIL PROTECTED]> > To: [email protected] > Sent: Friday, 24 November, 2006 7:15:52 PM > Subject: Re: [Ledger-smb-users] Unable to use admin functions > > Hmmm... Does your password contain any special characters, such as > ?'s, &'s, or ='s? > > ?'s are now legal as of beta 3. > THe others may cause issues with the redirect mechanism. > > Best WIshes, > Chris Travers > > On 11/23/06, Kwasi Anim <[EMAIL PROTECTED]> wrote: > > > > > > ----- Original Message ---- > > From: Chris Travers <[EMAIL PROTECTED]> > > To: [email protected] > > Sent: Thursday, 23 November, 2006 7:07:51 PM > > Subject: Re: [Ledger-smb-users] Unable to use admin functions > > > > Which beta are you using? Also: > > > > I am using 1.2 beta 2. > > > > 1) Which version of Perl are you using? > > > > ActiveState Perl version 5.8.8 > > > > 2) Which DBD::Pg drivers are being used? > > > > DBD::Pg 1.49 > > > > > > > > > > > > > > > > > > ___________________________________________________________ > > Inbox full of spam? Get leading spam protection and 1GB storage with All > > New Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Ledger-smb-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/ledger-smb-users > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Ledger-smb-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-users > > > > > Send instant messages to your online friends http://uk.messenger.yahoo.com > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Ledger-smb-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-users > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Ledger-smb-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
