Author Topic: Seamonkey versions  (Read 19012 times)

-Micky

  • Guest
Seamonkey versions
« on: October 14, 2018, 09:46:05 pm »
What is the difference?

seamonkey-2.42.9esr_r3_O2.en-US.os2   
seamonkey-2.42.9esr_r3_s.en-US.os2


Micky


Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: Seamonkey versions
« Reply #1 on: October 14, 2018, 10:46:26 pm »
The optimization. Usually built with -O3, maximum optimization, the plain r3 version. People asked for other versions to test, the r3_O2 version is built with -O2, highly optimized but often safer (stabler) and the r3_s  version is built with -Os, optimized for size, then speed, perhaps best on memory restrained systems.
As I said, they were sort of experimental as someone questioned my using -O3 so I built the others for comparison. The seamonkey-2.42.9esr_r3.en-US.os2.zip is probably the best.

-Micky

  • Guest
Re: Seamonkey versions
« Reply #2 on: October 17, 2018, 01:43:25 am »
Ah ok, thanks.

I installed Seamonkey-2.42.9esr_r3_s.en-US.os2 on my ecomstation 1.1. Kernel 14.105 UNI. Seamonkey starts, but you can see Seamonkey only for one second. All with a Dell Optiplex GX240 with a Intel P4 2.80 MHz cpu. 1024 MB Ram.

Put I the same hdd in a Fujitsu Siemens Esprimo with a Intel Core 2 6300 @ 1,86 GHZ cpu and 6000 MB ram Seamonkey runs. A little bit slow, but it runs.

Can anybody tell me why?


Micky
« Last Edit: October 17, 2018, 10:33:53 am by Micky »

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: Seamonkey versions
« Reply #3 on: October 17, 2018, 04:39:51 am »
I take it that the 1MB of ram is a typo. Does Firefox run on the system? Look in your boot partition for a file, popuplog.os2 and see if there are any entries that may be related. Also look in the directory for any files ending in trp and post the latest if any are found.

-Micky

  • Guest
Re: Seamonkey versions
« Reply #4 on: October 17, 2018, 10:42:31 am »
I corrected the ram size. It was a typo. There runs no Firefox on the system. Here is the Popuplog.OS2.


Micky
« Last Edit: October 17, 2018, 12:16:34 pm by Micky »

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: Seamonkey versions
« Reply #5 on: October 17, 2018, 04:30:52 pm »
What happens if you start SeaMonkey in safe mode, seamonkey.exe --safe-mode

-Micky

  • Guest
Re: Seamonkey versions
« Reply #6 on: October 17, 2018, 04:39:30 pm »
Could not find the Mozilla runtime (xul.dll)


Micky

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: Seamonkey versions
« Reply #7 on: October 17, 2018, 05:49:22 pm »
Hmm, that's strange. How have you installed the prerequisites?

-Micky

  • Guest
Re: Seamonkey versions
« Reply #8 on: October 17, 2018, 06:51:45 pm »
I have this in config.sys:

SET PATH=C:\seamonkey-2.42.9esr_r3_s.en-us.os2\seamonkey;
SET MOZILLA_HOME=C:\home\default


Micky

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: Seamonkey versions
« Reply #9 on: October 18, 2018, 12:31:56 am »
You shouldn't need SeaMonkey in the PATH though it probably doesn't hurt. I meant the supporting libraries, from the README.OS2
Quote
libstdc++6 nspr nss libicu pixman cairo pango fontconfig freetype libkai
libvpx libjpeg-turbo libpng zlib bzip2 hunspell libcx

-Micky

  • Guest
Re: Seamonkey versions
« Reply #10 on: October 18, 2018, 12:44:59 am »
I have all those libs installed.


Micky

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: Seamonkey versions
« Reply #11 on: October 18, 2018, 01:01:15 am »
Where and how did you install them?

-Micky

  • Guest
Re: Seamonkey versions
« Reply #12 on: October 18, 2018, 01:31:12 am »
I have the Arca Noae Package Manager installed. I typed in on Command Prompt:

yum install libstdc++6 nspr nss libicu pixman cairo pango fontconfig freetype libkai
libvpx libjpeg-turbo libpng zlib bzip2 hunspell libcx


Micky

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: Seamonkey versions
« Reply #13 on: October 18, 2018, 02:33:39 am »
Does your LIBPATH statement in config.sys start with x:\usr\local\lib;x:\usr\lib where x: is the same as your UNIXROOT?
I forget, are you running ArcaOS? Or?

Andreas Schnellbacher

  • Hero Member
  • *****
  • Posts: 827
  • Karma: +14/-0
    • View Profile
Re: Seamonkey versions
« Reply #14 on: October 18, 2018, 03:00:42 am »
Search for double DLL names and delete those outside of \usr\lib. See also here.

Either read the instructions here or use Jan-Erik's dllCleanOut.cmd