<html>
<body>
Dear all,<br><br>
I need some help with setting up our SERweb version 9.0.4 on Linux
2.6.9-34.0.2.ELsmp:&nbsp; In SER HOWto Dan Austin wrote:<br><br>
<br>
<pre><font face="Courier New, Courier" color="#800000">Following files
must be updated with this &quot;new&quot; path to the
&nbsp;&nbsp; libraries:
./admin/prepend.php
./user_interface/prepend.php
./user_interface/reg/prepend.php

&nbsp;&nbsp; For these files the variable: $_PHPLIB[&quot;libdir&quot;]
=
&nbsp;&nbsp; &quot;../../phplib/&quot;; becomes
$_PHPLIB[&quot;libdir&quot;] =
&nbsp;&nbsp; &quot;../../../phplib/&quot;;

</font></pre><font face="Courier New, Courier">Does this mean I should
substitute the path like this </font><pre>$_PHPLIB[&quot;libdir&quot;]=
&quot;var/www/html/phplib/&quot; or just modify the existing path like
this $_PHPLIB[&quot;libdir&quot;]= &quot;../../../phplib/&quot;?&nbsp; 

Also, in SER HOWto Dan Austin wrote:


<font face="Courier New, Courier" color="#800000">In the ./admin
directory edit the files acl.php, index.php,and users.php will need their
path to the forms library updated. For this example, add ../ to the
existing line

:require &quot;../../../phplib/oohforms.inc&quot;;

</font>In my files acl.php, index.php,and users.php, there is no line
&quot;:require &quot;../../../phplib/oohforms.inc&quot;;&quot;.&nbsp; Do
I need to add this line?&nbsp; If so, where?&nbsp; Does anyone out there
have these files so I can try and replicate for my site?&nbsp; I also
need a sample config.php file.&nbsp; I can not see any of the variables
mentioned in the documentation.

Thanks,

Ronald Otero






</body>
</html>