How do you install Domino 6 on a Debian-based Linux?
All FAQs for Notes/Domino 6.xYou'll need to fix the library problem before trying to install Domino if memory serves me, and the second problem needs to be fixed before trying to run the HTTP task, though it is best fix it as soon as Domino files have been installed. a) download IBM's JRE 1.3.1 for Linux on Intel from their website. Unpack it (using ark or tar zxvf on the command line) to a place of you choice - I chose /opt/lotus/ibmjava/jvm just to keep it near the Domino install. No "install" is required.
Related QuestionsWhat is Debian GNU/Linux?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Debian GNU/Linux is a particular distribution of the Linux operating system, and numerous packages that run on it. In principle, users could obtain the Linux kernel via the Internet or from elsewhere, and compile it themselves. They could then obtain source code for many applications in the same way, compile the programs, then install them into their systems. For complicated programs, this process can be not only time-consuming but error-prone.
Related QuestionsHow compatible is Debian with other distributions of Linux?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Debian developers communicate with other Linux distribution creators in an effort to maintain binary compatibility across Linux distributions. Most commercial Linux products run as well under Debian as they do on the system upon which they were built. Debian GNU/Linux adheres to the Linux Filesystem Hierarchy Standard. However, there is room for interpretation in some of the rules within this standard, so there may be slight differences between a Debian system and other Linux systems.
Related QuestionsWhat is missing from Debian GNU/Linux?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...A list of packages which are still needed to be packaged for Debian exists, the Work-Needing and Prospective Packages list. For more details about adding the missing things, see How can I become a Debian software developer?, Section 12.1. Debian Policy requires that such symbolic links (to libfoo.so.x.y.z or similar) are placed in separate, development packages. Those packages are usually named libfoo-dev or libfooX-dev (presuming the library package is named libfooX, and X is a whole number).
Related QuestionsHow do I install the Debian from CD-ROMs?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Linux supports the ISO 9660 (CD-ROM) file system with Rock Ridge extensions (formerly known as "High Sierra". Several vendors provide Debian GNU/Linux in this format. Warning: When installing from CD-ROM, it is usually not a good idea to choose dselect's cdrom access method. This method is usually very slow.
Related QuestionsHow should I install a non-Debian program?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Files under the directory /usr/local/ are not under the control of the Debian package management system. Therefore, it is good practice to place the source code for your program in /usr/local/src/. For example, you might extract the files for a package named "foo.tar" into the directory /usr/local/src/foo. After you compile them, place the binaries in /usr/local/bin/, the libraries in /usr/local/lib/, and the configuration files in /usr/local/etc/.
Related QuestionsWhat is Debian Linux?
The Techguy Linux FAQ - Tech Support Guy ForumsIt was as a result of this manifesto that debian's Social Contract was written, a document defining what Debian GNU/Linux is all about. Read the Social contract here. Gentoo is a source distribution. This means the user compiles most everything from source. This is both good and bad. Good because it improves performance, especially on older machines. The bad is because this takes time and on a older machine, a lot of time.
Related QuestionsHow do you install Domino 6 on RedHat 8/9?
All FAQs for Notes/Domino 6.xhttp://at.rpmfind.net/opsys/linux/RPM/redhat.com/dist/linux/8.0/en/os/i386/compat-libstdc++-7.3-2.96.110.i386.html or you will get an error about libstdc++-libc6.1-1.so.2 not being found. This applies to Domino 6.0.0 and 6.0.1.
Related QuestionsHow can I install Tomcat on Debian?
FAQ - GEANT2-JRA1 WikiMake sure you do all steps as root. Download and install Tomcat x@y:/$ cd /usr/local x@y:/usr/local/$ wget http://www.apache.org/dist/tomcat/tomcat-5/v5.0.28/bin/jakarta-tomcat-5.0.28.tar.gz x@y:/usr/local/$ tar -zxf jakarta-tomcat-5.0.28.tar.gz x@y:/usr/local/$ mv jakarta-tomcat-5.0.28 tomcat Make script so you can start-stop-restart Tomcat (make sure that java path is correct!). x@y:/$ cd /etc/init.d x@y:/etc/init.
Related QuestionsCan I get and install Debian directly from a remote Internet site?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Yes. You can boot the Debian installation system from a set of files you can download from our FTP site and its mirrors. You can download a small CD image file, create a bootable CD from it, install the basic system from it and the rest over the network. For more information please see http://www.debian.org/CD/netinst/. You can also download even smaller floppy disk image files, create bootable diskettes from them, start the installation procedure and get the rest of Debian over the network.
Related QuestionsOn what hardware architectures/systems does Debian GNU/Linux run?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Debian GNU/Linux includes complete source-code for all of the included programs, so it should work on all systems which are supported by the Linux kernel; see the Linux FAQ for details. The current Debian GNU/Linux release, 3.
Related QuestionsWhat types of applications and development software are available for Debian GNU/Linux?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...the major GNU applications for software development, file manipulation, and text processing, including gcc, g++, make, texinfo, Emacs, the Bash shell and numerous upgraded Unix utilities, the X Window System, which provides a networked graphical user interface for Linux, and countless X applications including GNOME and KDE as well as the GIMP GNU Image Manipulation Program, a full suite of networking applications, including servers for Internet protocols such as HTTP (WWW), FTP, NNTP (news), SMT.
Related QuestionsHow can I install Java (JDK) on Debian?
FAQ - GEANT2-JRA1 WikiGo to address http://java.sun.com/javase/downloads/index.jsp and download packet that contains java JDK and JRE with extension .bin Download it in directory /usr/java (do all steps as root). x@y:/$ mkdir /usr/java x@y:/$ cd /usr/java x@y:/usr/java/$ chmod 755 jdk-1_5_0_09-linux-i586-rpm.bin x@y:/usr/java/$ ./jdk-1_5_0_09-linux-i586-rpm.bin After installation, make and run this script. x@y:/usr/java$ pico skripta.sh #!/bin/sh for i in 'find /usr/java | grep ^.*\.
Related QuestionsCan I install Security-enhanced Linux on an existing Linux system?
SELinux Frequently Asked Questions (FAQ)Yes, you can install just the SELinux modifications on an existing Linux system or you can install a Linux distribution that already includes SELinux support. SELinux consists of a SELinux-enabled Linux kernel, a core set of libraries and utilities, some modified userland packages, and a policy configuration. To install it on an existing Linux system that lacks SELinux support, you must have the ability to compile the software and also have other necessary system packages.
Related QuestionsWhat's missing from Debian GNU/Linux?
The Debian GNU/Linux FAQ: Software Available in the Debian s...A list of packages which are most urgently needed for the Debian distribution is maintained by Sven Rudolph. For more details, see the section on contributing to the Debian project.
Related QuestionsThe Debian GNU/Linux FAQ: Software available in the Debian s...A list of packages which are most urgently needed for Debian is maintained by Sven Rudolph. For more details, see the section on contributing to the Debian project.Related Questions
The Debian GNU/Linux FAQ - Software available in the Debian ...A list of packages which are still needed to be packaged for Debian exists, the Work-Needing and Prospective Packages list. For more details about adding the missing things, see How can I become a Debian software developer?, Section 12.1. Debian Policy requires that such symbolic links (to libfoo.so.x.y.z or similar) are placed in separate, development packages. Those packages are usually named libfoo-dev or libfooX-dev (presuming the library package is named libfooX, and X is a whole number).Related Questions
If SLN2.0 will not be based on Notes/Domino, then what will it be?
SLN Request For Public Comment | FAQ'sThe proposed platform is a multi-tiered solution, based on the Open Source project called uPortal, and will include components from several other Open Source projects, including Sakai and LAMS. See http://uportal.org/, http://www.sakaiproject.org/, and http://lamsfoundation.org/, respectively, for information on these projects. For complete details, see SLN’s Technology Strategy Report, Request for Public Comment dated October 24, 2005 .
Related QuestionsWhat Debian branch is Freespire based on?
FAQ Category: About Freespire and The Freespire Project - Fr...Freespire believes in using ?the best of breed? work from all worlds (Debian, Linspire, Ubuntu, other open source projects, etc.), but is mostly a direct derivative from Debian "Sid." Freespire 2.0 is a derivative of Debian "Etch".
Related QuestionsHow can I get and install the Debian distribution from a tape?
The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...present, installing packages directly from tape is not supported. One can however, use tar, cpio, or afio to copy Debian archive files onto a tape, then copy them onto your local disk for installation. In the same vein, floppy disks containing "tar" files would have to be copied onto a local disk before they could be managed with the Debian package tools.
Related QuestionsHow can I install Cernlib on Debian?
Cernlib on Debian FAQThe Cernlib packages for sarge / etch / lenny / sid are official Debian packages, and available from your usual Debian mirror with "apt-get install cernlib". See the packages page for a complete list of individual packages; you may be able to save disk space by only installing the parts of Cernlib you specifically need. In particular, if you only want to do data analysis with PAW or Paw++, just run "apt-get install paw" (or paw++).
Related QuestionsWhat is a "basic Debian GNU/Linux installation"?
IT Box Computer Services 2U Rackmount CasesThis means that Debian has been pre-installed using the latest stable version (Sarge or 3.1R2) of the network install CD. This results in a system which is bootable and has some basic facilities available. Additional software can be downloaded and installed using apt.
Related QuestionsWhat is a Domino-based multilingual Web site?
IBM Expertise : Globalizing your e-businessIt is a site available in more than one language, developed with the best-of-breed tools, Domino Designer 6 and Domino Global WorkBench 6. The site can be composed of several unilingual databases (one language per database), several multilingual database (more than one language per database) or any combination of several unilingual and multilingual databases.
Related QuestionsCan I install multiple Internet Explorers under Linux?
Forum FAQ - GameDev.Net Discussion ForumsThe Web Development forum is designed for discussions on all things related to Web Development. It's the ideal place for topics from HTML, XHTML, CSS and XML to SQL, ASP, PHP, Flash and other web-related subjects.
Related QuestionsHow do I "un-install" Linux?
Exocore ConsultingSo don't try it! :) RHL's graphical does not work on most display boards. PCQ recommends only text based install.
Related Questions