Hi,
I was wondering exactly what I need in my LD_LIBRARY_PATH on Linux in order for vray slave to function properly. I'm on V-Ray 3 stable build 25208.
Inheriting an old setup from V-Ray 2.x and early 3.x beta, I've been using the following, which I noticed now results in an error:
The error, when launching [vray_installation]/maya_vray/bin/vray.bin -server -portNumber=20210:
If I remove the first path (listed above) which points to a lib folder in the Maya installation, it seems that the slave starts up without errors.
I was wondering exactly what I need in my LD_LIBRARY_PATH on Linux in order for vray slave to function properly. I'm on V-Ray 3 stable build 25208.
Inheriting an old setup from V-Ray 2.x and early 3.x beta, I've been using the following, which I noticed now results in an error:
Code:
[vray_installation]/maya_root/lib [vray_installation]/vray/lib/linux_x64/gcc-4.4 [maya_installation]/plug-ins/xgen/lib
The error, when launching [vray_installation]/maya_vray/bin/vray.bin -server -portNumber=20210:
Code:
/192.168.0.225/Pipeline/bin/vray/builds/141107_stable_v25208_maya2015_linux/maya_vray/bin/vray.bin: symbol lookup error: /192.168.0.225/Pipeline/bin/vray/builds/141107_stable_v25208_maya2015_linux/maya_root/lib/libvray.so: undefined symbol: _ZNK9QCheckBox15minimumSizeHintEv
Comment