ID 363966 - Python Interpreter raises a RunTimeError when opening some scripts with certain paramaters on Linux

Follow

Problem summary
Python Interpreter raises a RunTimeError when opening some scripts with certain paramaters on Linux. In this example, the issue seems to occur when opening a script containing a read node set to read a tiff file.
This has also been seen to occur when reading in a script with a file_type property set to .tiff on the Write node.

Customer reported version
nuke.11.2v3

Customer reported platform
n_a_linux

Steps to reproduce
1) Open a terminal window. 
2) Navigate to the Nuke Installation Directory in the terminal window.
3) Run the following commands:

./pythonimport nukenuke.scriptOpen("/absolute/path/to/examplescript.nk")
Result: The terminal returns this error:

    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    RuntimeError: /usr/local/Nuke11.2v3/plugins/tiffReader.so: undefined symbol: _intel_fast_memcpy


Workaround
Unknown.

Reproduced by support
This bug has been reproduced in:
11.2v3 - Centos 7.4
11.2v1 - Centos 7.4
11.1v6 - Centos 7.4
11.1v1 - Centos 7.4
11.0v4 - Centos 7.4
11.0v1 - Centos 7.4

Unable to reproduce bug in:
11.2v3 - Windows 10, OSX 10.13.5
10.5v7 - Centos 7.4

Earliest version tested
10.5v7 - Centos 7.4 - This issue no longer appears in this version and has regressed
Expected behaviour
The Python interpreter provided with Nuke should not raise a RuntimeError when opening a script.

Actual behaviour
The Python interpreter raises a RuntimeError when opening a script with specific settings.
 

    We're sorry to hear that

    Please tell us why