Changes

From SME Server
Jump to navigationJump to search
413 bytes added ,  17:00, 13 February 2013
no edit summary
Line 138: Line 138:  
*[[bugzilla:7234|Bug #7234: e-smith-apache should require mod_ssl]]
 
*[[bugzilla:7234|Bug #7234: e-smith-apache should require mod_ssl]]
 
*[[bugzilla:7297|Bug #7297: e-smith-hosts should require dhcp]]
 
*[[bugzilla:7297|Bug #7297: e-smith-hosts should require dhcp]]
 +
    
==== Move some perl modules ====
 
==== Move some perl modules ====
 +
As [[bugzilla:7223]] is now fixed this step should not be needed, check if there are any remaining perl modules with the following. If it still shows some .pm files then click on 'More on perl modules'
 +
<syntaxhighlight lang="Bash">
 +
ls -ltR /usr/lib/perl5/site_perl/esmith/*
 +
</syntaxhighlight>
 +
 +
<div class="mw-collapsible mw-collapsed" data-collapsetext="Collapse" data-expandtext="More on perl modules">
 
We need to copy some perl modules to a new directory, because @INC has changed in EL6: [[bugzilla:7223]]
 
We need to copy some perl modules to a new directory, because @INC has changed in EL6: [[bugzilla:7223]]
 
<syntaxhighlight lang="Bash">
 
<syntaxhighlight lang="Bash">
 
cp -a /usr/lib/perl5/site_perl/esmith/* /usr/share/perl5/vendor_perl/esmith
 
cp -a /usr/lib/perl5/site_perl/esmith/* /usr/share/perl5/vendor_perl/esmith
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
</div>
 +
    
==== Run post-upgrade ====
 
==== Run post-upgrade ====

Navigation menu