如何将md5path添加到ubuntu服务器上的nginx ./configure?

我试图从源代码安装和configurationnginx上传模块:

运行时

./configure --add-module=/tmp/nginx-upload-module-2.2.0 --with-openssl=/usr/bin/openssl 

我有以下问题:

 checking for md5 in system md library ... not found checking for md5 in system md5 library ... not found checking for sha1 in system md library ... not found 

设置:ubuntu 16.04服务器,nginx-1.9.9,nginx-upload-module-2.2.0

任何人都知道如何设置path来find这些库? 任何意见,将不胜感激。