----- Original Message ----- From: "Martin" <[EMAIL PROTECTED]> > > mkdir -p /sbin > > install -m 755 ztcfg /sbin > > make: install: Command not found > > make: *** [install] Error 127 > > [EMAIL PROTECTED] zaptel]# > > Why won't zaptel make install ? > > Martin Martin,
Looks like somewhere along the line, you lost the "install" binary, which is part of your standard installation. Doing a "whereis install" -> /usr/bin/install. Basically it copies the file to the target directory and sets the attributes. Paul _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
