aboutsummaryrefslogtreecommitdiffstats
path: root/messages/hu/README.LINUX.hu
diff options
context:
space:
mode:
Diffstat (limited to 'messages/hu/README.LINUX.hu')
-rw-r--r--messages/hu/README.LINUX.hu59
1 files changed, 59 insertions, 0 deletions
diff --git a/messages/hu/README.LINUX.hu b/messages/hu/README.LINUX.hu
new file mode 100644
index 00000000..91d3650b
--- /dev/null
+++ b/messages/hu/README.LINUX.hu
@@ -0,0 +1,59 @@
+Mailman - The GNU Mailing List Management System
+Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
+59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
+
+GNU/LINUX TUDNIVALÓK
+
+ GNU/Linux seems to be the most popular platform on which to run
+ Mailman. Here are some hints on getting Mailman to run on Linux:
+
+ Úgy tűnik, hogy a Mailman futtatásához leggyakrabban használt platform
+ a GNU/Linux. A következőkben néhány Linuxos jótanácsot lehet olvasni
+ a Mailman futtatásához:
+
+ Ha hibaüzenetet kapunk a kemény kötések (hard link) létrehozásakor,
+ vagy különleges biztonságos kernelt (securelinux/openwall/grsecurity)
+ használunk, akkor olvassuk el a contrib/README.check_perms_grsecurity
+ állományt.
+
+ Fontos tudni, hogy ugyanez az eset áll fenn, ha a Linux Mandrake-t
+ biztonságos módban (secure mode) használjuk.
+
+
+PYTHON CSOMAGOK
+
+ Note that if you installed Python from your Linux distribution's
+ package manager (e.g. .rpms for Redhat-derived systems or .deb for
+ Debian), you must install the `development' package of Python, or
+ you may not get everything you need.
+
+ Fontos tudni, hogy ha a Pythont az adott Linux disztribúció csomag-
+ kezelőjével (pl. Redhat típusú rendszereknél .rpm-ből, Debian esetén
+ pedig .deb-ből) telepítettük, akkor szükséges telepíteni a Python
+ `fejlesztői' (development) csomagjait is. Különben nem minden fog
+ rendeltetésszerűen működni.
+
+ Például: Debian rendszeren Python 2.2 használatakor telepíteni kell
+ a python2.2-dev csomagot is. Redhat rendszeren pedig a python2-devel
+ csomagot.
+
+ Ha forrásból telepítjük a Pythont, akkor nem lesz ilyen problémánk.
+
+ Az ilyen problémára utal a következő hibaüzenet telepítés során:
+
+ Traceback (most recent call last):
+ File "bin/update", line 44, in ?
+ import paths
+ ImportError: No module named paths
+ make: *** [update] Error 1
+
+ Ilyenkor telepítsük a Python fejlesztői csomagot is és próbáljuk
+ meg újra a Mailman telepítését "configure ; make install" paranccsal.
+
+
+
+Local Variables:
+mode: text
+indent-tabs-mode: nil
+End: