Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > x86 64-bit Users
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

x86 64-bit Users
For the discussion of Ubuntu on the AMD 64 platform.

 
Thread Tools Display Modes
Old October 30th, 2005   #11
RAOF
Ubuntu Developer
 
Join Date: Jul 2005
Location: Sydney
Beans: 2,502
Ubuntu Jaunty Jackalope (testing)
Send a message via MSN to RAOF
Re: Easy?

Quote:
Originally Posted by mloskot
I have the same problem.
I have all libXxf86*.so.* libraries installed to /usr/lib

Here is what ldd says:

Code:
mloskot@dog:~/download/skype-1.2.0.17$ ldd ./skype
        linux-gate.so.1 =>  (0xffffe000)
        libGL.so.1 => /usr/lib32/libGL.so.1 (0x55585000)
        libXmu.so.6 => /usr/lib32/libXmu.so.6 (0x555eb000)
        libXrandr.so.2 => /usr/lib32/libXrandr.so.2 (0x55600000)
        libXcursor.so.1 => /usr/lib32/libXcursor.so.1 (0x55603000)
        libXft.so.2 => /usr/lib32/libXft.so.2 (0x5560c000)
        libfreetype.so.6 => /usr/lib32/libfreetype.so.6 (0x5561e000)
        libfontconfig.so.1 => /usr/lib32/libfontconfig.so.1 (0x55688000)
        libSM.so.6 => /usr/lib32/libSM.so.6 (0x556b7000)
        libICE.so.6 => /usr/lib32/libICE.so.6 (0x556be000)
        libdl.so.2 => /lib32/tls/libdl.so.2 (0x556d7000)
        libXext.so.6 => /usr/lib32/libXext.so.6 (0x556da000)
        libX11.so.6 => /usr/lib32/libX11.so.6 (0x556e7000)
        libpthread.so.0 => /lib32/tls/libpthread.so.0 (0x557a7000)
        libstdc++.so.5 => /usr/lib32/libstdc++.so.5 (0x557b9000)
        libm.so.6 => /lib32/tls/libm.so.6 (0x55873000)
        libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0x55895000)
        libc.so.6 => /lib32/tls/libc.so.6 (0x558a0000)
        libXxf86vm.so.1 => not found
        libdrm.so.1 => not found
        libXt.so.6 => /usr/lib32/libXt.so.6 (0x559cf000)
        libXrender.so.1 => /usr/lib32/libXrender.so.1 (0x55a1d000)
        libXfixes.so.3 => /usr/lib32/libXfixes.so.3 (0x55a25000)
        libz.so.1 => /usr/lib32/libz.so.1 (0x55a29000)
        libexpat.so.1 => /usr/lib32/libexpat.so.1 (0x55a3d000)
        /lib/ld-linux.so.2 (0x55555000)
        libXau.so.6 => /usr/lib32/libXau.so.6 (0x55a5d000)
        libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0x55a60000)
...
You might notice that all of the libs referenced are actually under the /usr/lib32 directory. That's because skype, as a 32bit binary, needs 32bit libs, and cannot link to the 64bit libs you've got in /usr/lib. I suspect that you wouldn't find a libXxf86vm.so.1 under the /usr/lib32 directory, and that's what it's complaining about.
RAOF is offline   Reply With Quote
Old October 30th, 2005   #12
mloskot
5 Cups of Ubuntu
 
mloskot's Avatar
 
Join Date: Jun 2005
Location: London, UK
Beans: 31
Ubuntu 9.04 Jaunty Jackalope
Send a message via Skype™ to mloskot
Re: Easy?

Yes, you are right. It escaped my notice.
So, is there any lib32 version of missing libraries?
How lib32 versions are marked in Ubuntu repositories?
I don't remember I set up i32 repositories on my sources.list.
It confused me a little.
__________________
Ubuntu 9.04 , Lenovo ThinkPad T400
Ubuntu 9.10 , VirtualBox
mloskot is offline   Reply With Quote
Old November 7th, 2005   #13
Inigo Montoya
5 Cups of Ubuntu
 
Join Date: Jul 2005
Beans: 27
Kubuntu 8.04 Hardy Heron
Re: Easy Way to run Skype under amd64 (In case you wonder)

i just install skype on my system (amd64/ubuntu5.10) as followes:
  1. install the debian package:
  2. install the i386 version of the libqt3-mt library:
    • download the libqt3-mt package for i386 from http://packages.ubuntu.com/
    • force the installation (we are brave, aren't we?):
      sudo dpk -i --force-all ./libqt3-mt_3.3.4-8ubuntu5_i386.deb
  3. check if skype is missing anything else:
    ldd /usr/bin/skype
  4. start skype by typing skype into a console
  5. go, have an old fashioned...
don't know if it runs stable. didn't test it intesively yet...
Inigo Montoya is offline   Reply With Quote
Old November 8th, 2005   #14
mloskot
5 Cups of Ubuntu
 
mloskot's Avatar
 
Join Date: Jun 2005
Location: London, UK
Beans: 31
Ubuntu 9.04 Jaunty Jackalope
Send a message via Skype™ to mloskot
Re: Easy Way to run Skype under amd64 (In case you wonder)

Here I posted my solution how to run Skype on amd64 box (thanks to ROAF for great help): Installing lib32 on amd64.

Good luck!
Cheers
__________________
Ubuntu 9.04 , Lenovo ThinkPad T400
Ubuntu 9.10 , VirtualBox
mloskot is offline   Reply With Quote
Old April 11th, 2006   #15
mariuss
A Carafe of Ubuntu
 
Join Date: Feb 2005
Location: Vancouver, Canada
Beans: 101
Re: Easy Way to run Skype under amd64 (In case you wonder)

this worked for me just fine
__________________
--
mariuss
http://marius.scurtescu.com
mariuss is offline   Reply With Quote
Old April 18th, 2006   #16
deibuntu
First Cup of Ubuntu
 
Join Date: Apr 2006
Beans: 1
Re: Easy Way to run Skype under amd64 (In case you wonder)

Thanks to all for your advices on installing skype for AMD64 ubuntu. Following your guidelines everything seems to be right (when I type ldd /usr/bin/skype all the lib32 libraries are found), but in my case skype doesn't start up... I can see a "Fatal: No Motif style available!" message and the execution is aborted. Does anybody know how to fix this??

Thanks in advance for your help
deibuntu is offline   Reply With Quote
Old May 1st, 2006   #17
Prot
First Cup of Ubuntu
 
Join Date: May 2006
Beans: 9
Re: Easy Way to run Skype under amd64 (In case you wonder)

very nice. although i'm currently configuring chroot access for all my 32-bit apps.

thanks!
Prot is offline   Reply With Quote
Old June 4th, 2006   #18
steefjeqv
Way Too Much Ubuntu
 
steefjeqv's Avatar
 
Join Date: Jun 2006
Location: Nijlen, Belgium
Beans: 316
Ubuntu 9.10 Karmic Koala
Re: Easy Way to run Skype under amd64 (In case you wonder)

Thanks vladvv3,

Works quite good for me.
Using Dapper Drake 64bit on an Opteron based system.

Greetings,
Steven
steefjeqv is offline   Reply With Quote
Old June 4th, 2006   #19
Hairback357
First Cup of Ubuntu
 
Join Date: Mar 2006
Beans: 10
Re: Easy Way to run Skype under amd64 (In case you wonder)

It worked for me. Thank you.
Hairback357 is offline   Reply With Quote
Old June 6th, 2006   #20
flapane
Quad Shot of Ubuntu
 
flapane's Avatar
 
Join Date: Feb 2006
Location: Italy
Beans: 414
Kubuntu 8.04 Hardy Heron
Re: Easy Way to run Skype under amd64 (In case you wonder)

I tried with wine and it worked well
__________________
Visit my site www.flapane.com- MY GALLERY -
MY Linux/OSX REPOSITORY - MY BLOG
Ibook 12''1,33ghz 1.5GB 160GB HD-PC Intel E5200@3.3ghz- MBP 15''2,2ghz 2GB-NOKIA E65-Ipod Nano3g 4GB- YamahaP90-Fuji s6500fd
flapane is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:30 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry