Re: [rt-users] Make install issue

2010-05-21 Thread Brumm, Torsten / Kuehne + Nagel / Ham MI-ID
Web user and web group shoul be the user/group name of the web server, the rt 
group should be the group the rt user belongs to, in most cases this is group 
rt(3)


Kuehne + Nagel (AG  Co.) KG, Geschaeftsleitung: Hans-Georg Brinkmann (Vors.), 
Dirk Blesius, Reiner Heiken, Bruno Mang, Alfred Manke, Christian Marnetté, Mark 
Reinhardt, Jens Wollesen, Rainer Wunn, Sitz: Bremen, Registergericht: Bremen, 
HRA 21928, USt-IdNr.: DE 812773878, Persoenlich haftende Gesellschaft: Kuehne  
Nagel A.G., Sitz: Contern/Luxemburg Geschaeftsfuehrender Verwaltungsrat: 
Klaus-Michael Kuehne





Von: rt-users-boun...@lists.bestpractical.com 
rt-users-boun...@lists.bestpractical.com 
An: RT-Users@lists.bestpractical.com RT-Users@lists.bestpractical.com 
Gesendet: Wed May 19 22:27:14 2010
Betreff: [rt-users] Make install issue 


I am missing something and an error message at the end of make install 
 
r...@helpdesk:~/rt-3.8.8# make install
/usr/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql --with-fastcgi
perl:
=5.8.3(5.10.0) ...found
users:
rt group (www) ...MISSING
bin owner (root) ...found
libs owner (root) ...found
libs group (bin) ...found
web owner (www) ...MISSING
web group (www) ...MISSING

All dependencies have been found.
/opt/local/bin/ginstall -c -m 0755 -o root -g www -d /opt/rt3/etc
make: /opt/local/bin/ginstall: Command not found
make: *** [config-install] Error 127
r...@helpdesk:~/rt-3.8.8#





Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Re: [rt-users] Make install issue

2010-05-20 Thread borngunners

Thanks Jeff...
I have resolve this problem since yesterdayi forgot to add the rt group






-Original Message-
From: Jeff Ilgen usts...@usts.com
To: borngunners borngunn...@aol.com
Sent: Thu, May 20, 2010 11:37 am
Subject: Re: [rt-users] Make install issue


You need to add the www user and the www group on the system.


(I'm assuming useradd lives in the same place on RHEL as it does CentOS)


e.g.
/usr/sbin/groupadd www
/usr/sbin/useradd -g www www


--Jeff Ilgen, USTS


On May 19, 2010, at 4:27 PM, borngunn...@aol.com wrote:


I am missing something and an error message at the end of make install 
 
r...@helpdesk:~/rt-3.8.8# make install
/usr/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql --with-fastcgi
perl:
=5.8.3(5.10.0) ...found
users:
rt group (www) ...MISSING
bin owner (root) ...found
libs owner (root) ...found
libs group (bin) ...found
web owner (www) ...MISSING
web group (www) ...MISSING

All dependencies have been found.
/opt/local/bin/ginstall -c -m 0755 -o root -g www -d /opt/rt3/etc
make: /opt/local/bin/ginstall: Command not found
make: *** [config-install] Error 127
r...@helpdesk:~/rt-3.8.8#





Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com




Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com