Index: configure.ac =================================================================== --- configure.ac (revision 328164) +++ configure.ac (working copy) @@ -2012,8 +2012,8 @@ AC_MSG_NOTICE(***) AC_MSG_NOTICE(*** libsrtp could not be linked as a shared object) AC_MSG_NOTICE(*** try compiling libsrtp manually and configuring with) - AC_MSG_NOTICE(*** ./configure CFLAGS=-fPIC --prefix=/usr) - AC_MSG_NOTICE(*** replacing /usr with the prefix of your choice) + AC_MSG_NOTICE(*** ./configure CFLAGS=-fPIC --with-srtp=/usr/local/lib) + AC_MSG_NOTICE(*** replacing /usr/local/lib with the prefix of your choice) AC_MSG_NOTICE(***) AC_MSG_NOTICE(*** If you do not need SRTP support re-run configure) AC_MSG_NOTICE(*** with the --without-srtp option.)