Operating System - HP-UX
1837165 Members
2825 Online
110112 Solutions
New Discussion

Re: Problem when creating an autofs map

 
SOLVED
Go to solution
Danny Crisp
Frequent Advisor

Problem when creating an autofs map

I'm fairly new to NIS and need to create a custom map for my domain. I have followed the procedure outlined in http://docs.hp.com/en/5991-1811/ch04s03.html#bjadajgf but get the following error message after executing make NOPUSH=1 auto.home.

Bad character | (octal 174), line 228Make: . Stop.

I guess the error kind of insinuates that there is some kind of typo in the Makefile. But that is not the case.

Completely stuck here, any advice would be greatly appreciated.
2 REPLIES 2
Muthukumar_5
Honored Contributor
Solution

Re: Problem when creating an autofs map

Please gmake instead of make. It is a problem with make and make related utilities.

Refer:
http://listgateway.unipi.it/pipermail/ntop-dev/2003-February/002161.html

hth.
Easy to suggest when don't know about the problem!
Danny Crisp
Frequent Advisor

Re: Problem when creating an autofs map

I have found a solution to this question