Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Sep 15, 2009, 4:36:35 AM (14 years ago)
- Author:
-
herrtodd
- Comment:
-
Instructions on preventing the GnuTLS plugin from being used when NSS is specified at build time.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v18
|
v19
|
|
117 | 117 | > --with-nss-includes=$INCDIR --with-nss-libs=$LIBDIR |
118 | 118 | }}} |
| 119 | |
| 120 | Prior to building Pidgin with NSS, remove the file `libpurple/plugins/ssl/ssl-gnutls.c` from the source tree to prevent the GnuTLS plugin from being built and used by Pidgin. |
119 | 121 | |
120 | 122 | If you can't add to `/etc/ld.so.conf` (or your *nix OS doesn't have one), set the environment variable `LD_LIBRARY_PATH` instead, either before running Pidgin or (for Bourne and bash shells) on the Pidgin command line, like so: |
… |
… |
|
241 | 243 | If you've managed to build Pidgin with SSL support reported by `./configure` and no build failures, but when running it still complains, there are a few things you can try. |
242 | 244 | |
243 | | Make sure that you only have one copy of Pidgin installed, it is possible that there is another one in your path that does not have SSL support. You can check which Pidgin is being run with "`which pidgin`", or you can be sure to run the version you've just compiled by specifiying the full path to it. Note: `./configure` will warn you if it finds an old version of Pidgin already installed. |
| 245 | Make sure that you only have one copy of Pidgin installed, it is possible that there is another one in your path that does not have SSL support. You can check which Pidgin is being run with "`which pidgin`", or you can be sure to run the version you've just compiled by specifying the full path to it. Note: `./configure` will warn you if it finds an old version of Pidgin already installed. |
244 | 246 | |
245 | 247 | If you are sure that you are running your freshly compiled Pidgin, check Pidgin's SSL plugin is actually linked to the necessary libs. If you compiled with Mozilla NSS, you can do this (replace /usr/local with the prefix you installed to): |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!