diff options
author | Alan Conway <aconway@apache.org> | 2010-07-13 14:22:43 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-07-13 14:22:43 +0000 |
commit | 034f21f0476641dd21bfe898d39221a9920394e8 (patch) | |
tree | 4d5406de590039f22aaca26141cbc54abdfb2b24 /cpp | |
parent | fdbf1734e19cd2898ebbfd8545cfc95981e1391a (diff) | |
download | qpid-python-034f21f0476641dd21bfe898d39221a9920394e8.tar.gz |
Added missing dependencies for SSL to INSTALL
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963721 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/INSTALL b/cpp/INSTALL index a941f4e0b8..6628552ce5 100644 --- a/cpp/INSTALL +++ b/cpp/INSTALL @@ -118,7 +118,7 @@ On Fedora 12 they changed again: # yum install corosynclib-devel clusterlib-devel For SASL and SSL, include - # yum install cyrus-sasl-devel + # yum install cyrus-sasl-devel nss-devel nspr-devel For the XML Exchange, include: |