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:
-
May 15, 2007, 5:32:05 PM (17 years ago)
- Author:
-
John Bailey
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
48 | 48 | If you're not able to figure this out on your own already, see the notes below on compiling from source. |
49 | 49 | |
| 50 | === Mandrake === |
| 51 | |
50 | 52 | === Mandriva === |
51 | | |
52 | | === Mandrake === |
53 | 53 | |
54 | 54 | === Red Hat Linux 9 and earlier === |
55 | 55 | Please join this century and upgrade to a newer distribution, such as the current release of Fedora Core. |
| 56 | |
| 57 | === Slackware 9.1, 10, and 10.1 === |
| 58 | There are sometimes third-party packages for these Slackware distributions [http://linuxpackages.net here]. |
| 59 | |
| 60 | If you would like to build Pidgin from source, and have Mozilla installed, you can try the following. Note that if Mozilla 1.4 is not your installed version, you will need to replace that with the correct version number. Also, at some point, Mozilla 1.7.5 was removed from Slackware-Current and replaced with Mozilla Firefox. This will probably change the exact location for the paths listed. |
| 61 | {{{ |
| 62 | ~/pidgin$ ./configure --with-nss-includes=/usr/include/mozilla-1.4/nss \ |
| 63 | > --with-nspr-includes=/usr/include/mozilla-1.4/nspr \ |
| 64 | > --with-nss-libs=/usr/lib/mozilla-1.4 \ |
| 65 | > --with-nspr-libs=/usr/lib/mozilla-1.4 |
| 66 | }}} |
| 67 | |
| 68 | Also, you'll need to add `/usr/lib/mozilla-1.4` (again replacing versions as appropriate) to `/etc/ld.so.conf` and run `ldconfig` as root. |
| 69 | |
| 70 | Firefox also includes the necessary libraries, so if you have a binary package of Pidgin that was built with SSL support you may be able to add `/usr/lib/firefox` to `/etc/ld.so.conf` and run `ldconfig` as root. |
| 71 | |
| 72 | === SuSE 8.2, 9.0, 9.1, 9.2, and 9.3 === |
| 73 | Third-party RPMs for these SuSE distributions are often available [http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=Network%2Fgaim/ here]. These RPMs use GNUTLS for SSL support, but GNUTLS is not provided in SuSE 8.2 or 9.0. Users of these distributions will need to also install GNUTLS, OpenCDK, and libtasn1 from the same site. SuSE 9.1 and later provide GNUTLS, and SuSE's provided GNUTLS should be used on these distributions. |
| 74 | |
| 75 | If you wish to use Mozilla NSS with Pidgin, you will need to compile from source using [http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=%2FLibraries%2Fmozilla-nss/ these NSS packages] from the same site as the Pidgin RPMs. |
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!