1. make a copy of my firefox-2.0.0.1 to firefox-2.0d
2. drop you firefox-bin into firefox-2.0d
3. env LD_LIBRARY_PATH=/usr/local/firefox-2.0d MOZ_NO_REMOTE=1 usr/local/firefox-2.0d/firefox --class=Firefox1
4. fix some .so filenames (link .so files to .so.6 or .so.11, for example)
5. try again, programs starts
6. gdb attach
At this point I was not quite sure what to do in gdb, I tried "cont" and later "run". I didn't get any windows, though, and there was hardly any cpu usage.
RB,
I tried the binary last night. Here's what I did:
1. make a copy of my firefox-2.0.0.1 to firefox-2.0d PATH=/usr/ local/firefox- 2.0d MOZ_NO_REMOTE=1 usr/local/ firefox- 2.0d/firefox --class=Firefox1
2. drop you firefox-bin into firefox-2.0d
3. env LD_LIBRARY_
4. fix some .so filenames (link .so files to .so.6 or .so.11, for example)
5. try again, programs starts
6. gdb attach
At this point I was not quite sure what to do in gdb, I tried "cont" and later "run". I didn't get any windows, though, and there was hardly any cpu usage.
Is my recipe sound?