Fix the "Installing the Linux Environment" part in the SAP section:

- Remove a para about "troubles" with 4.3-STABLE, this is outdated and
  confusing.
- Remove the version number of linux_base port.
- Rename "Linux Development" to "Linux Development Environment"
- Add a link to Oracle installation
- make install distclean is a better choice than make package to install
  a port
- Some rewordings, application tags addition, and other tags and manual
  page entities fixes.
This commit is contained in:
Marc Fonvieille 2003-09-06 12:04:17 +00:00
parent 69283cbdb8
commit d43debd757
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18073

View file

@ -1591,37 +1591,29 @@ export PATH</programlisting>
<sect2 id="installingthelinuxenviornment">
<title>Installing the Linux Environment</title>
<para>During the first installation with FreeBSD 4.3-STABLE I had some
trouble downloading the required RPM-files (for 4.3 stable, 2nd May
2001), but with FreeBSD 4.5-STABLE, everything went very smooth.
Should you encounter some problems, try to download those files by
hand. For a list of RPM-Mirrors and required files, see the
corresponding makefile.</para>
<sect3 id="installinglinuxbase-system">
<title>Installing the Linux Base System</title>
<para>First the <link linkend="linuxemu-libs-port">linux_base</link>
port needs to be installed (as <username>root</username>). This is
currently <filename>linux_base-6</filename>.</para>
port needs to be installed (as <username>root</username>):</para>
<screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_base</userinput>
&prompt.root; <userinput>make package</userinput></screen>
&prompt.root; <userinput>make install distclean</userinput></screen>
</sect3>
<sect3 id="installinglinuxdevelopment">
<title>Installing Linux Development</title>
<title>Installing Linux Development Environment</title>
<para>The Linux development is needed, if you want to install
<para>The Linux development environment is needed, if you want to install
<application>&oracle;</application> on FreeBSD according to the
corresponding description in the handbook:</para>
<xref linkend="linuxemu-oracle">:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/devel/linux_devtools</userinput>
&prompt.root; <userinput>make package</userinput></screen>
&prompt.root; <userinput>make install distclean</userinput></screen>
<para>Linux Development has only been installed for the <application>&sap.r3;
<para>The Linux development environment has only been installed for the <application>&sap.r3;
46B IDES</application> installation. It is not needed, if
the <application>&oracle; DB</application> is not relinked on the
FreeBSD system. This is the case if you are using the
@ -1634,12 +1626,12 @@ export PATH</programlisting>
<title>Installing the Necessary RPMs</title>
<indexterm><primary>RPMs</primary></indexterm>
<para>To start the R3SETUP-Program, PAM support is needed.
During the first &sap; Installation on FreeBSD 4.3-STABLE I
<para>To start the <application>R3SETUP</application> program, PAM support is needed.
During the first <application>&sap;</application> Installation on FreeBSD 4.3-STABLE we
tried to install PAM with all the required packages and
finally forced the installation of the PAM package, which
worked. For <application>&sap.r3; 4.6C SR2</application> I
directly forced the installation of the PAM-RPM, which also
worked. For <application>&sap.r3; 4.6C SR2</application> we
directly forced the installation of the PAM <application>RPM</application>, which also
works, so it seems the dependent packages are not needed:</para>
@ -1647,9 +1639,9 @@ export PATH</programlisting>
pam-0.68-7.i386.rpm</userinput></screen>
<para>For <application>&oracle; 8.0.5</application> to run the
intelligent agent, I also had to install the RedHat Tcl package
intelligent agent, we also had to install the RedHat <application>Tcl</application> package
<filename>tcl-8.0.5-30.i386.rpm</filename> (otherwise the
relinking during <application>&oracle;</application> install
relinking during <application>&oracle;</application> installation
will not work). There are some other issues regarding
relinking of <application>&oracle;</application>, but that is
a &oracle; Linux issue, not FreeBSD specific.</para>
@ -1660,9 +1652,9 @@ pam-0.68-7.i386.rpm</userinput></screen>
<title>Some Additional Hints</title>
<para>It might also be a good idea to add <filename>linprocfs</filename>
to <filename>/etc/fstab</filename>. See <command>man linprocfs</command>.
Another parameter to set is <emphasis>kern.fallback_elf_brand=3</emphasis>
which is done in file <filename>/etc/sysctl.conf</filename>.</para>
to <filename>/etc/fstab</filename>, for more informations, see the &man.linprocfs.5; manual page.
Another parameter to set is <literal>kern.fallback_elf_brand=3</literal>
which is done in the file <filename>/etc/sysctl.conf</filename>.</para>
</sect3>
</sect2>