View previous topic :: View next topic |
Author |
Message |
breksis
Posts: 15
Joined: 28 Oct 2013
|
Posted: Mon Oct 28, 2013 8:09 am Post subject: Ubuntu 13.04 64bit demo install trouble |
|
|
Hello,
heard lots of good things about the tool so decided to give it a shot and install the latest demo version on my Ubuntu 13.04 (64bit)
Here are the steps I did
1) downloaded uvlayout-demo.64.tgz (ed: 2013-10-25 16:2
2) downloaded headus-missing-libs.64.tgz (ed: 2012-06-28 13:17)
3) sudo gedit ~/.bashrc and added all 3 lines at the end and saved:
export HEADUS_HOME=/usr/local/uvlayout-demo
export PATH=$HEADUS_HOME/bin:$PATH
export LD_LIBRARY_PATH=$HEADUS_HOME/lib
4) sudo mkdir -p $HEADUS_HOME
5) sudo tar xvfoz uvlayout-demo.64.tgz --directory=$HEADUS_HOME/..
6) unarchived headus-missing-libs.64.tgz to headus lib dir
7) typed headus in shell
and it gives the following error:
headus: error while loading shared libraries: libGLEW.so.1.5: cannot open shared object file: No such file or directory
libGLEW.so.1.5 is not on my system, it is also not in the headus install files and not in the missing libs archive either.
Tried this on two separate machines, both Ubuntu 13.04 64bit, got identically the same result.
Please advise.
Thank you. |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Mon Oct 28, 2013 10:46 pm Post subject: |
|
|
My apologies, I added some things to UVLayout recently (like support for EXR images) but didn't check the latest releases under Ubuntu. I've done that now and have updated my Ubuntu notes accordingly. You can see those here ...
http://www.uvlayout.com/doc/Installation_Guide:_Ubuntu_12-04LTS
That's for 12, so hopefully it works for 13 as well. If not, let me know and I'll update by Ubuntu here to test with.
Phil |
|
Back to top |
|
 |
breksis
Posts: 15
Joined: 28 Oct 2013
|
Posted: Tue Oct 29, 2013 12:39 am Post subject: |
|
|
Thank you Phil for your quick reply. I've executed your provided command line and here is the output:
Code: |
sudo apt-get install libjpeg62 xfonts-75dpi tcsh libglew1.5 libopenexr6
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglew1.5-dev' for regex 'libglew1.5'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
libglew-dev is already the newest version.
libjpeg62 is already the newest version.
libopenexr6 is already the newest version.
libopenexr6 set to manually installed.
tcsh is already the newest version.
xfonts-75dpi is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. |
Trying to launch headus gives the same error:
Code: | headus: error while loading shared libraries: libGLEW.so.1.5: cannot open shared object file: No such file or directory
|
Maybe you could suggest a way how i can run windows version through wineHQ? Have you managed to do that? Tried that already, however it gives errors as soon as trying to display any window. Not sure what additional DLL Libraries should specify to install for UVLayout to work in wineHQ.
Thanks |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Tue Oct 29, 2013 12:53 am Post subject: |
|
|
OK, looks like there are differences then between Ubuntu 12 and 13. I'll upgrade here so I can debug the install properly.
Oh, and I've never tried wine. I do regularly run UVLayout under qemu though, but you need to install a full OS (XP recommended) to get that working, so a lot of effort to just run the demo. Hopefully I'll have an install procedure for Ubuntu 13 worked out maybe tomorrow.
Phil |
|
Back to top |
|
 |
breksis
Posts: 15
Joined: 28 Oct 2013
|
Posted: Tue Oct 29, 2013 1:43 am Post subject: |
|
|
Appreciate Phil
Thanks |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Tue Oct 29, 2013 11:06 pm Post subject: |
|
|
I got it working :) I needed to grab the libGLEW file from Ubuntu12 though, so no "sudo apt-gets" will do the job unfortunately. I'll update the headus-missing-libs file and the install notes, and will let you know when all thats ready (hopefully sometime later today).
Phil |
|
Back to top |
|
 |
breksis
Posts: 15
Joined: 28 Oct 2013
|
Posted: Tue Oct 29, 2013 11:11 pm Post subject: |
|
|
tricky, isnt it?
alright, standing by
Thanks |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
|
Back to top |
|
 |
breksis
Posts: 15
Joined: 28 Oct 2013
|
Posted: Wed Oct 30, 2013 1:24 am Post subject: |
|
|
Thank you Phil for extra effort, now all is working fine. |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Wed Oct 30, 2013 2:23 am Post subject: |
|
|
Great! Thanks for the good news.
Phil |
|
Back to top |
|
 |
|