From liyizhong at seu.edu.cn Sat Apr 8 07:29:59 2006 From: liyizhong at seu.edu.cn (root) Date: Sat, 08 Apr 2006 22:29:59 +0800 Subject: [Xbone-users] some problem of installation Message-ID: <1144506599.21169.7.camel@seulab.edu> Hi As a beginner of X-bone, I just find it (XBone-GUI_3.1.1-1)can not be installed on my federal core 5. when xb-gui-conifg executed ,the error message is as follows : "which: no perl5 in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin) /usr/local/bin/xb-gui-config: line 1: exec: -w: invalid option exec: usage: exec [-cl] [-a name] file [redirection ...] /usr/local/bin/xb-gui-config: line 2: syntax error near unexpected token `&' /usr/local/bin/xb-gui-config: line 2: ` & eval 'setenv PERLDB_OPTS "N f=26"; setenv PERL `which perl5`; exec $PERL -wS $0 $argv:q'' " any one can give some help ? leo_2006 From pingali at ISI.EDU Sat Apr 8 18:20:52 2006 From: pingali at ISI.EDU (Venkata Pingali) Date: Sat, 08 Apr 2006 18:20:52 -0700 Subject: [Xbone-users] some problem of installation In-Reply-To: <1144506599.21169.7.camel@seulab.edu> References: <1144506599.21169.7.camel@seulab.edu> Message-ID: <44386174.5000102@isi.edu> Hi, root wrote: > Hi > As a beginner of X-bone, I just find it (XBone-GUI_3.1.1-1)can not be > installed on my federal core 5. when xb-gui-conifg executed ,the error > message is as follows : > "which: no perl5 in > (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin) > /usr/local/bin/xb-gui-config: line 1: exec: -w: invalid option > exec: usage: exec [-cl] [-a name] file [redirection ...] > /usr/local/bin/xb-gui-config: line 2: syntax error near unexpected token > `&' > /usr/local/bin/xb-gui-config: line 2: ` & eval 'setenv PERLDB_OPTS "N > f=26"; setenv PERL `which perl5`; exec $PERL -wS $0 $argv:q'' > " > any one can give some help ? > The RPM has not been tested on Fedora Core 5 but should work. This problem here is that script is unable to find perl5 executable. you can do the following: #ln -s /usr/bin/perl /usr/bin/perl5 Headsup: There have been changes in ModPerl since the last release. Among other things ModPerl does stricter path checking. It might require a patch. Hope that helps -Venkata > leo_2006 > > _______________________________________________ > Xbone-users mailing list > Xbone-users at mailman.isi.edu > http://mailman.isi.edu/mailman/listinfo/xbone-users >