View previous topic :: View next topic |
Author |
Message |
mattrm
Posts: 4
Joined: 15 Jul 2008
|
Posted: Wed Aug 26, 2009 2:09 am Post subject: libXmu.so.6 error on Fedora 11 x64 |
|
|
Hello,
I've download the demo version of the last Uvlayout and after made all that need to do to launch it, like :
variables, paste export LD_LIBRARY_PATH=$HEADUS_HOME/lib in my bash profile also (I don't have any login script). I always have this error :
cysliceD: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory
Somebody have an idea ?
Best Regards,
Matt |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Wed Aug 26, 2009 5:36 pm Post subject: |
|
|
Sounds like you need to install the "libXp" shared library.
I'm a fan myself of 'yumex', because its easier to search for available
packages, but you can do the same with yum.
yum search libXp
... will search the repositories for a package with the string in its name (its
usually the same as the missing shared library) and then this installs
it ...
yum install libXp
Phil |
|
Back to top |
|
 |
mattrm
Posts: 4
Joined: 15 Jul 2008
|
Posted: Fri Aug 28, 2009 2:33 am Post subject: |
|
|
Hello,
I have already the libXp and LibXp-devel on my system.
My .bashrc file looks like that :
Code: |
export HEADUS_HOME=/home/mattrm/PROGRAMMES/UVLayout-demo
export LD_LIBRARY_PATH=$HEADUS_HOME/lib
...
PATH=$PATH:$CUTTERPATH:$SHRIMPTEMP:$SHRIMP_HOME:$HEADUS_HOME/bin
|
An other idea ? Do need to add a .login script with the sch setenv for the lib ?
Thanks,
Matt |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Fri Aug 28, 2009 7:10 pm Post subject: |
|
|
Your subject line says "libXmu.so.6 error" ... is that the one that's really missing, and not libXp?
Other than that, I'm stumped. I know that the demo works under F11 once a couple of missing libraries are installed, because I've done it here recently.
Phil |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Fri Aug 28, 2009 7:41 pm Post subject: |
|
|
I had a thought ... the demo is a 32bit build, so if you're running that under a 64bit OS I'm wondering if you need to install 32bit versions of libXp etc? If thats the case then try 'yum install libXp.i386'. You may need to do some others as well. I'll be able to test it myself on Monday.
Phil |
|
Back to top |
|
 |
mattrm
Posts: 4
Joined: 15 Jul 2008
|
Posted: Sat Aug 29, 2009 12:29 am Post subject: |
|
|
Oki, thanks,
I'll waiting monday.
Thanks again.
Matt |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Sun Aug 30, 2009 9:19 pm Post subject: |
|
|
I can now at least confirm that the 32bit demo runs fine under Fedora 10 x64. This is on an unclean system though ... one I use for development work ... so all the "i386" libraries were loaded a long time ago.
Actually, I just found the original posting when I worked all this out ...
http://www.headus.com/phpbb/viewtopic.php?p=3598#3598
There's a pretty good chance it'll work for Fedora 11 x64 too!
Phil |
|
Back to top |
|
 |
|