Make install issue

I am missing something and an error message at the end of make install

root@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
root@helpdesk:~/rt-3.8.8#

Thanks Jeff…
I have resolve this problem since yesterday…i forgot to add the rt group…From: Jeff Ilgen usts-ji@usts.com
To: borngunners borngunners@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

I am missing something and an error message at the end of make install

root@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
root@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

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 KuehneVon: rt-users-bounces@lists.bestpractical.com rt-users-bounces@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

root@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
root@helpdesk:~/rt-3.8.8#