Are there any known issues with CkDirTree (C++) on Centos 7? I'm attempting to use Chilkat in the same fashion I always had before (same codebase), but I'm now failing on the BeginIterate() step when using CkDirTree. No error code or text is returned (even with VerboseLogging enabled), so I'm not entirely sure how to debug it.
I've verified the directory exists and that permissions are such that I should be able to peruse the directory. strace didn't reveal any obvious answers either.