Simplify procedure, removing a potentially dangerous instruction, by
ignoring 4.x.
This commit is contained in:
parent
1b8eec7a9a
commit
c3b08467f6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31444
1 changed files with 6 additions and 32 deletions
|
@ -56,19 +56,13 @@
|
|||
<sect1>
|
||||
<title>Basic Configuration</title>
|
||||
|
||||
<para>&os; 4.X includes <command>perl</command> in the base
|
||||
system, but we need the threaded <command>perl</command>.
|
||||
Users of &os; 5.X may start the process after reading the forthcoming
|
||||
note.</para>
|
||||
<para>We need to install the threaded <command>perl</command>.
|
||||
Install <filename role="port">lang/perl5.8</filename>
|
||||
with the <makevar>USE_THREADS=yes</makevar> variable
|
||||
set. The current version of <command>perl</command>
|
||||
may need to be removed first; errors will be reported
|
||||
by the install process if this is necessary.</para>
|
||||
|
||||
<para>Remove the base <command>perl</command> and all
|
||||
traces of <command>perl</command> from the system with
|
||||
the following command:</para>
|
||||
|
||||
<!-- XXX This looks like too much; "Half of my home directory is
|
||||
missing!" Won't use.perl do? -->
|
||||
<screen>&prompt.root <userinput>find / -name '*perl*' | xargs rm -rf</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>This will require all ports which require
|
||||
<command>perl</command> to be rebuilt and reinstalled;
|
||||
|
@ -78,26 +72,6 @@
|
|||
reinstalled.</para>
|
||||
</note>
|
||||
|
||||
<para>Install <filename role="port">lang/perl5.8</filename>
|
||||
with the <makevar>USE_THREADS=yes</makevar> variable
|
||||
set. The current version of <command>perl</command>
|
||||
may need to be removed first; errors will be reported
|
||||
by the install process if this is necessary.</para>
|
||||
|
||||
<note>
|
||||
<para>&os; 4.X users will need to run the
|
||||
<command>use.perl</command> command in the
|
||||
<filename>work</filename> work directory. The
|
||||
permissions may need to be altered to make the
|
||||
file executable first, I just set it to 755
|
||||
with <command>chmod</command>. From this point
|
||||
on, all users of &os; 4.X should uncomment the
|
||||
<makevar>NOPERL</makevar> option in their local
|
||||
<filename>make.conf</filename> file. Otherwise
|
||||
the base <command>perl</command> will be reinstalled
|
||||
during the next upgrade.</para>
|
||||
</note>
|
||||
|
||||
<para>Now for the database server;
|
||||
<application>MySQL</application> is perfect for this
|
||||
sort of work. Install the
|
||||
|
|
Loading…
Reference in a new issue