linux install on mint

VIP Information, news and announcements regarding new Octane Render commercial products and releases.
Post Reply
matmcc
Licensed Customer
Posts: 5
Joined: Tue May 29, 2012 1:55 am

Hi,

Just installed a fresh copy of Linux Mint 13 Maya 32-bit.

Installed Nvidia driver 295.40 and CUDA toolkit 4.2.

Unpacked OctaneRender_COM_1025_beta257_linux_x64 and tried to run the octane binary executable but nothing.

The octane executable has executable permissions.

So I wrapped the the launch in a shell script because maybe the CUDA paths aren't being set:

Code: Select all

#!/bin/bash
# 
export PATH=$PATH:/usr/local/cuda/bin
echo "PATH is:"
echo $PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib
echo "LD_LIBRARY_PATH is:"
echo $LD_LIBRARY_PATH
~/Downloads/OctaneRender_COM_1025_beta257_linux_x64/octane
but again nothing..

So I'm wondering if it's because I'm using the 32-bit Mint with the 64-bit Octane? Otherwise what am I doing incorrectly?

M
User avatar
matej
Licensed Customer
Posts: 2083
Joined: Fri Jun 25, 2010 7:54 pm
Location: Slovenia

matmcc wrote: So I'm wondering if it's because I'm using the 32-bit Mint with the 64-bit Octane?
Yes. And there wont be an Octane build for 32 bit Linux, so better install 64 bit Mint (I see no reasons to use a 32bit os, not in 2012).
SW: Octane 3.05 | Linux Mint 18.1 64bit | Blender 2.78 HW: EVGA GTX 1070 | i5 2500K | 16GB RAM Drivers: 375.26
cgmo.net
matmcc
Licensed Customer
Posts: 5
Joined: Tue May 29, 2012 1:55 am

OK - thanks
M
Post Reply

Return to “Commercial Product News & Releases (Download here)”