Results 1 to 3 of 3
when i do
./Build install
install -c -o bin -g bin -m 555 vacation /usr/bin
install: invalid user `bin'
make[1]: *** [install-vacation] Error 1
I am compiling as user "abc" ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-07-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 24
sendmail install error
when i do
./Build install
install -c -o bin -g bin -m 555 vacation /usr/bin
install: invalid user `bin'
make[1]: *** [install-vacation] Error 1
I am compiling as user "abc" . I cannot create another user called "bin" since i dont have root access . How can i compile the code as abc ?
- 08-07-2008 #2
Hi,
Which distro you are using?
In most distro sendmail comes by default,In case you want to install new version of sendmail then download binary version rather than downloading source and compiling it.
http://tldp.org/LDP/nag2/x14607.html
For configuration check this :
Quick HOWTO : Ch21 : Configuring Linux Mail Servers - Linux Home NetworkingFirst they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org
- 08-07-2008 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 24
embedded ..
i would like to install in embedded paltform ..so source code build is only possible


Reply With Quote

