Tests failing on CentOS 7 build

Hi Isaiah,

You nailed it again! Must have been something about the AWS shared object I had displayed on my LD_LIBRARY_PATH not playing nicely with the tiledb library. I force built all the dependencies and now my tests are building.

For what it’s worth, the --disable-werror flag for the cmake setup does not propagate to the dependencies, so I had to restart the AWS install after running a find-and-sed command to strip the -Werror flags from the build files in order for the build to complete.

thanks again!

2 Likes