Re: [CentOS] Alternative HTML Editor

2016-01-29 Thread Tim Evans
On 01/27/2016 11:15 AM, Tim Evans wrote: I've been using the SeaMonkey built-in HTML editor from the epel repo for CentOS 6.7: $ repoquery -i seamonkey Name: seamonkey Version : 2.39 Release : 1.el6 Architecture: x86_64 Size: 127340745 Packager: Fedora Project Group

Re: [CentOS] Alternative HTML Editor

2016-01-27 Thread Clint Dilks
My bad for fogging things up. Besides the epel rpm, I had also tried the (non-rpm) tar file from mozilla of the latest beta release (installed in /usr/local). That turns out to be a 32-bit version. The epel rpm is clearly 64-bit. Well if you are still seeing the same error then the only

Re: [CentOS] Alternative HTML Editor

2016-01-27 Thread Tim Evans
On 01/27/2016 05:11 PM, Clint Dilks wrote: This looks like all dependencies are met but I noticed something, your first message mentions /usr/local/seamonkey/seamonkey-bin, we are looking at /usr/lib64/seamonkey/seamonkey-bin, which one are you using and do both exist on your system ? My bad

Re: [CentOS] Alternative HTML Editor

2016-01-27 Thread Clint Dilks
On Thu, Jan 28, 2016 at 11:01 AM, Tim Evans wrote: > On 01/27/2016 04:59 PM, Clint Dilks wrote: > > What is the result of >> > > ldd /usr/lib64/seamonkey/seamonkey-bin > > # ldd /usr/lib64/seamonkey/seamonkey-bin > linux-vdso.so.1 => (0x7ffe525fc000) >

Re: [CentOS] Alternative HTML Editor

2016-01-27 Thread m . roth
Tim Evans wrote: > I've been using the SeaMonkey built-in HTML editor from the epel repo > for CentOS 6.7: > This is now dumping core. The latest release, directly from Mozilla > (2.9b4), fails with: > > /usr/local/seamonkey/seamonkey-bin: error while loading shared > libraries:

[CentOS] Alternative HTML Editor

2016-01-27 Thread Tim Evans
I've been using the SeaMonkey built-in HTML editor from the epel repo for CentOS 6.7: $ repoquery -i seamonkey Name: seamonkey Version : 2.39 Release : 1.el6 Architecture: x86_64 Size: 127340745 Packager: Fedora Project Group : Applications/Internet URL

Re: [CentOS] Alternative HTML Editor

2016-01-27 Thread J. S. Evans
I use kompozer (http://www.kompozer.net/) It's based on the html editor in seamonkey. Jason On 27.1.2016 17:15, Tim Evans wrote: > I've been using the SeaMonkey built-in HTML editor from the epel repo > for CentOS 6.7: > > $ repoquery -i seamonkey > > Name: seamonkey > Version : 2.39

Re: [CentOS] Alternative HTML Editor

2016-01-27 Thread Clint Dilks
Hi > /usr/local/seamonkey/seamonkey-bin: error while loading shared libraries: > libdbus-glib-1.so.2: cannot open shared object file: No such file or > directory > > Have you tried yum provides 'libdbus-glib-1.so.2'. I get a hit with dbus-glib ___

Re: [CentOS] Alternative HTML Editor

2016-01-27 Thread Tim Evans
On 01/27/2016 02:47 PM, Clint Dilks wrote: /usr/local/seamonkey/seamonkey-bin: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory Have you tried yum provides 'libdbus-glib-1.so.2'. I get a hit with dbus-glib Thanks.

Re: [CentOS] Alternative HTML Editor

2016-01-27 Thread John R Pierce
On 1/27/2016 12:43 PM, Tim Evans wrote: On 01/27/2016 02:47 PM, Clint Dilks wrote: /usr/local/seamonkey/seamonkey-bin: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory Have you tried yum provides 'libdbus-glib-1.so.2'. I

Re: [CentOS] Alternative HTML Editor

2016-01-27 Thread Tim Evans
On 01/27/2016 04:17 PM, John R Pierce wrote: is seamonkey .i686 or .x86_64 ? you might need to yum install dbus-glib.i686 Thanks. $ rpm -aq seamonkey seamonkey-2.39-1.el6.x86_64 Double-check: $ file /usr/lib64/seamonkey/seamonkey-bin /usr/lib64/seamonkey/seamonkey-bin: ELF 64-bit LSB

Re: [CentOS] Alternative HTML Editor

2016-01-27 Thread Clint Dilks
$ file /usr/lib64/seamonkey/seamonkey-bin > /usr/lib64/seamonkey/seamonkey-bin: ELF 64-bit LSB executable, x86-64, > version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux > 2.6.18, stripped > > What is the result of ldd /usr/lib64/seamonkey/seamonkey-bin ?

Re: [CentOS] Alternative HTML Editor

2016-01-27 Thread Tim Evans
On 01/27/2016 12:40 PM, J. S. Evans wrote: I use kompozer (http://www.kompozer.net/) It's based on the html editor in seamonkey. Thanks. $ /usr/local/kompozer/kompozer & [1] 1905 /usr/local/kompozer $ ./kompozer-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open

Re: [CentOS] Alternative HTML Editor

2016-01-27 Thread Tim Evans
On 01/27/2016 04:59 PM, Clint Dilks wrote: What is the result of > ldd /usr/lib64/seamonkey/seamonkey-bin # ldd /usr/lib64/seamonkey/seamonkey-bin linux-vdso.so.1 => (0x7ffe525fc000) libpthread.so.0 => /lib64/libpthread.so.0 (0x003d6b40) libdl.so.2 =>