Always error... i can install it..Im in the admin account..pls help me to solve this probem.....

hir are the prblems:

barry@barry-laptop:~/nettoe-1.1.0$ make install
Making install in src
make[1]: Entering directory `/home/barry/nettoe-1.1.0/src'
make[2]: Entering directory `/home/barry/nettoe-1.1.0/src'
/bin/sh ../mkinstalldirs /usr/local/bin
/usr/bin/install -c nettoe /usr/local/bin/nettoe
/usr/bin/install: cannot create regular file `/usr/local/bin/nettoe': Permission denied
make[2]: *** [install-binPROGRAMS] Error 1
make[2]: Leaving directory `/home/barry/nettoe-1.1.0/src'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/barry/nettoe-1.1.0/src'
make: *** [install-recursive] Error 1

It looks like you need to be root in order to do that. Try using sudos -s and entering your password, or su - and entering the root password.

As root you can make install

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.