linux fahmon

Associate
Joined
28 Mar 2003
Posts
602
Location
northants
I have been following the excellent Linux smp guide, but now im stuck. I am stuck on altering the filename in the instructions below. which part do I change and to what.

Thanks


Open up a Terminal window and enter the following.


cd ~
wget -c "http://fahmon.net/downloads/current.php?linux"
tar xjvf FahMon-2.x.x.tar.bz2



Note: Be sure to alter the filename in the command as appropriate!
 
First two lines as stated.

Quick trick for the third line - type (without pressing Return) 'tar xjvf FahMon' and then press tab. Linux should fill the rest in for you. Now press Return.
 
Next problem. The make install is not working.:mad:


rincin@rincin-desktop:~/FahMon-2.3.1$ make install
Making install in m4
make[1]: Entering directory `/home/rincin/FahMon-2.3.1/m4'
make[2]: Entering directory `/home/rincin/FahMon-2.3.1/m4'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/aclocal" || mkdir -p -- "/usr/local/share/aclocal"
mkdir: cannot create directory `/usr/local/share/aclocal': Permission denied
make[2]: *** [install-m4dataDATA] Error 1
make[2]: Leaving directory `/home/rincin/FahMon-2.3.1/m4'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/rincin/FahMon-2.3.1/m4'
make: *** [install-recursive] Error 1
rincin@rincin-desktop:~/FahMon-2.3.1$
 
Not that it helps now, but if you're following the guide to set up ubuntu 7.10, you could have just downloaded the prepackaged deb file from the fahmon download page ;)
 
Back
Top Bottom