Linux Headless Server Build

Hi All,

There is no Forum for Linux Builds… so I’m putting this in here.

I’m attempting to run an Ubuntu 15 server and I am running a Client / Headless Server. Currently the Server just starts and connects to a mySQL Database which works on my Mac, but when I build it for Linux and then upload it. I am getting a PATH error

Set Current directory to /usr/pserver/persver…
Found path / usr/psever/pserver…
There is no data folder.

I have added both the application and the data folders into the /etc/envrionment and I get the same errors.

I would have thought that unity used relative paths so location should not be a problem…

Any Suggestions ?

data folder needs to be next to executable and be named (executablename)_data.

yeah I have that… I think the data folder has a capital (exename)_Data would that make a difference cause if I can just name change… I’d be happy !

Linux filepaths are case sensitive. Just about everything in Linux is.

Thanks for that… I did a recompile and uploaded it and it just started working…