SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I recently installed a new proprietary program from the manufacturer of our lab equipment. It runs *only* under 32-bit Slackware, not 64-bit with Alien Bob's 32-bit additions. A bit of a surprise but not a big deal.
The Juniper Network Connect VPN client is 32-bit only and officially is only supported on RHEL. Worse it is activated by a 32-bit Java NPAPI plugin. Ugghh ...
I have had to use it and you can get it to work on Slackware64 with multilib but it is far more effort than it should be.
The Juniper Network Connect VPN client is 32-bit only and officially is only supported on RHEL. Worse it is activated by a 32-bit Java NPAPI plugin. Ugghh ...
@Ruario: it indeed requires multilib, but you don't in fact need the java plugin if you use the -nox switch. The procedure outlined to use the jnc script described here does the job for me.
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680
Rep:
ruario, in case you're not aware, if the firestorm you list is the Phoenix Firestorm Second Life client then there is now a 64 bit version out in beta so it shouldn't be long before it can be packaged for Slackware.
@Ruario: it indeed requires multilib, but you don't in fact need the java plugin if you use the -nox switch. The procedure outlined to use the jnc script described here does the job for me.
Thanks, I wrote my own custom wrapper script in bash.
ruario, in case you're not aware, if the firestorm you list is the Phoenix Firestorm Second Life client then there is now a 64 bit version out in beta so it shouldn't be long before it can be packaged for Slackware.
That command just pulls a list of 32-bit only apps using the SlackBuilds meta-data that sbopkg pulled down. I know very little about most of these apps. Looking at the slack-desc, it does appear to be the software you are talking about.
Code:
$ grep '^firestorm:' /var/lib/sbopkg/SBo/14.1/games/firestorm/slack-desc
firestorm: firestorm (an alternative Second Life client)
firestorm:
firestorm: Firestorm Viewer is an alternative client program for Second Life,
firestorm: a virtual world developed by Linden Lab accessible via the internet.
firestorm:
firestorm: Firestorm Viewer is based on Linden Lab's Viewer versions 2 and 3.
firestorm: It has loads of new and innovative features added to improve
firestorm: performance, increase usability, and generally enhance the user's
firestorm: overall experience.
firestorm:
firestorm:
Last edited by ruario; 06-08-2014 at 12:36 PM.
Reason: switched example command to display the slack-desc
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.