Hi,<br><span class="gmail_quote"></span><br>
<span class="gmail_quote"></span>August wrote:<br>
&gt;I can confirm that OME works fine with Apache2 and Ubuntu.&nbsp;&nbsp; You just<br>
<br>
Thanks.<br>
<br>
Ilya wrote:<br>
<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Regarding the installer not being able to find the document root or<br>cgi-bin (Curtis Prob #2):
<br>The installer was able to find the httpd binary, and use it to<br>determine the location of httpd.conf.&nbsp;&nbsp;So all is not lost.<br>The regex for finding the DocumentRoot and the ScriptAlias in<br>httpd.conf are:<br>/^\s*DocumentRoot\s+[&quot;]*([^&quot;|\n]+)[&quot;]*/
<br>/^\s*ScriptAlias\s+\/cgi-bin\/\s+[&quot;]*([^&quot;|\n]+)[&quot;]*/<br>(the stuff in the parens is plucked out as the paths for these things.)<br><br>Apparently they don't work for your httpd.conf.&nbsp;&nbsp;Can you email back
<br>what those lines say in yours?</blockquote><div><br>I looked into
this. The problem is that on my system, the main configuration file
(apache2.conf) uses shell glob style Include directives (e.g., &quot;Include
/etc/apache2/sites-enabled/[^.#]*&quot;) rather than pointing only at single
files. I have committed a fix to Apache to evaluate each Include
directive and add all matching files to the IncludeSet. The installer
now properly detects DocumentRoot and ScriptAlias on my system. Note
that perl glob/bsd_glob does not work with the Apache glob syntax, so I
had to roll my own solution using a modified glob-to-regex subroutine,
but it seems to work well.<br>
<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Problem #1 isn't a problem - I tried to tone down the scary-looking<br>errors, but I guess I should have just suppressed them.
</blockquote><div><br>I added the phrase &quot;If this is your first time installing OME,
this message is normal and can be safely ignored&quot; to the parenthetical notes. The &quot;System Error:
No such file or directory&quot; and &quot;System Error: Bad file descriptor&quot;
messages are still pretty scary, though. It would be nice if they could be suppressed.<br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Problem #3 is hopefully an omeis thing that was fixed (please try<br>again after a new check-out).&nbsp;&nbsp;If not, then maybe its a libxml thing
<br>like Chris was suggesting.&nbsp;&nbsp;I think its an omeis thing though<br>(crossing fingers).</blockquote><div><br>
I did &quot;sudo rm -rf ~/OME&quot; and &quot;sudo -rf /OME&quot; and &quot;cvs co OME&quot; from scratch, but still no dice, unfortunately.<br>
<br>
Since you said this could be due to a race condition with Berkeley DB,
I tried every version available for Ubuntu (libdb4.3-dev, libdb4.2-dev,
libdb4.1-dev, libdb3-dev, libdb2-dev, and libdb1-dev), with no success.
(libdb1 is too old to be recognized by the installer prerequisites
checker, and libdb2 gave more and worse error messages. The others all
die on import of Repository.ome.)<br>
</div><br>For libxml, I have libxml2-dev 2.6.21 installed. I am going
to try the CVS version of XML::LibXML that Chris emailed out recently.
I'll keep you posted.<br>
<br>
One other interesting note: the installer died once testing mod_perl,
claiming it was improperly configured, with a &quot;500 Server closed
connection without sending any data back&quot; error. Seems very fishy,
since it is eerily similar to the 500 EOF errors usually seen from the
Repository.ome import later on. Maybe there is a deeper bug in my
Apache/mod_perl setup?<br>
<br></div>-Curtis<br>