gaim/www

mdk and freebsd are a pain

2003-11-06, Luke Schierer
42a5a1f8354f
Parents 668234b3f3ef
Children a3ff37777dbf
mdk and freebsd are a pain
--- a/htdocs/gaim-ssl.txt Thu Nov 06 02:34:00 2003 -0500
+++ b/htdocs/gaim-ssl.txt Thu Nov 06 19:06:50 2003 -0500
@@ -27,6 +27,11 @@
There's a 3rd party RPM (built from the same .spec file as the ones on sf.net)
for Red Hat Linux 7.3 here : http://www.uidzero.co.uk/rpms/rh73/
+That RPM is built against gtk 2.0 as comes with Red Hat Linux 7.3, and buddy
+list sorting is not possible with gtk 2.0. If you have Ximian Desktop
+installed, then you have gtk 2.2 and should rebuild the .src.rpm (rpmbuild -bb
+gaim-0.72-1rh73.src.rpm) to get buddy list sorting working.
+
Just compile from source (straight ./configure will work if you have all the
required dependencies and their associated -devel packages installed), Red Hat
Linux 7.3 does actually have all the necessary stuff.
@@ -37,16 +42,20 @@
enable spellchecking)
-Mandrake
-========
-9.1: Use the gaim provided packages : http://sourceforge.net/project/showfiles.php?group_id=235
+Mandrake (9.1)
+==============
+Use the gaim provided packages : http://sourceforge.net/project/showfiles.php?group_id=235
+
-9.2: Compile from source:
+Mandrake (9.2)
+==============
+
+Compile from source:
As always, make sure you have mozilla-nss, mozilla-nss-devel, mozilla-nspr and
-mozilla-nspr-devel installed:
-urpmi nss nss-devel nspr nspr-devel
-(nb: the package name for nss & nspr *might* be mozilla-nss & mozilla-nspr)
+mozilla-nspr-devel installed (and perl-devel if you want perl support):
+
+urpmi libnspr4 libnss3 libnss3-devel libnspr4-devel perl-devel
One user reported problems with permissions in the includes:
<icicled> i found that if i changed the permissions of the private directory in
@@ -154,6 +163,11 @@
sofar
+For FreeBSD users:
+ <synic> ok, gnutls 0.8.10 officially works on FreeBSD
+ <synic> and 0.8.6 doesn't :)
+Thanks, synic.
+
Non-root
========