Boston Linux & Unix (BLU) Home | Calendar | Mail Lists | List Archives | Desktop SIG | Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings
Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to set up my home Linux server as a mail server?




Rob Freeman wrote:
> 
> Brian,
> 
> Trying to install qpopper on Red Hat 6.0
> ./configure went successfully and built a Makefile file.  However:
> I type
> make
> and get
> bash: make: command not found
> I type ./make and get "no such file or directory."

It's possible that your path is messed up. Type this at your
shell prompt:

echo $PATH

You will get back a line that should look something like this:

/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin

This is a list of directories that the shell will search when
you type in a command. If you get back something more like:

/bin

then you have to set your path. This is usually done in your
.profile startup script, with something like this:

export PATH=/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin

You can just type this at the shell, too.

If this isn't the problem, you need to find out if make is actually
installed anywhere. Usually it's in usr/bin/make. You can look for
it using the find command:

find / -name make -print

Hope this helps.

> I guess I am one of those sub-Linux people, already dependent on the Install 
> shield like convenience of rpms.

Hang in there. Linux is worth it.

-- Jerry Callen                      Mobile: 617-388-3990
   Narsil                            FAX:    617-876-5331
   63 Orchard Street                 email:  jcallen at narsil.com
   Cambridge, MA 02140-1328

   PGP public keys available from http://pgp.ai.mit.edu
   fingerprints:
       DH/DSS key ID 0x1806252C: 7669 A4CD 759A 6EB7 AF04
                                 C10D B659 2A4B 1806 252C
       RSA    key ID 0x99F7AAE5: D265 DC9C 13FD 6110 
                                 30F5 1874 A206 24B1
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).




BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org