You are not logged in.
Now that we have flash, JRE,WINE for 64 bit I just have one more block which prevents me from going 64 bit.
Can someone suggest a skype alternative which works well?
Acer Aspire V5-573P Antergos KDE
Offline
There is no alternative to skype. The protocol is closed sourse and that's why there's no open source implementation of it, no open source client for it, which could compile on x86_64. You could use other protocol (like ICQ) and if you can convert your friends to it - that's fine.
My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...
Offline
yaourt -S bin32-skype
Excuse my poor English.
Offline
As I said an "alternative" I mean a voip software comparable to skype...yes it is closed source
There is no alternative to skype. The protocol is closed sourse and that's why there's no open source implementation of it, no open source client for it, which could compile on x86_64. You could use other protocol (like ICQ) and if you can convert your friends to it - that's fine.
Acer Aspire V5-573P Antergos KDE
Offline
Ekiga, Wengophone...
Excuse my poor English.
Offline
yaourt -S bin32-skype
That's 32 bit Skype with a lot of 32 bit dependencies.
Offline
agapito wrote:yaourt -S bin32-skype
That's 32 bit Skype with a lot of 32 bit dependencies.
Quite true, but I imagine when the OP noted wine up there, he meant running a 32-bit wine with lots of 32-bit dependencies still.
Offline
skottish wrote:agapito wrote:yaourt -S bin32-skype
That's 32 bit Skype with a lot of 32 bit dependencies.
Quite true, but I imagine when the OP noted wine up there, he meant running a 32-bit wine with lots of 32-bit dependencies still.
Oh there is now pure 64 bit WINE?
Acer Aspire V5-573P Antergos KDE
Offline
skottish wrote:agapito wrote:yaourt -S bin32-skype
That's 32 bit Skype with a lot of 32 bit dependencies.
Quite true, but I imagine when the OP noted wine up there, he meant running a 32-bit wine with lots of 32-bit dependencies still.
Good point. I was still thinking along the lines of the title. I'd guess that if one is already running Wine this way that just about every dependency is met for Skype.
As a side note, I've been noticing more and more people that believe that bin32-wine is 64 bit Wine. The last time I checked 64 bit Wine didn't really do much if anything. And even if it did, there's almost no software that's worth having it for.
Oh there is now pure 64 bit WINE?
It exists. I don't know if it runs. It will not be able to run 32 bit binaries though.
Offline
skottish wrote:agapito wrote:yaourt -S bin32-skype
That's 32 bit Skype with a lot of 32 bit dependencies.
Quite true, but I imagine when the OP noted wine up there, he meant running a 32-bit wine with lots of 32-bit dependencies still.
Oh there is no pure 64 bit WINE?
Acer Aspire V5-573P Antergos KDE
Offline
neowolf wrote:skottish wrote:That's 32 bit Skype with a lot of 32 bit dependencies.
Quite true, but I imagine when the OP noted wine up there, he meant running a 32-bit wine with lots of 32-bit dependencies still.
Oh there is no pure 64 bit WINE?
Whoops, I put my edit in too late.
There is a 64 bit Wine. It does exist. I really have no idea if it runs. But, it's not going to be able to run 32 bit binaries. It's next to useless for most Wine users today. There was a very extensive conversation about this on the winehq-devel mailing list a few years ago. Conclusion: it's far too much of a pain-in-the-ass to implement a multi-architecture solution.
Offline
oh thanks for the info skottish i know u r a 64 bit enthusiast..what do u used for voice chat / webcam IMs
Acer Aspire V5-573P Antergos KDE
Offline
If you want to, Skype works very well from a chrooted 32bit directory, and thus your 64bit installation stays clean from any 32bit compatibility packages.
Offline
There is a 64 bit Wine. It does exist. I really have no idea if it runs.
There has been a 64bit version of wine for quite some time, years even (I used it c.2004). It only runs 64bit versions of Windows programmes and considering there aren't too many of those, not a lot of effort has been put into it. So in other words, it sucks.
This port is not yet functional, and only people who are planning to fix the code will want to compile Wine like this.
You need to compile it from source with "--enable-win64" when configuring it.
Offline
You need to compile it from source with "--enable-win64" when configuring it.
Within the last two years I've tried to do this and the build failed miserably. When researching the issues, I found many references to the idea that it wouldn't do much of anything for years to come. I guess something changed between here and there.
As you pointed out and I said earlier, there's really no point for most Wine users. Game manufacturers will write for 32 bit as long XP has modern DirectX support. If Windows 7 has wide spread adoption, MS will phase out DirectX for XP forcing gamers to upgrade. Personally I don't care. I haven't used Windows software on my own PC in a very long time.
Offline
If you want to, Skype works very well from a chrooted 32bit directory, and thus your 64bit installation stays clean from any 32bit compatibility packages.
I've looked at installing a 32-bit chroot several times but haven't done it yet. With it, can you run 32-bit apps simultaneous with the rest of the 64-bit OS?
*edit*
e.g. Can I use it to open up a Skype session while running my normal desktop in 64-bit?
Last edited by Xyne (2009-01-15 15:50:08)
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
KimTjik wrote:If you want to, Skype works very well from a chrooted 32bit directory, and thus your 64bit installation stays clean from any 32bit compatibility packages.
I've looked at installing a 32-bit chroot several times but haven't done it yet. With it, can you run 32-bit apps simultaneous with the rest of the 64-bit OS?
*edit*
e.g. Can I use it to open up a Skype session while running my normal desktop in 64-bit?
Yes you can. If the operating system is started in 64bit mode it can still run 32bit applications; the other way around is however impossible.
The Wiki entry for this is very good. There's no problem in using AUR either because you can easily build packages by using schroot -p makepkg (see Wiki for how to use schroot). I'm very pleased with how it works. Generally I have no need for 32bit applications, but now and then I want to use some application through Wine, Skype and I haven't found out any other way to encode by neroaacenc than to run it in 32bit mode.
Give it a try. Most seem to be very happy about this solution.
Offline
This seems like something I'll have to try. Had massive issues with the bin32-skype package not liking PulseAudio in 64-bit, this way should be cleaner and more successful
Offline
Xyne wrote:KimTjik wrote:If you want to, Skype works very well from a chrooted 32bit directory, and thus your 64bit installation stays clean from any 32bit compatibility packages.
I've looked at installing a 32-bit chroot several times but haven't done it yet. With it, can you run 32-bit apps simultaneous with the rest of the 64-bit OS?
*edit*
e.g. Can I use it to open up a Skype session while running my normal desktop in 64-bit?Yes you can. If the operating system is started in 64bit mode it can still run 32bit applications; the other way around is however impossible.
The Wiki entry for this is very good. There's no problem in using AUR either because you can easily build packages by using schroot -p makepkg (see Wiki for how to use schroot). I'm very pleased with how it works. Generally I have no need for 32bit applications, but now and then I want to use some application through Wine, Skype and I haven't found out any other way to encode by neroaacenc than to run it in 32bit mode.
Give it a try. Most seem to be very happy about this solution.
This I what I do also is run a 32bit chroot for skype. It works great. That is the only thing I use the 32bit environment for which I hate but my parents want to Skype with there grandson so this is what I do.
Offline
I suppose you could wait.
From http://share.skype.com/sites/linux/ :
"We're also trying to be friendlier to more operating systems, in particular FreeBSD and OpenSolaris. While there is still no support for 64-bit Linux, we hope to add this during 2009."
Personally I run bin32-skype. I have tried the others [which are compatible with windows SIP clients and have video]. They are not worth it. Plus I need to keep a landline phone number in the UK (I live in the US), and as of this writing only Truphone, Wengo, and Skype let me do this.
Cthulhu For President!
Offline
Yaourt....wow!!
agapito wrote:yaourt -S bin32-skype
That's 32 bit Skype with a lot of 32 bit dependencies.
I need to install on amd64. I now know that AUR stuff is built seperately. Will yaourt find bin32-skype, or would I still need to download it?
Thanks,
Chris.
Last edited by chris_debian (2009-03-13 08:45:41)
Offline
Yaourt....wow!!
skottish wrote:agapito wrote:yaourt -S bin32-skype
That's 32 bit Skype with a lot of 32 bit dependencies.
I need to install on amd64. I now know that AUR stuff is built seperately. Will yaourt find bin32-skype, or would I still need to download it?
Thanks,
Chris.
All bin32-skype does is pull down a bunch of 32 bit libraries and installs them in a multi-lib friendly location (/opt/lib32). It won't actually build anything.
When I still used 32 bit libraries, all the packages that I used to get skype running came out of the regular repos. I took a look at its dependencies, installed the lib32 counterparts, grabbed a copy of 32 bit skype from the repos, and installed it normally.
Offline
Now that we have flash, JRE,WINE for 64 bit I just have one more block which prevents me from going 64 bit.
Can someone suggest a skype alternative which works well?
Offline