Here is the result I get when trying to install pgpsendmail. install is in
the pgpsendmail directory so I don't know why make couldn't find it. I
don't know if the warning message about sendmail.real is anything to be
concerned about. Anyone have any ideas?

------------------------------------------------------------------------------- 

cc  -I. "-DVERSION=\"`cat version`\""  -c blindness_assist.c
cc -s -o blindness_assist blindness_assist.o 
cc  -I. "-DVERSION=\"`cat version`\""  -c pgpsendmail.c
cc  -I. "-DVERSION=\"`cat version`\""   -c strings.c -o strings.o
cc  -I. "-DVERSION=\"`cat version`\""   -c keylist.c -o keylist.o
cc  -I. "-DVERSION=\"`cat version`\""   -c spawn.c -o spawn.o
cc  -I. "-DVERSION=\"`cat version`\""   -c options.c -o options.o
cc  -I. "-DVERSION=\"`cat version`\""   -c conn_to_pgpd.c -o conn_to_pgpd.o
cc  -I. "-DVERSION=\"`cat version`\""   -c memory.c -o memory.o
cc  -I. "-DVERSION=\"`cat version`\""   -c misc.c -o misc.o
cc -s -o pgpsendmail pgpsendmail.o strings.o keylist.o spawn.o options.o 
conn_to_pgpd.o memory.o misc.o 

***WARNING***
PGPsendmail will expect that the real sendmail is: "/usr/lib/sendmail.real"
If this is not true, you will have problems

./install pgpsendmail
make: ./install: Command not found
make: [pgpsendmail] Error 127 (ignored)
cc  -I. "-DVERSION=\"`cat version`\""   -c pgpdaemon.c -o pgpdaemon.o
cc -s -o pgpdaemon pgpdaemon.o spawn.o strings.o memory.o misc.o 
./install pgpdaemon
make: ./install: Command not found
make: [pgpdaemon] Error 127 (ignored)
cc  -I. "-DVERSION=\"`cat version`\""   -c sendpgppass.c -o sendpgppass.o
cc -s -o sendpgppass sendpgppass.o conn_to_pgpd.o strings.o spawn.o memory.o misc.o 
./install sendpgppass
make: ./install: Command not found
make: [sendpgppass] Error 127 (ignored)
cc  -I. "-DVERSION=\"`cat version`\""   -c pgppipe.c -o pgppipe.o
cc -s -o pgppipe pgppipe.o conn_to_pgpd.o memory.o misc.o 
./install pgppipe
make: ./install: Command not found
make: [pgppipe] Error 127 (ignored)
rm -f *.BAK *.log *.sed .#* *~ *.bak */*.bak */tmp* .*defaults */*~
chmod u+rw,go-w * 2> /dev/null

Reply via email to