Discussion:
FLRig not running under Ubuntu 14.04 64bit
w***@public.gmane.org
2014-04-19 18:35:16 UTC
Permalink
Hello I am super new to linux as I have been MS guy since MS DOS, and I am glad I switched to Linux what a breath of fresh air, but I am having an issue, I cant seem to get FLRig to run under Ubuntu 14.04 64bit, I had it running on an old machine with 13.10 32bit but unfortunately that machine let out the magic smoke, so what I am wondering is, is there any way to get FLRig to run under Ubuntu 64bit, when I click on the launcher it just does nothing, any help would be awesome.

Thank you
Sean (W1GFD)
Larry Levesque
2014-04-19 18:59:25 UTC
Permalink
Welcome to Linux....Don't ever look back!

A couple of questions...

What version of flrig are you trying to use?
Did you install it from the Software Center or download the latest from the web site?


What happens when you open a terminal window (command line) and type flrig [ENTER]?
Reply with the output error messages=.
Post by w***@public.gmane.org
Hello I am super new to linux as I have been MS guy since MS DOS, and I am
glad I switched to Linux what a breath of fresh air, but I am having an issue,
I cant seem to get FLRig to run under Ubuntu 14.04 64bit, I had it running on
an old machine with 13.10 32bit but unfortunately that machine let out the
magic smoke, so what I am wondering is, is there any way to get FLRig to run
under Ubuntu 64bit, when I click on the launcher it just does nothing, any help
would be awesome.
Thank you
Sean (W1GFD)
--
Larry Levesque
KA1VGM
www.digitalhamradio.org
w***@public.gmane.org
2014-04-19 19:23:12 UTC
Permalink
I D/L the latest version from the dev web page, when I try to launch it from the terminal it says ***@desktop:~/tarballs/bin$ flrig flrig: command not found


I can see the programs and its folders but I cant get it to launch, i know I must be doing something wrong, just not sure what
Larry Levesque
2014-04-19 19:26:59 UTC
Permalink
Try this ./flrig
Post by w***@public.gmane.org
I D/L the latest version from the dev web page, when I try to launch it from
flrig: command not found
I can see the programs and its folders but I cant get it to launch, i know I
must be doing something wrong, just not sure what
--
Larry Levesque
KA1VGM
www.digitalhamradio.org
Larry Levesque
2014-04-19 19:35:25 UTC
Permalink
Looks like you might have downloaded the executable only.

And you did not "install" it on your system (put it in a directory that the system can find).

I really would recommend you learn how to compile from source.
That way you can have the system automatically install it in the appropriate directory.

I use a different method, I always create a /home/user/bin directory and put all of my executables in there after I compile them.
The first time you make that directory, you will have to log out and back in for the system to recognize it.
The system will recognize programs in that directory.
Post by w***@public.gmane.org
I D/L the latest version from the dev web page, when I try to launch it from
flrig: command not found
I can see the programs and its folders but I cant get it to launch, i know I
must be doing something wrong, just not sure what
--
Larry Levesque
KA1VGM
www.digitalhamradio.org
Ed
2014-04-19 22:30:31 UTC
Permalink
Post by w***@public.gmane.org
I D/L the latest version from the dev web page, when I try to launch
flrig: command not found
I can see the programs and its folders but I cant get it to launch, i
know I must be doing something wrong, just not sure what
Did you follow this ?


$ cd
$ mkdir tarballs
$ cd tarballs
$ wget http://www.w1hkj.com/downloads/fldigi/fldigi-3.21.3.bin.tgz
$ cd /usr/local
$ sudo tar xzf $HOME/tarballs/fldigi-3.21.3.bin.tgz
$ cd

substituting flrig current version.

Ed W3NR
w***@public.gmane.org
2014-04-20 01:50:42 UTC
Permalink
Yes i did, and thanks to all for there help, I finaly got it up and running by uninstalling 63 and down grading to 32 bit and all is well, guess the program just didn't like 64 bit
David
2014-04-20 02:43:58 UTC
Permalink
Hi....FWIW....i always put a 32 bit version of an O/S on my Linux Ham
computer.
There is a lot of ham programs built on 32 bit still and ive found many
hassles
trying to get 32 bit ones working on 64 bit versions .It also makes it
easier to run a Windows program under Wine.

thems my thoughts

David VK4BDJ
Post by w***@public.gmane.org
Yes i did, and thanks to all for there help, I finaly got it up and
running by uninstalling 63 and down grading to 32 bit and all is well,
guess the program just didn't like 64 bit
w1gfd-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [linuxham]
2014-07-08 03:45:46 UTC
Permalink
Ok so now am having a new issue with FLRig under Ubuntu 14.04 64bit, I can get it to install following the directions but when I go to launch in I get the following error.

flrig: error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory


flrig is installed in /usr/local/bin and was installed with my account and not root.



Thank you
Sean (W1GFD)
Ed autek-Wuw85uim5zDR7s880joybQ@public.gmane.org [linuxham]
2014-07-08 10:48:02 UTC
Permalink
On 07 Jul 2014 20:45:46 -0700
Post by w1gfd-/***@public.gmane.org [linuxham]
Ok so now am having a new issue with FLRig under Ubuntu 14.04 64bit,
I can get it to install following the directions but when I go to
launch in I get the following error.
flrig: error while loading shared libraries: libXext.so.6: cannot
open shared object file: No such file or directory
flrig is installed in /usr/local/bin and was installed with my account and not root.
Thank you
Sean (W1GFD)
Did you follow the directions on the wiki ?

Ed W3NR


------------------------------------
Posted by: Ed <autek-***@public.gmane.org>
------------------------------------
w1hkj w1hkj-Bdlq13kUjeyLZ21kGMrzwg@public.gmane.org [linuxham]
2014-07-08 12:26:35 UTC
Permalink
Your errors indicate that you are probably trying to run a 32 bit binary
on a 64 bit system. You must compile the application on your target
machine using the instructions that are on the fldigi wiki. These
instructions apply to all of the flxxx applications.

https://fedorahosted.org/fldigi/wiki

Dave
Post by Ed autek-***@public.gmane.org [linuxham]
On 07 Jul 2014 20:45:46 -0700
Ok so now am having a new issue with FLRig under Ubuntu 14.04 64bit,
I can get it to install following the directions but when I go to
launch in I get the following error.
flrig: error while loading shared libraries: libXext.so.6: cannot
open shared object file: No such file or directory
flrig is installed in /usr/local/bin and was installed with my account and not root.
Thank you
Sean (W1GFD)
Did you follow the directions on the wiki ?
Ed W3NR
w1gfd-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [linuxham]
2014-07-09 15:23:40 UTC
Permalink
Thanks for the help Ed, I recompiled using the instructions from the wiki and its working great!!!!
IZ1TGH Roberto Waha
2014-04-19 19:02:28 UTC
Permalink
Hi Sean!
Post by w***@public.gmane.org
Hello I am super new to linux as I have been MS guy since MS DOS, and
I am glad I switched to Linux what a breath of fresh air, but I am having
an issue, I cant seem to get FLRig to run under Ubuntu 14.04 64bit, I had
it running on an old machine with 13.10 32bit but unfortunately that
machine let out the magic smoke, so what I am wondering is, is there any
way to get FLRig to run under Ubuntu 64bit, when I click on the launcher it
just does nothing, any help would be awesome.
Same working environment, but here everything is working fine.
Could you please start Fldigi from the terminal, then paste here the errors?

73!
--
+------------=* IZ1TGH Roberto Waha - IZ1TGH-***@public.gmane.org *=-------------+
| El Senyor és la meva força, el Senyor el meu cant. |
| Ell m'ha estat la salvació. En Ell confío i no tinc por. |
+---------------------------------------------------------------------+
w***@public.gmane.org
2014-04-19 19:08:22 UTC
Permalink
Issue is not with FLDigi that's working great, the issue is with FLRig, but I will try starting that from terminal and paste info.
w1hkj
2014-04-19 19:34:47 UTC
Permalink
Sean, you need to build the application from source. Read the build
instructions on the fldigi wiki

https://fedorahosted.org/fldigi/wiki

Follow the instruction for building fldigi and then flrig and all of the
other flxxx apps will easily follow suite.

Dave
Post by w***@public.gmane.org
Hello I am super new to linux as I have been MS guy since MS DOS, and
I am glad I switched to Linux what a breath of fresh air, but I am
having an issue, I cant seem to get FLRig to run under Ubuntu 14.04
64bit, I had it running on an old machine with 13.10 32bit but
unfortunately that machine let out the magic smoke, so what I am
wondering is, is there any way to get FLRig to run under Ubuntu 64bit,
when I click on the launcher it just does nothing, any help would be
awesome.
Thank you
Sean (W1GFD)
Loading...