Hi Ista,<br>
<br>
You are almost there. The make test errors don&#39;t make a difference. All you have to do is add to the section:<br><br>## OPAC<br>
&lt;VirtualHost <a href="http://127.0.1.1/" target="_blank">127.0.1.1:80</a>&gt;<br><br>and<br><br>## Intranet<br>
&lt;VirtualHost <a href="http://127.0.1.1:8080/" target="_blank">127.0.1.1:8080</a>&gt;<br><br>to include the IP address of your server. It will end up looking like:<br><br>## OPAC<br>

&lt;VirtualHost <a href="http://127.0.1.1/" target="_blank">127.0.1.1:80</a> 10.11.103.4&gt;<br>
<br>
and<br>
<br>
## Intranet<br>

&lt;VirtualHost <a href="http://127.0.1.1:8080/" target="_blank">127.0.1.1:8080</a> <a href="http://10.11.103.4:8080">10.11.103.4:8080</a>&gt;<br><br>Where 10.11.103.4 is the IP address of your box. <br><br>Martin<br><br>
Martin Brenner<br>Head Librarian<br>Whitfield School<br>175 S Mason Rd<br>St. Louis MO 63141<br>
<br><br><br><div class="gmail_quote">On Wed, Dec 16, 2009 at 10:27 AM, Ista Zahn <span dir="ltr">&lt;<a href="mailto:izahn@psych.rochester.edu">izahn@psych.rochester.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi everyone,<br>
I&#39;m new to Koha, and to this list. I&#39;m trying to set up Koha  (version<br>
koha-3.00.04_fixed, downloaded from <a href="http://koha.org/" target="_blank">http://koha.org/</a>) for a very small<br>
community library, and am running into trouble installing the<br>
software. The server is running Ubuntu 8.10 (Intrepid). I followed the<br>
installation instructions in the INSTALL.ubuntu file shipped with the<br>
program to the letter, but when I run &#39;make test&#39; I got the following<br>
errors:<br>
<br>
#   Failed test &#39;5 of 3 pieces produced&#39;<br>
#   at t/Labels_split_ddcn.t line 30.<br>
t/Labels_split_ddcn............NOK 64/82<br>
#   Failed test &#39;(MP3-CD F PARKER)[0]   matches: MP3-CD&#39;<br>
#   at t/Labels_split_ddcn.t line 35.<br>
t/Labels_split_ddcn............NOK 66/82<br>
#   Failed test &#39;(MP3-CD F PARKER)[1]   matches: F&#39;<br>
#   at t/Labels_split_ddcn.t line 35.<br>
t/Labels_split_ddcn............NOK 68/82<br>
#   Failed test &#39;(MP3-CD F PARKER)[2]   matches: PARKER&#39;<br>
#   at t/Labels_split_ddcn.t line 35.<br>
# Looks like you failed 4 tests of 82.<br>
t/Labels_split_ddcn............dubious<br>
        Test returned status 4 (wstat 1024, 0x400)<br>
DIED. FAILED tests 62, 64, 66, 68<br>
        Failed 4/82 tests, 95.12% okay<br>
<br>
I went ahead with &#39;make install&#39; anyway, and followed the remaining<br>
instructions. When I finished, I pointed my browser to &lt;MyDomain&gt;:8080<br>
but it just says &quot;The requested URL / was not found on this server.&quot;<br>
<br>
My guess is that the problem is either related to the error message<br>
above, or to my apache configuration. My apache config file is pasted<br>
below. I&#39;ll be really grateful for any pointers on what to try next,<br>
as I&#39;m feeling pretty stuck at this point.<br>
<br>
Thanks!<br>
Ista<br>
<br>
##########Apache config file##############<br>
# Koha Apache Configuration Directives<br>
<br>
#NameVirtualHost *<br>
<br>
## OPAC<br>
&lt;VirtualHost <a href="http://127.0.1.1:80" target="_blank">127.0.1.1:80</a>&gt;<br>
   ServerAdmin  webmaster@prometheus<br>
   DocumentRoot /var/www/koha/opac/htdocs<br>
   ServerName prometheus<br>
#  ServerAlias <a href="http://opac.mydomain.com" target="_blank">opac.mydomain.com</a><br>
   ScriptAlias /cgi-bin/koha/ &quot;/var/www/koha/opac/cgi-bin/opac/&quot;<br>
   ScriptAlias /index.html &quot;/var/www/koha/opac/cgi-bin/opac/<a href="http://opac-main.pl" target="_blank">opac-main.pl</a>&quot;<br>
   ScriptAlias /<a href="http://opac-search.pl" target="_blank">opac-search.pl</a> &quot;/var/www/koha/opac/cgi-bin/opac/search&quot;<br>
   ScriptAlias /search &quot;/var/www/koha/opac/cgi-bin/opac/search&quot;<br>
   ErrorLog /var/www/koha/var/log/koha-opac-error_log<br>
#  TransferLog /var/www/koha/var/log/koha-opac-access_log<br>
   SetEnv KOHA_CONF &quot;/var/www/koha/etc/koha-conf.xml&quot;<br>
   SetEnv PERL5LIB &quot;/var/www/koha/lib&quot;<br>
<br>
#  Repeat this virtualhost stanza changing the following environment vars to<br>
#  create multiple OPAC interfaces with custom css and/or search limits:<br>
#  SetEnv OPAC_CSS_OVERRIDE mystyle.css<br>
#  SetEnv OPAC_SEARCH_LIMIT branch:CODE<br>
#  SetEnv OPAC_LIMIT_OVERRIDE 1<br>
<br>
   Options +FollowSymLinks<br>
<br>
   ErrorDocument 400 /cgi-bin/koha/errors/<a href="http://400.pl" target="_blank">400.pl</a><br>
   ErrorDocument 401 /cgi-bin/koha/errors/<a href="http://401.pl" target="_blank">401.pl</a><br>
   ErrorDocument 403 /cgi-bin/koha/errors/<a href="http://403.pl" target="_blank">403.pl</a><br>
   ErrorDocument 404 /cgi-bin/koha/errors/<a href="http://404.pl" target="_blank">404.pl</a><br>
   ErrorDocument 500 /cgi-bin/koha/errors/<a href="http://500.pl" target="_blank">500.pl</a><br>
<br>
#  Rewrite Rules<br>
   RewriteEngine On<br>
#  Uncomment to turn on rewrite logging<br>
#  RewriteLog /var/www/koha/var/log/koha-opac-rewrite.log<br>
#  RewriteLogLevel 1<br>
   RewriteCond %{QUERY_STRING} (.*?)(?:[A-Za-z0-9_-]+)=&amp;(.*)<br>
   RewriteRule (.+) $1?%1%2 [N,R,NE]<br>
<br>
   RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/opac-detail\.pl?bib=$1 [PT]<br>
   RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT]<br>
   RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT]<br>
&lt;/VirtualHost&gt;<br>
<br>
## Intranet<br>
&lt;VirtualHost <a href="http://127.0.1.1:8080" target="_blank">127.0.1.1:8080</a>&gt;<br>
   ServerAdmin webmaster@prometheus<br>
   DocumentRoot /var/www/koha/intranet/htdocs<br>
   ServerName prometheus:8080<br>
#  ServerAlias <a href="http://intranet.mydomain.com" target="_blank">intranet.mydomain.com</a><br>
   ScriptAlias /cgi-bin/koha/ &quot;/var/www/koha/intranet/cgi-bin/&quot;<br>
   ScriptAlias /index.html &quot;/var/www/koha/intranet/cgi-bin/<a href="http://mainpage.pl" target="_blank">mainpage.pl</a>&quot;<br>
   ScriptAlias /search &quot;/var/www/koha/intranet/cgi-bin/<a href="http://search.pl" target="_blank">search.pl</a>&quot;<br>
   ErrorLog /var/www/koha/var/log/koha-error_log<br>
#  TransferLog /var/www/koha/var/log/koha-access_log<br>
   SetEnv KOHA_CONF &quot;/var/www/koha/etc/koha-conf.xml&quot;<br>
   SetEnv PERL5LIB &quot;/var/www/koha/lib&quot;<br>
   Options +FollowSymLinks<br>
<br>
   ErrorDocument 400 /cgi-bin/koha/errors/<a href="http://400.pl" target="_blank">400.pl</a><br>
   ErrorDocument 401 /cgi-bin/koha/errors/<a href="http://401.pl" target="_blank">401.pl</a><br>
   ErrorDocument 403 /cgi-bin/koha/errors/<a href="http://403.pl" target="_blank">403.pl</a><br>
   ErrorDocument 404 /cgi-bin/koha/errors/<a href="http://404.pl" target="_blank">404.pl</a><br>
   ErrorDocument 500 /cgi-bin/koha/errors/<a href="http://500.pl" target="_blank">500.pl</a><br>
<br>
   RewriteEngine On<br>
#  Uncomment to turn on rewrite logging<br>
#  RewriteLog /var/www/koha/var/log/koha-intranet-rewrite.log<br>
#  RewriteLogLevel 1<br>
<br>
   RewriteCond %{QUERY_STRING} (.*?)(?:[A-Za-z0-9_-]+)=&amp;(.*)<br>
   RewriteRule (.+) $1?%1%2 [N,R,NE]<br>
   RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/detail\.pl?bib=$1 [PT]<br>
   RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT]<br>
   RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT]<br>
&lt;/VirtualHost&gt;<br>
<br>
<br>
<br>
--<br>
Ista Zahn<br>
Graduate student<br>
University of Rochester<br>
Department of Clinical and Social Psychology<br>
<a href="http://yourpsyche.org" target="_blank">http://yourpsyche.org</a><br>
_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</blockquote></div><br>