Windows Perl Scripting Forums » Perl

Win32::Daemon 64 bit perl

(5 posts)

  1. mjc
    Member

    Anyone had any success compiling Win32::Daemon for 64 bit perl?

    v5.8.8 built for MSWin32-AMD64-multi-thread

      Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT
                            PERL_IMPLICIT_SYS PERL_MALLOC_WRAP
                            PL_OP_SLAB_ALLOC USE_64_BIT_INT USE_ITHREADS
                            USE_LARGE_FILES USE_PERLIO

    Getting 100+ errors in header files before even getting to cpp code, suspect there may be an option to tell Visual Studio to be less strict but don't know what that is.

    Any suggestions gratefully accepted, thanks in advance.

    Posted 5 years ago #
  2. jkstill
    Member

    Has anyone here found a solution for this?

     I  use Win32::Daemon for monitoring, and now needed it on x64.

     

     

    Posted 5 years ago #
  3. rokdun
    Member

    I am interested too. I saw that there is a new (beta) version of Win32::Daemon, but I only found pre-compiled zips, and no sources (but mayb I didn't look at the right place). With the sources, I'd be willing to try to compile it on Windows 64 bits :-)

    Posted 4 years ago #
  4. jkstill
    Member

    ok, I tried this again.

     I have successfully installed a service using Win32::Daemon on a 64 bit server.

    The perl script I used to setup the service was run using the C:\WINDOWS\SysWOW64\cmd.exe CMD window.

    If you run a registry script, be sure to run it from this command window as well, so that the registry entries will end up in the  Wow6432node area.

     

    Posted 4 years ago #
  5. BitMonkey
    Member

    jkstill - were you using 32-bit Perl or 64-bit Perl when you used the SysWOW64 cmd.exe?

    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.