From bleers at fastmail.com Tue Feb 14 17:46:39 2006 From: bleers at fastmail.com (Bob Leers) Date: Tue, 14 Feb 2006 18:46:39 +0100 Subject: [regex-coach] Howto run regex-coach on Linux (Kubuntu distro,)? Message-ID: <200602141846.39122.bleers@fastmail.com> Hi, I download and untarred the regex-coach for Linux. I'm on a Kubuntu (KDE for Ubuntu => based on Debian core) box. But I'm not able to run the executable. Please could anybody provide me some suggestions? From edi at agharta.de Wed Feb 15 01:57:43 2006 From: edi at agharta.de (Edi Weitz) Date: Wed, 15 Feb 2006 02:57:43 +0100 Subject: [regex-coach] Howto run regex-coach on Linux (Kubuntu distro,)? In-Reply-To: <200602141846.39122.bleers@fastmail.com> (Bob Leers's message of "Tue, 14 Feb 2006 18:46:39 +0100") References: <200602141846.39122.bleers@fastmail.com> Message-ID: On Tue, 14 Feb 2006 18:46:39 +0100, Bob Leers wrote: > But I'm not able to run the executable. That's a pretty meaningless description. Could you be more specific? What happens if you try to run it? Thanks, Edi. From edi at agharta.de Wed Feb 15 14:51:58 2006 From: edi at agharta.de (Edi Weitz) Date: Wed, 15 Feb 2006 15:51:58 +0100 Subject: [regex-coach] Howto run regex-coach on Linux (Kubuntu distro,)? In-Reply-To: <1139990104.19620.254415568@webmail.messagingengine.com> (Bob Leers's message of "Wed, 15 Feb 2006 08:55:04 +0100") References: <200602141846.39122.bleers@fastmail.com> <1139990104.19620.254415568@webmail.messagingengine.com> Message-ID: Please send questions to the mailing list. On Wed, 15 Feb 2006 08:55:04 +0100, "Bob Leers" wrote: > I don't know how to run the exec under Linux. Howto? How do you start other programs under Linux? Regex Coach works exactly like that. From bleers at fastmail.fm Wed Feb 15 15:05:09 2006 From: bleers at fastmail.fm (Bob Leers) Date: Wed, 15 Feb 2006 16:05:09 +0100 Subject: [regex-coach] Howto run regex-coach on Linux (Kubuntu distro,)? In-Reply-To: References: <200602141846.39122.bleers@fastmail.com> Message-ID: <1140015909.30079.254443178@webmail.messagingengine.com> I don't know how to run the regex-coach exec under Linux. Howto run it, which command? Is it like: $ sh regex-coach? or $ exec regex-coach ? On Wed, 15 Feb 2006 02:57:43 +0100, "Edi Weitz" said: > On Tue, 14 Feb 2006 18:46:39 +0100, Bob Leers > wrote: > > > But I'm not able to run the executable. > > That's a pretty meaningless description. Could you be more specific? > What happens if you try to run it? > > Thanks, > Edi. Bob Leers e-mail: bleers at fastmail.fm tel: 06-54395478 From edi at agharta.de Wed Feb 15 21:34:53 2006 From: edi at agharta.de (Edi Weitz) Date: Wed, 15 Feb 2006 22:34:53 +0100 Subject: [regex-coach] Howto run regex-coach on Linux (Kubuntu distro,)? In-Reply-To: <1140015909.30079.254443178@webmail.messagingengine.com> (Bob Leers's message of "Wed, 15 Feb 2006 16:05:09 +0100") References: <200602141846.39122.bleers@fastmail.com> <1140015909.30079.254443178@webmail.messagingengine.com> Message-ID: On Wed, 15 Feb 2006 16:05:09 +0100, "Bob Leers" wrote: > I don't know how to run the regex-coach exec under Linux. Howto run > it, which command? > > Is it like: $ sh regex-coach? or $ exec regex-coach ? The command is "regex-coach" - you just have to make sure that it's on your PATH or that you specify a full path when you call it. It's like any other binary executable on Linux. For example: cd /tmp/ tar xzf regex-coach.tgz cd regex-coach ./regex-coach Cheers, Edi. From bleers at fastmail.com Mon Feb 20 20:06:31 2006 From: bleers at fastmail.com (Bob Leers) Date: Mon, 20 Feb 2006 21:06:31 +0100 Subject: [regex-coach] Run errors (linux).. Error: Could not register handle for external module #:CAP: Message-ID: <200602202106.31599.bleers@fastmail.com> Hi, I get these messages when I'll try to run regex-coach on my Linux distro. Anybody suggestions me at localhost:~/downloads/regex-coach$ ./regex-coach Error: Could not register handle for external module #:CAP: libXm.so.2: cannot open shared object file: No such file or directory. 208EB8D8 201E4424 -> 201E434A = #:DEB 208EB8F4 20289D4F -> 20289CDA = (#:SYM 4418) 208EB91C 201E48FC -> 201E4792 = #:CON 208EB948 20688864 -> 20688792 = (#:SYM 409) 208EB95C 206884F8 -> 2068848A = (#:SYM 1398) 208EB984 201E058B -> 201E04AA = (#:SYM 1366) 208EB9C4 2078D005 -> 2078CFEA = (#:SYM 2135) 208EB9D0 2078D1D0 -> 2078D172 = (#:SYM 5576) 208EB9D8 20328D60 -> 20328D42 = 0 208EB9E8 2026F7E7 -> 2026F6D2 = 0 208EBAC0 201B40DB -> 201B40B2 = (#:SYM 5939) 208EBAD0 201BD8B2 -> 201BD84A = (#:SYM 5805) bleers at localhost:~/downloads/regex-coach$ From edi at agharta.de Mon Feb 20 21:16:46 2006 From: edi at agharta.de (Edi Weitz) Date: Mon, 20 Feb 2006 22:16:46 +0100 Subject: [regex-coach] Run errors (linux).. Error: Could not register handle for external module #:CAP: In-Reply-To: <200602202106.31599.bleers@fastmail.com> (Bob Leers's message of "Mon, 20 Feb 2006 21:06:31 +0100") References: <200602202106.31599.bleers@fastmail.com> Message-ID: On Mon, 20 Feb 2006 21:06:31 +0100, Bob Leers wrote: > I get these messages when I'll try to run regex-coach on my Linux > distro. Anybody suggestions > > me at localhost:~/downloads/regex-coach$ ./regex-coach > > Error: Could not register handle for external module #:CAP: > libXm.so.2: cannot open shared object file: No such file or directory. Do you have OpenMotif or Lesstif installed? Which version? From era+regex=coach at iki.fi Tue Feb 21 02:02:16 2006 From: era+regex=coach at iki.fi (era+regex=coach at iki.fi) Date: Tue, 21 Feb 2006 04:02:16 +0200 Subject: [regex-coach] Run errors (linux).. Error: Could not register handle for external module #:CAP: In-Reply-To: References: <200602202106.31599.bleers@fastmail.com> Message-ID: <1140487336.2046.254854283@webmail.messagingengine.com> On Mon, 20 Feb 2006 22:16:46 +0100, "Edi Weitz" said: > On Mon, 20 Feb 2006 21:06:31 +0100, Bob Leers > wrote: > > Error: Could not register handle for external module #:CAP: > > libXm.so.2: cannot open shared object file: No such file or directory. > > Do you have OpenMotif or Lesstif installed? Which version? If you are still on Kubuntu, the way to find that out would be to run "dpkg -l lesstif1 lesstif2" (without the quotes, obviously). Here on Ubuntu 5.10 I only have lesstif1 (libXm.so.1) but as per the requirements on the regex-coach download page that should suffice. Look for a line beginning with "ii" to indicate that what you have is properly installed. For more detailed information, try "apt-cache show lesstif1" (and/or lesstif2). /* era */ -- If this were a real .signature, it would suck less. Well, maybe not. /* era */ -- If this were a real .signature, it would suck less. Well, maybe not. From bleers at fastmail.com Tue Feb 21 20:01:14 2006 From: bleers at fastmail.com (Bob Leers) Date: Tue, 21 Feb 2006 21:01:14 +0100 Subject: [regex-coach] Run errors (linux).. Error: Could not register handle for external module #:CAP: In-Reply-To: <1140487336.2046.254854283@webmail.messagingengine.com> References: <200602202106.31599.bleers@fastmail.com> <1140487336.2046.254854283@webmail.messagingengine.com> Message-ID: <200602212101.16554.bleers@fastmail.com> Thanx a lot. I checked and installed lesstif2. Now regex-coach runs. On Tuesday 21 February 2006 03:02, era+regex=coach at iki.fi wrote: > On Mon, 20 Feb 2006 22:16:46 +0100, "Edi Weitz" said: > > On Mon, 20 Feb 2006 21:06:31 +0100, Bob Leers > > > > wrote: > > > Error: Could not register handle for external module #:CAP: > > > libXm.so.2: cannot open shared object file: No such file or directory. > > > > Do you have OpenMotif or Lesstif installed? Which version? > > If you are still on Kubuntu, the way to find that out would be to run > "dpkg -l lesstif1 lesstif2" (without the quotes, obviously). Here on > Ubuntu 5.10 I only have lesstif1 (libXm.so.1) but as per the > requirements on the regex-coach download page that should suffice. Look > for a line beginning with "ii" to indicate that what you have is > properly installed. For more detailed information, try "apt-cache show > lesstif1" (and/or lesstif2). > > /* era */ > > -- > If this were a real .signature, it would suck less. Well, maybe not. > > /* era */