Hi, <div><br></div><div>I&#39;m new to Embedded System World.  There are some problems, &quot;scp not found&quot;, when I use dropbear-scp to copy some files. I trace the source code to find the DEFINE variables: DEFAULT_PATH &amp; _PATH_SSH_PROGRAM.</div>


<div><br></div><div>Could we redefine it at configure or make process without modify the source code?</div><div><br></div><div>like that:</div><div>===</div><div><div>+#ifndef _PATH_SSH_PROGRAM</div><div> #define _PATH_SSH_PROGRAM &quot;/usr/bin/dbclient&quot;</div>


<div>+#endif</div></div><div><br></div><div><div>+#ifndef DEFAULT_PATH</div><div> #define DEFAULT_PATH &quot;/usr/bin:/bin&quot;</div><div>+#endif</div></div><div><br></div><div>and then:</div><div>===</div><div>$ ./configure</div>


<div>$ CFLAGS=&#39; -D_PATH_SSH_PROGRAM=&quot;/path/dbclient&quot; -DDDEFAULT_PATH=&quot;/usr/bin:/bin:/mnt/ubi_boot/bin&quot;  &#39; make</div><div><div>$ CFLAGS=&#39; -D_PATH_SSH_PROGRAM=&quot;/path/dbclient&quot; -DDDEFAULT_PATH=&quot;/usr/bin:/bin:/mnt/ubi_boot/bin&quot;  &#39; make scp</div>


</div><div><br></div><div><br></div><div>Best Regards, </div><div>Yuan-Yi Chang</div>