summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2004-09-02 17:05:16 +0000
committerRenat Lumpau <rl03@gentoo.org>2004-09-02 17:05:16 +0000
commitad21f67acb96841a0d6657213b612d3e4378949a (patch)
tree0a6824cd362ce43bf90bcf481f5764583b558641 /www-apps
parentKeyword modification, see changelog for details (Manifest recommit) (diff)
downloadgentoo-2-ad21f67acb96841a0d6657213b612d3e4378949a.tar.gz
gentoo-2-ad21f67acb96841a0d6657213b612d3e4378949a.tar.bz2
gentoo-2-ad21f67acb96841a0d6657213b612d3e4378949a.zip
Added a warning about innodb support, suggest putting PERL5LIB in apache configs
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/rt/ChangeLog7
-rw-r--r--www-apps/rt/files/postinstall-en.txt5
-rw-r--r--www-apps/rt/rt-3.2.1.ebuild3
3 files changed, 12 insertions, 3 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog
index 9b7db7cdf5e7..2c37053d728f 100644
--- a/www-apps/rt/ChangeLog
+++ b/www-apps/rt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-apps/rt
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.3 2004/08/27 21:15:14 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.4 2004/09/02 17:05:16 rl03 Exp $
+
+ 02 Sep 2004; Renat Lumpau <rl03@gentoo.org> files/postinstall-en.txt,
+ rt-3.2.1.ebuild:
+ Warn about MySQL with Innodb (closes bug #62591). Suggest adding PERL5LIB to
+ Apache configs (closes bug #62592).
27 Aug 2004; Renat Lumpau <rl03@gentoo.org> rt-3.2.1.ebuild:
HTML-Mason always pulls in libapreq, so IUSE="apache2" doesn't work. See bug
diff --git a/www-apps/rt/files/postinstall-en.txt b/www-apps/rt/files/postinstall-en.txt
index c5c9ea4d099b..e2f9ad510ff6 100644
--- a/www-apps/rt/files/postinstall-en.txt
+++ b/www-apps/rt/files/postinstall-en.txt
@@ -22,7 +22,9 @@ In your postgresql.conf, set tcpip_socket = true, port = 5432
***********************************************************
2. Read the README to configure your webserver for RT. For the impatient:
-put this in ${MY_INSTALLDIR}/.htaccess
+put this in ${MY_INSTALLDIR}/.htaccess (although you really should put it in
+your Apache configs)
+
AddDefaultCharset UTF-8
PerlModule Apache::DBI
@@ -30,6 +32,7 @@ PerlRequire /usr/bin/webmux.pl
SetHandler perl-script
PerlHandler RT::Mason
+PerlSetEnv PERL5LIB /usr/lib
***********************************************************
3. Restart your webserver (e.g., for Apache: /etc/init.d/apache restart )
diff --git a/www-apps/rt/rt-3.2.1.ebuild b/www-apps/rt/rt-3.2.1.ebuild
index 54c8d81c44bb..e81340591fce 100644
--- a/www-apps/rt/rt-3.2.1.ebuild
+++ b/www-apps/rt/rt-3.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.2.1.ebuild,v 1.2 2004/08/27 21:15:14 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.2.1.ebuild,v 1.3 2004/09/02 17:05:16 rl03 Exp $
inherit webapp eutils
@@ -79,6 +79,7 @@ pkg_setup() {
# ewarn "but if your RT breaks, you get to keep the pieces."
# ewarn
# fi
+ ewarn "RT needs MySQL with innodb support"
ewarn
ewarn "If you are upgrading from an existing _RT2_ installation,"
ewarn "stop this ebuild (Ctrl-C now), download the upgrade tool,"