[LON-CAPA-users] No build directory?

Anonymous Coward lon-capa-users@mail.lon-capa.org
Thu, 29 Jun 2006 11:16:23 -0500


------=_Part_52732_1787427.1151597783940
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello. I'm working on SuSE 10.1 with loncapa-2.1.3.
I am following SuSE 9.3 steps. I had to do a few things outside the steps
because I am running SuSE 10.1. I had to manually dowload all the packages
from the install.lon-capa.org repository for SuSE 9.3. I also manually
installed mySQL and gcc from my install CDs.

The ./install.py step seems to go smoothly [ I am rerunning it to show you,
so that's why I get ERROR 1007 here]:

 # ./install.pl
********************************************************************

                    Welcome to LON-CAPA

This script will configure the base software that LON-CAPA needs to
run properly.

********************************************************************
Creating user 'www'
useradd: Account `www' already exists.
Building authentication system for LON-CAPA users.
patching file /tmp/pwauth-2.2.8/config.h

Compiling pwauth
pwauth.c: In function 'lastlog':
pwauth.c:541: warning: incompatible implicit declaration of built-in
function 's trncpy'
pwauth.c:543: warning: incompatible implicit declaration of built-in
function 's trlen'
pwauth.c: In function 'main':
pwauth.c:692: warning: incompatible implicit declaration of built-in
function 's trlen'
appearant success compiling pwauth:
gcc -g    -c -o pwauth.o pwauth.c
gcc -o pwauth -g  pwauth.o -lcrypt
Copying pwauth to /usr/local/sbin

Setting mysqld to start on boot up.
Waiting for mysql daemon to start.
Checking for service MySQL:
running
Mysql daemon is running.

Please enter a root password for the mysql database.
It does not have to match your root account password, but you will need
to remember it.
censored
Retrieved MySQL root password.
Starting mysql client.
ERROR 1007 (HY000) at line 1: Can't create database 'loncapa'; database
exists

Setting httpd to start on boot up.
insserv: apache: No such file or directory
Copying our httpd.conf to /etc/httpd/httpd.conf
Created /etc/httpd/conf directory

------------------------------------------------------------------------

You seem to have a version of loncapa-current.tar.gz in
/home/wytech/Desktop/installation.
This copy will be used and a new version will NOT be downloaded.
If you wish, you may download a new version by executing:

wget http://install.loncapa.org/versions/loncapa-fedora-current.tar.gz

------------------------------------------------------------------------
Extracting LON-CAPA source files

All of the extra files seem to have been installed correctly.  It remains
for
you to execute the following commands:

cd /root/loncapa-N.N     (N.N should correspond to a version number like '
0.4')
./UPDATE

If you have any trouble, please see http://install.loncapa.org/ and
http://help.loncapa.org/.





The problem comes on the next step, where I get warnings and one warning
says I stuff about a Makefile in the build directory (I don't have a build
directory...). What could be the problem? Output below:







/loncapa-2.1.3 # ./UPDATE
ln: creating symbolic link `WARNINGS' to `loncom/build/WARNINGS': File
exists
install -d ../../doc/man
install -d ../../doc/scripts
install -d ../../doc/lib/perl/Apache
echo -n "" > WARNINGS
make -f Makefile.build all
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'
make: *** [build] Error 2
install -d ""/etc
echo -n "LON-CAPA release 2.1.3-" > ""/etc/loncapa-release
date +"%Y%m%d" >> ""/etc/loncapa-release
install -d ""/home/httpd/html/lon-status
echo -n "2.1.3-" > ""/home/httpd/html/lon-status/version.txt
date +"%Y%m%d" >> ""/home/httpd/html/lon-status/version.txt
cat ../../doc/loncapafiles/loncapafiles.lpml | \
perl lpml_parse.pl install "development" `perl ./distprobe` "../.." \
"""" > Makefile.install
Unable to interpret /etc/SuSE-release to determine system type at
./distprobe line 76.
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
lpml_parse.pl line 76.
BEGIN failed--compilation aborted at lpml_parse.pl line 76.
make: *** [Makefile.install] Error 2
make -f Makefile.configinstall SOURCE="../.." TARGET="""" \
configfiles
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'
make[1]: *** No rule to make target `configfiles'.  Stop.
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'
make: *** [configinstall] Error 2
cat ../../doc/loncapafiles/updatequery.piml | \
perl piml_parse.pl "development" `perl ./distprobe` """" >
/tmp/loncapa_query.pl; perl /tmp/loncapa_query.pl
Unable to interpret /etc/SuSE-release to determine system type at
./distprobe line 76.
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.
BEGIN failed--compilation aborted at piml_parse.pl line 67.
Testing hosts.tab
there is a defined link or file; assume okay
Testing domain.tab
there is a defined link or file; assume okay
cat ../../doc/loncapafiles/loncapafiles.lpml | \
perl xfml_parse.pl ../../doc/loncapafiles/valid_hosts.xfml | \
perl lpml_parse.pl install "development" `perl ./distprobe` "../.." \
"""" > Makefile.install
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
xfml_parse.pl line 60.
BEGIN failed--compilation aborted at xfml_parse.pl line 60.
Unable to interpret /etc/SuSE-release to determine system type at
./distprobe line 76.
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
lpml_parse.pl line 76.
BEGIN failed--compilation aborted at lpml_parse.pl line 76.
make: *** [hosts_and_domain_tab] Error 2
make webserverconf
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'
cat ../../doc/loncapafiles/webserver.piml | \
perl piml_parse.pl "development" `perl ./distprobe` """" | perl | \
tee -a WARNINGS
Unable to interpret /etc/SuSE-release to determine system type at
./distprobe line 76.
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.
BEGIN failed--compilation aborted at piml_parse.pl line 67.
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'
make reseval_fixup
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'
cat ../../doc/loncapafiles/reseval_fixup.piml | \
perl piml_parse.pl "development" `perl ./distprobe` """" | perl | \
tee -a WARNINGS
Unable to interpret /etc/SuSE-release to determine system type at
./distprobe line 76.
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.
BEGIN failed--compilation aborted at piml_parse.pl line 67.
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'
make clean_file_permissions
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'
cat ../../doc/loncapafiles/clean_file_permissions.piml | \
perl piml_parse.pl "development" `perl ./distprobe` """" | perl | \
tee -a WARNINGS
Unable to interpret /etc/SuSE-release to determine system type at
./distprobe line 76.
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.
BEGIN failed--compilation aborted at piml_parse.pl line 67.
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'
make accesscount_seed
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'
cat ../../doc/loncapafiles/accesscount_seed.piml | \
perl piml_parse.pl "development" `perl ./distprobe` """" | perl | \
tee -a WARNINGS
Unable to interpret /etc/SuSE-release to determine system type at
./distprobe line 76.
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.
BEGIN failed--compilation aborted at piml_parse.pl line 67.
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'
make modify_config_files
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'
cat ../../doc/loncapafiles/modify_config_files.piml | \
perl piml_parse.pl "development" `perl ./distprobe` """" | perl | \
tee -a WARNINGS
Unable to interpret /etc/SuSE-release to determine system type at
./distprobe line 76.
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.
BEGIN failed--compilation aborted at piml_parse.pl line 67.
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'
make clearoutoldspreadsheetcache
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'
cat ../../doc/loncapafiles/clearoutoldspreadsheetcache.piml | \
perl piml_parse.pl "development" `perl ./distprobe` """" | perl | \
tee -a WARNINGS
Unable to interpret /etc/SuSE-release to determine system type at
./distprobe line 76.
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.
BEGIN failed--compilation aborted at piml_parse.pl line 67.
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'
make chkconfig
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'
cat ../../doc/loncapafiles/chkconfig.piml | \
perl piml_parse.pl "development" `perl ./distprobe` """" | perl | \
tee -a WARNINGS
Unable to interpret /etc/SuSE-release to determine system type at
./distprobe line 76.
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.
BEGIN failed--compilation aborted at piml_parse.pl line 67.
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'
make rpmcheck
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'
cat ../../doc/loncapafiles/rpmcheck.piml | \
perl piml_parse.pl "development" `perl ./distprobe` """" | perl | \
tee -a WARNINGS
Unable to interpret /etc/SuSE-release to determine system type at
./distprobe line 76.
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.
BEGIN failed--compilation aborted at piml_parse.pl line 67.
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'
make ntpcheck
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'
cat ../../doc/loncapafiles/ntpcheck.piml | \
perl piml_parse.pl "development" `perl ./distprobe` """" | perl | \
tee -a WARNINGS
Unable to interpret /etc/SuSE-release to determine system type at
./distprobe line 76.
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.
BEGIN failed--compilation aborted at piml_parse.pl line 67.
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'
make html_parser_check
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'
cat ../../doc/loncapafiles/html_parser_check.piml | \
perl piml_parse.pl "development" `perl ./distprobe` """" | perl | \
tee -a WARNINGS

[FILE SHORTENED TO FIT ON MAILING LIST]

------=_Part_52732_1787427.1151597783940
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello. I'm working on SuSE 10.1 with loncapa-2.1.3.<br>
I am following SuSE 9.3 steps. I had to do a few things outside the
steps because I am running SuSE 10.1. I had to manually dowload all
the packages from the <a href="http://install.lon-capa.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">install.lon-capa.org</a> repository for SuSE 9.3. I
also manually installed mySQL and gcc from my install CDs.<br>
<br>
The ./install.py step seems to go smoothly [ I am rerunning it to show you, so that's why I get ERROR 1007 here]:<br>
<br><div style="margin-left: 40px;">
&nbsp;# ./install.pl<br>
********************************************************************<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Welcome to LON-CAPA<br><br>
This script will configure the base software that LON-CAPA needs to<br>
run properly.<br><br>
********************************************************************<br>
Creating user 'www'<br>
useradd: Account `www' already exists.<br>
Building authentication system for LON-CAPA users.<br>
patching file /tmp/pwauth-2.2.8/config.h<br><br>
Compiling pwauth<br>
pwauth.c: In function 'lastlog':<br>
pwauth.c:541: warning: incompatible implicit declaration of built-in function 's trncpy'<br>
pwauth.c:543: warning: incompatible implicit declaration of built-in function 's trlen'<br>
pwauth.c: In function 'main':<br>
pwauth.c:692: warning: incompatible implicit declaration of built-in function 's trlen'<br>
appearant success compiling pwauth:<br>
gcc -g&nbsp;&nbsp;&nbsp; -c -o pwauth.o pwauth.c<br>
gcc -o pwauth -g&nbsp; pwauth.o -lcrypt<br>
Copying pwauth to /usr/local/sbin<br><br>
Setting mysqld to start on boot up.<br>
Waiting for mysql daemon to start.<br>
Checking for service MySQL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; running<br>
Mysql daemon is running.<br><br>
Please enter a root password for the mysql database.<br>
It does not have to match your root account password, but you will need<br>
to remember it.<br>
censored<br>
Retrieved MySQL root password.<br>
Starting mysql client.<br>
ERROR 1007 (HY000) at line 1: Can't create database 'loncapa'; database exists<br><br>
Setting httpd to start on boot up.<br>
insserv: apache: No such file or directory<br>
Copying our httpd.conf to /etc/httpd/httpd.conf<br>
Created /etc/httpd/conf directory<br><br>
------------------------------------------------------------------------<br><br>
You seem to have a version of loncapa-current.tar.gz in /home/wytech/Desktop/installation.<br>
This copy will be used and a new version will NOT be downloaded.<br>
If you wish, you may download a new version by executing:<br><br>
wget <a href="http://install.loncapa.org/versions/loncapa-fedora-current.tar.gz" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://install.loncapa.org/versions/loncapa-fedora-current.tar.gz</a>

<br><br>
------------------------------------------------------------------------<br>
Extracting LON-CAPA source files<br><br>
All of the extra files seem to have been installed correctly.&nbsp; It remains for<br>
you to execute the following commands:<br><br>
cd /root/loncapa-N.N&nbsp;&nbsp;&nbsp;&nbsp; (N.N should correspond to a version number like '0.4')<br>
./UPDATE<br><br>
If you have any trouble, please see <a href="http://install.loncapa.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://install.loncapa.org/</a> and<br>
<a href="http://help.loncapa.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://help.loncapa.org/</a>.<br><br><br></div>
















<br>
<br>
<br>
The problem comes on the next step, where I get warnings and one
warning says I stuff about a Makefile in the build directory (I don't
have a build directory...). What could be the problem? Output below:<br>
<br><br><br><br><br><br><br>
/loncapa-2.1.3 # ./UPDATE<br>
ln: creating symbolic link `WARNINGS' to `loncom/build/WARNINGS': File exists<br>
install -d ../../doc/man<br>
install -d ../../doc/scripts<br>
install -d ../../doc/lib/perl/Apache<br>
echo -n &quot;&quot; &gt; WARNINGS<br>
make -f Makefile.build all<br>
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'<br>
make[1]: *** No rule to make target `all'.&nbsp; Stop.<br>
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'<br>
make: *** [build] Error 2<br>
install -d &quot;&quot;/etc<br>
echo -n &quot;LON-CAPA release 2.1.3-&quot; &gt; &quot;&quot;/etc/loncapa-release<br>
date +&quot;%Y%m%d&quot; &gt;&gt; &quot;&quot;/etc/loncapa-release<br>
install -d &quot;&quot;/home/httpd/html/lon-status<br>
echo -n &quot;2.1.3-&quot; &gt; &quot;&quot;/home/httpd/html/lon-status<div style="margin-left: 40px;">/version.txt<br>
date +&quot;%Y%m%d&quot; &gt;&gt; &quot;&quot;/home/httpd/html/lon-status/version.txt<br>
cat ../../doc/loncapafiles/loncapafiles.lpml | \<br>
perl lpml_parse.pl install &quot;development&quot; `perl ./distprobe` &quot;../..&quot; \<br>
&quot;&quot;&quot;&quot; &gt; Makefile.install<br>
Unable to interpret /etc/SuSE-release to determine system type at ./distprobe line 76.<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
lpml_parse.pl line 76.<br>
BEGIN failed--compilation aborted at lpml_parse.pl line 76.<br>
make: *** [Makefile.install] Error 2<br>
make -f Makefile.configinstall SOURCE=&quot;../..&quot; TARGET=&quot;&quot;&quot;&quot; \<br>
configfiles<br>
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'<br>
make[1]: *** No rule to make target `configfiles'.&nbsp; Stop.<br>
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'<br>
make: *** [configinstall] Error 2<br>
cat ../../doc/loncapafiles/updatequery.piml | \<br>
perl piml_parse.pl &quot;development&quot; `perl ./distprobe` &quot;&quot;&quot;&quot; &gt; /tmp/loncapa_query.pl; perl /tmp/loncapa_query.pl<br>
Unable to interpret /etc/SuSE-release to determine system type at ./distprobe line 76.<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.<br>
BEGIN failed--compilation aborted at piml_parse.pl line 67.<br>
Testing hosts.tab<br>
there is a defined link or file; assume okay<br>
Testing domain.tab<br>
there is a defined link or file; assume okay<br>
cat ../../doc/loncapafiles/loncapafiles.lpml | \<br>
perl xfml_parse.pl ../../doc/loncapafiles/valid_hosts.xfml | \<br>
perl lpml_parse.pl install &quot;development&quot; `perl ./distprobe` &quot;../..&quot; \<br>
&quot;&quot;&quot;&quot; &gt; Makefile.install<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
xfml_parse.pl line 60.<br>
BEGIN failed--compilation aborted at xfml_parse.pl line 60.<br>
Unable to interpret /etc/SuSE-release to determine system type at ./distprobe line 76.<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
lpml_parse.pl line 76.<br>
BEGIN failed--compilation aborted at lpml_parse.pl line 76.<br>
make: *** [hosts_and_domain_tab] Error 2<br>
make webserverconf<br>
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'<br>
cat ../../doc/loncapafiles/webserver.piml | \<br>
perl piml_parse.pl &quot;development&quot; `perl ./distprobe` &quot;&quot;&quot;&quot; | perl | \<br>
tee -a WARNINGS<br>
Unable to interpret /etc/SuSE-release to determine system type at ./distprobe line 76.<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.<br>
BEGIN failed--compilation aborted at piml_parse.pl line 67.<br>
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'<br>
make reseval_fixup<br>
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'<br>
cat ../../doc/loncapafiles/reseval_fixup.piml | \<br>
perl piml_parse.pl &quot;development&quot; `perl ./distprobe` &quot;&quot;&quot;&quot; | perl | \<br>
tee -a WARNINGS<br>
Unable to interpret /etc/SuSE-release to determine system type at ./distprobe line 76.<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.<br>
BEGIN failed--compilation aborted at piml_parse.pl line 67.<br>
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'<br>
make clean_file_permissions<br>
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'<br>
cat ../../doc/loncapafiles/clean_file_permissions.piml | \<br>
perl piml_parse.pl &quot;development&quot; `perl ./distprobe` &quot;&quot;&quot;&quot; | perl | \<br>
tee -a WARNINGS<br>
Unable to interpret /etc/SuSE-release to determine system type at ./distprobe line 76.<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.<br>
BEGIN failed--compilation aborted at piml_parse.pl line 67.<br>
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'<br>
make accesscount_seed<br>
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'<br>
cat ../../doc/loncapafiles/accesscount_seed.piml | \<br>
perl piml_parse.pl &quot;development&quot; `perl ./distprobe` &quot;&quot;&quot;&quot; | perl | \<br>
tee -a WARNINGS<br>
Unable to interpret /etc/SuSE-release to determine system type at ./distprobe line 76.<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.<br>
BEGIN failed--compilation aborted at piml_parse.pl line 67.<br>
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'<br>
make modify_config_files<br>
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'<br>
cat ../../doc/loncapafiles/modify_config_files.piml | \<br>
perl piml_parse.pl &quot;development&quot; `perl ./distprobe` &quot;&quot;&quot;&quot; | perl | \<br>
tee -a WARNINGS<br>
Unable to interpret /etc/SuSE-release to determine system type at ./distprobe line 76.<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.<br>
BEGIN failed--compilation aborted at piml_parse.pl line 67.<br>
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'<br>
make clearoutoldspreadsheetcache<br>
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'<br>
cat ../../doc/loncapafiles/clearoutoldspreadsheetcache.piml | \<br>
perl piml_parse.pl &quot;development&quot; `perl ./distprobe` &quot;&quot;&quot;&quot; | perl | \<br>
tee -a WARNINGS<br>
Unable to interpret /etc/SuSE-release to determine system type at ./distprobe line 76.<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.<br>
BEGIN failed--compilation aborted at piml_parse.pl line 67.<br>
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'<br>
make chkconfig<br>
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'<br>
cat ../../doc/loncapafiles/chkconfig.piml | \<br>
perl piml_parse.pl &quot;development&quot; `perl ./distprobe` &quot;&quot;&quot;&quot; | perl | \<br>
tee -a WARNINGS<br>
Unable to interpret /etc/SuSE-release to determine system type at ./distprobe line 76.<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.<br>
BEGIN failed--compilation aborted at piml_parse.pl line 67.<br>
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'<br>
make rpmcheck<br>
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'<br>
cat ../../doc/loncapafiles/rpmcheck.piml | \<br>
perl piml_parse.pl &quot;development&quot; `perl ./distprobe` &quot;&quot;&quot;&quot; | perl | \<br>
tee -a WARNINGS<br>
Unable to interpret /etc/SuSE-release to determine system type at ./distprobe line 76.<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.<br>
BEGIN failed--compilation aborted at piml_parse.pl line 67.<br>
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'<br>
make ntpcheck<br>
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'<br>
cat ../../doc/loncapafiles/ntpcheck.piml | \<br>
perl piml_parse.pl &quot;development&quot; `perl ./distprobe` &quot;&quot;&quot;&quot; | perl | \<br>
tee -a WARNINGS<br>
Unable to interpret /etc/SuSE-release to determine system type at ./distprobe line 76.<br>
Can't locate HTML/TokeParser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
piml_parse.pl line 67.<br>
BEGIN failed--compilation aborted at piml_parse.pl line 67.<br>
make[1]: Leaving directory `/root/loncapa-2.1.3/loncom/build'<br>
make html_parser_check<br>
make[1]: Entering directory `/root/loncapa-2.1.3/loncom/build'<br>
cat ../../doc/loncapafiles/html_parser_check.piml | \<br>
perl piml_parse.pl &quot;development&quot; `perl ./distprobe` &quot;&quot;&quot;&quot; | perl | \<br>
tee -a WARNINGS<br><br></div>[FILE SHORTENED TO FIT ON MAILING LIST]<br>

------=_Part_52732_1787427.1151597783940--