Quote:
Originally Posted by smurffit
How did you FF compiled with ICC? It seems a very tricky thing to me (at least on a 64bit system?!)
For your resolv.conf Problem:
Code:
sed -i '1inameserver 127.0.0.1' /etc/resolv.conf
where the 1 indicates on which linenumber the text should be insert. put this in /etc/rc.local or someting similiar.
For dnsmasq: goto so Gnome-Menu -> System -> Administration -> Services and enable it there. 
|
hey thanks for the tip.
i have never used the "sed" command, that's a new one for me, i will be sure to read the
manual for it.
as far as firefox, i haven't built it on a 64bit platform, but on my 32bit system it is working
great. in a week i have to build it again. right now it is making logs of my usage, so on the next build
it will be even faster/more optimized. here is the link i used:
http://forums.macnn.com/104/alternat...-planet-linux/
i wouldn't have been able to build it without this link, and the source and text file provided by LinuxDNA in this link. it's firefox 3.5 and is nice and fast. i also use the same version in OSX, except you can download that as a binary...i hope this helps

intel's compiler suite is really good, but also fairly tricky to use, i have only been able to build a few very small projects on my own, as i am no programmer!
ts9
PS: if it works out for you, make sure you pass it along to others. the ICC build, is so much better
than the GCC build.
---------- Post added at 11:11 AM CST ---------- Previous post was at 10:58 AM CST ----------
hey i should add,
that when you go to build firefox, make sure your system has support for apng ( animated png ) .
if you don't have this, you may be missing buttons in your toolbar.
i made this mistake the first build...
cheerz
PS: i put a quick tutorial(all my links) up here in the forums about ICC built firefox and the persistent dns cache, i used your help too, and credited you
for the last bit you helped me with, i hope that is okay?
---------- Post added at 12:33 PM CST ---------- Previous post was at 11:11 AM CST ----------
Quote:
Originally Posted by smurffit
How did you FF compiled with ICC? It seems a very tricky thing to me (at least on a 64bit system?!)
For your resolv.conf Problem:
Code:
sed -i '1inameserver 127.0.0.1' /etc/resolv.conf
where the 1 indicates on which linenumber the text should be insert. put this in /etc/rc.local or someting similiar.
For dnsmasq: goto so Gnome-Menu -> System -> Administration -> Services and enable it there. 
|
i thought that worked, but on reboot the resolv.conf
was still missing the top line: nameserver 127.0.0.1
and checking the persistent dns cache:
dig yahoo.com
it should read time taken 0msec after being executed twice, and i verified the DNS cache
wasn't working. i wrote a shell script to deal with this, and added it to rc.local.
it still doesn't work. i manually have to execute my shell script everytime.
i can't figure it out, but atleast now i only have to execute "DNScache", and
it updates the resolv.conf. i also had to add entries to visudo to execute changes
without using a password on that script and resolve.conf
hopefully that fixes it....what a pain in the butt, if this doesn't work
i don't know what will, at all...