Re: [SlimDevices: Beta] Fetching 7.8 from Git and running on an SSD

2012-08-01 Thread erland
Philip Meyer wrote: > Old server was Win XP 32 bit. New PC is Win7 64 bit. > I have fetched LMS 7.8 from the git repository, and copied my cache, > prefs and server/Plugins from my previous setup. > ActivePerl v.5.14.2 and 5.14.1 64 bit didn't work (see previous thread > emails). > > I tried in

Re: [SlimDevices: Beta] Fetching 7.8 from Git and running on an SSD

2012-08-01 Thread gharris999
Philip Meyer wrote: > Why is there a problem with Zip? All plugins worked fine on previous > server (Win XP 32 bit). This is a bug, I think. Modify line 16 in CPAN\Compress\Raw\Zlib.pm. Change it to: $VERSION = '2.037'; Then you'll be able to install plugins using the extension downloader.

Re: [SlimDevices: Beta] Fetching 7.8 from Git and running on an SSD

2012-08-01 Thread Phil Meyer
>Could it be that the installer usually setup LMS to run in 32-bit mode >but since you use the git version the installer never runs so you have >to do this manually yourself ? >(I'm just guessing as I don't have a 64-bit Windows installation myself) Possibly. I don't know if there's anything to b

Re: [SlimDevices: Beta] Fetching 7.8 from Git and running on an SSD

2012-08-01 Thread gharris999
erland wrote: > Could it be that the installer usually setup LMS to run in 32-bit mode > but since you use the git version the installer never runs so you have > to do this manually yourself ? > (I'm just guessing as I don't have a 64-bit Windows installation myself)With > the git code, there is

Re: [SlimDevices: Beta] Fetching 7.8 from Git and running on an SSD

2012-08-01 Thread Phil Meyer
>Philip Meyer wrote: >> So, why doesn't LMS work with my 64 bit Perl install?Because all the dlls >> under CPAN\arch\5.14\MSWin32-x86-multi-thread\auto >are built for 32 bits? > But I thought someone said that it was working for them with Perl x64, so I assumed that 32 bit modules would work wit

Re: [SlimDevices: Beta] Fetching 7.8 from Git and running on an SSD

2012-08-01 Thread mherger
You probably can get the 64 bit version to run on Windows, but you will need to compile a lot of the binaries yourself. Do yourself a favour and run perl 32 bit. It will run out of the box (it's how we are developing on Windows) ---

Re: [SlimDevices: Beta] Fetching 7.8 from Git and running on an SSD

2012-08-01 Thread Philip Meyer
mherger wrote: > You probably can get the 64 bit version to run on Windows, but you will > need to compile a lot of the binaries yourself. Do yourself a favour and > run perl 32 bit. It will run out of the box (it's how we are developing > on Windows) Okay, I didn't realise there would be a probl

Re: [SlimDevices: Beta] Fetching 7.8 from Git and running on an SSD

2012-08-01 Thread Philip Meyer
gharris999 wrote: > This is a bug, I think. Modify line 16 in CPAN\Compress\Raw\Zlib.pm. > Change it to: > > $VERSION = '2.037'; > > Then you'll be able to install plugins using the extension downloader. > I have no idea why this only crops up with the git code on windows. I'll have a go at

Re: [SlimDevices: Beta] Fetching 7.8 from Git and running on an SSD

2012-08-01 Thread gharris999
gharris999 wrote: > This is a bug, I think. Modify line 16 in CPAN\Compress\Raw\Zlib.pm. > Change it to: > > $VERSION = '2.037'; > > Then you'll be able to install plugins using the extension downloader. > I have no idea why this only crops up with the git code on windows.OK, I > don't thin

Re: [SlimDevices: Beta] Fetching 7.8 from Git and running on an SSD

2012-08-01 Thread Phil Meyer
>Anyway, as far as I know, just updating the $VERSION string as above is >harmless and gets things working. > I applied this frig, and it does seem to be working okay. I installed Perl 5.14.2 x32, so if I were to install Perl 5.14.1 instead, I wouldn't have had this problem? Phil ___

Re: [SlimDevices: Beta] Fetching 7.8 from Git and running on an SSD

2012-08-01 Thread gharris999
Philip Meyer wrote: > >Anyway, as far as I know, just updating the $VERSION string as above > is > >harmless and gets things working. > > > I applied this frig, and it does seem to be working okay. > > I installed Perl 5.14.2 x32, so if I were to install Perl 5.14.1 > instead, I wouldn't have ha

Re: [SlimDevices: Beta] Fetching 7.8 from Git and running on an SSD

2012-08-01 Thread Michael Herger
No, that's exactly what I'm talking about - simultaneous instances. I've run as many as 10 or 12 instances on my server simultaneously with the SVN checkouts. BTW: why would you want to run that many instances? -- Michael ___ beta mailing list beta@l