in reply to Re: XSLoader can't load Storable.dll
in thread XSLoader can't load Storable.dll

Here you go:

user:/usr/home/louhevly/lib/perl5/5.22/x86_64-cygwin-threads/auto $ ls -ld Data/ Storable/ drwxr-xr-x 1 user Ninguno 0 Jan 25 08:03 Data// drwxr-xr-x 1 user Ninguno 0 Jan 25 08:03 Storable//

Replies are listed 'Best First'.
Re^3: XSLoader can't load Storable.dll
by dave_the_m (Monsignor) on Feb 07, 2017 at 09:12 UTC
    Well those permissions look fine. Have you tried running the script directly from the command line, or is it being invoked by apache?

    Dave.

      Yes, it runs fine from the command line. According to Windows task manager the username it's running under is "user", which is me. ps seems to tell a different story:

      $ ps -Wa | grep Apache PID PPID PGID WINPID TTY UID STIME COMMAND 3748 0 0 3748 ? 0 07:22:19 C:\usr\local\apache\Apache\ +Apache.exe

      Thanks again for your help