Re: SeaMonkey 2.35b7
Steve Wendt <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.os2 |
|---|---|
| Message-ID | <[email protected]> |
On 07/19/16 10:37 pm, Steve Wendt wrote: > The culprits are softokn3.dll and ssl3.dll; now to see if I can > determine why the new ones don't work for me. If I'm reading the linkages correctly: dry build: ssl3: libc066, nssutil3, nspr4, nss3, plc4, doscalls softokn3: libc066, nspr4, nssutil3, plds4, mozsqlt3, plc4 netlabs build: ssl3: libc066, nssutil3, nspr4, nss3, z, gcc1, plc4, doscalls softokn3: libc066, nspr4, nssutil3, plds4, sqlit3, plc4, gcc1 The big glaring thing I see is sqlit3 instead of mozsqlt3, which would explain the major breakage. Now to see if I can fix that...