From d43debd757a697dc38b1a39b75dd7cd6eab3497d Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Sat, 6 Sep 2003 12:04:17 +0000 Subject: [PATCH] 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. --- .../books/handbook/linuxemu/chapter.sgml | 40 ++++++++----------- 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml b/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml index 33c3ffe676..9890703a99 100644 --- a/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml @@ -1591,37 +1591,29 @@ export PATH Installing the Linux Environment - 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. - Installing the Linux Base System First the linux_base - port needs to be installed (as root). This is - currently linux_base-6. + port needs to be installed (as root): &prompt.root; cd /usr/ports/emulators/linux_base -&prompt.root; make package +&prompt.root; make install distclean - Installing Linux Development + Installing Linux Development Environment - The Linux development is needed, if you want to install + The Linux development environment is needed, if you want to install &oracle; on FreeBSD according to the - corresponding description in the handbook: + : &prompt.root; cd /usr/ports/devel/linux_devtools -&prompt.root; make package +&prompt.root; make install distclean - Linux Development has only been installed for the &sap.r3; + The Linux development environment has only been installed for the &sap.r3; 46B IDES installation. It is not needed, if the &oracle; DB is not relinked on the FreeBSD system. This is the case if you are using the @@ -1634,12 +1626,12 @@ export PATH Installing the Necessary RPMs RPMs - To start the R3SETUP-Program, PAM support is needed. - During the first &sap; Installation on FreeBSD 4.3-STABLE I + To start the R3SETUP program, PAM support is needed. + During the first &sap; 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 &sap.r3; 4.6C SR2 I - directly forced the installation of the PAM-RPM, which also + worked. For &sap.r3; 4.6C SR2 we + directly forced the installation of the PAM RPM, which also works, so it seems the dependent packages are not needed: @@ -1647,9 +1639,9 @@ export PATH pam-0.68-7.i386.rpm For &oracle; 8.0.5 to run the - intelligent agent, I also had to install the RedHat Tcl package + intelligent agent, we also had to install the RedHat Tcl package tcl-8.0.5-30.i386.rpm (otherwise the - relinking during &oracle; install + relinking during &oracle; installation will not work). There are some other issues regarding relinking of &oracle;, but that is a &oracle; Linux issue, not FreeBSD specific. @@ -1660,9 +1652,9 @@ pam-0.68-7.i386.rpm Some Additional Hints It might also be a good idea to add linprocfs - to /etc/fstab. See man linprocfs. - Another parameter to set is kern.fallback_elf_brand=3 - which is done in file /etc/sysctl.conf. + to /etc/fstab, for more informations, see the &man.linprocfs.5; manual page. + Another parameter to set is kern.fallback_elf_brand=3 + which is done in the file /etc/sysctl.conf.