Pdksh on linux

pdksh-5.2.14-30.3 package was not able to install
the message displayed it conflicts with ksh-20060214-1.4
will this create errors so ksh-20060214 is enough
or
pdksh should be installed

Hi,
I am just posting this to clarify because of all of the problems I had trying to get pdksh to install.
1: Download the rpm for pdksh.
I downloaded mine from http://linuxsoft.cern.ch/cern/slc43/i386/yum/updates/repodata/repoview/pdksh-0-5.2.14-30.3.html.
the downloaded file is pdksh-5.2.14-30.3.i386.rpm
2: Run the command to install:
# rpm -ivh pdksh-5.2.14-30.3.i386.rpm
3: If there is a problem with the old ksh then run the command
# rpm -e [named file]
to get rid of the old version and rerun step 2 to install again.
Thank you,
Louis J. Desy Jr.
[email protected]
[email protected]

Similar Messages

  • Package "pdksh-5.2.14"  missing installing database 11g in linux 6

    hi am geting this error root@tshifhiwa Packages]# rpm -Uvh pdksh-5.2.14.*
    error: File not found by glob: pdksh-5.2.14.*
    [root@tshifhiwa Packages]#
    where can i get this packages

    i did ask but there is no replay,you can answer also hear
    Edited by: Tshifhiwa on 2012/02/09 4:02 PM

  • How to install 9ias on Linux quick guide

    I have installed the linux version of application server a couple of times now. I have noted all the steps I took to complete the installation. Everything works except for reports. Anyway here are the steps I took to get it working. Hope it helps. Note: This is for RedHat Advanced Server 2.1, I have created a user called oracle9 to own the software. Please feel free to add comments etc.
    1. Install RedHat Linux Advanced Server 2.1 - install all the packages.
    2. Edit files in the following directory to allow connectivity, must be as ROOT user.
    /etc/xinetd.d
    3. Edit the directory permissions for /usr/local and /usr/local/src as ROOT user.
    This is we can install files and utilities in these directories. Also create an oracle directory to
    store the software. I created /usr/local/oracle/orahome1.
    chmod 777 /usr/local
    chmod 777 /usr/local/src
    chmod 777 /usr/local/oracle
    chmod 777 /usr/local/oracle/orahome1
    4. Add /usr/sbin to the PATH environment variable so that most commands are accessible.
    To do this edit the /etc/profile file.
    Add the following line
    PATH="/usr/bin:$PATH:/usr/X11R6/bin:/usr/sbin:/sbin"
    5. Check kernel and glibc versions by running uname. ie
    Kernel check is uname -r
    OR
    use rpm -q kernel
    rpm -q glibc
    The versions shoule be as follows
    kernel = 2.4.9-e.3
    glibc = 2.2.4-26
    6. System Wide Ulimit and Swap File Settings.
    Should be as follows.
    time unlimited
    file unlimited
    data 1048576
    stack 131072
    memory unlimited
    coredump 4194303
    nofiles 2048
    There are several files to enable these settings.
    First we edit the /etc/security/limits.conf file to set the required limits.
    File should look like this.
    # /etc/security/limits.conf
    #Each line describes a limit for a user in the form:
    #<domain> <type> <item> <value>
    #Where:
    #<domain> can be:
    # - an user name
    # - a group name, with @group syntax
    # - the wildcard *, for default entry
    #<type> can have the two values:
    # - "soft" for enforcing the soft limits
    # - "hard" for enforcing hard limits
    #<item> can be one of the following:
    # - core - limits the core file size (KB)
    # - data - max data size (KB)
    # - fsize - maximum filesize (KB)
    # - memlock - max locked-in-memory address space (KB)
    # - nofile - max number of open files
    # - rss - max resident set size (KB)
    # - stack - max stack size (KB)
    # - cpu - max CPU time (MIN)
    # - nproc - max number of processes
    # - as - address space limit
    # - maxlogins - max number of logins for this user
    # - priority - the priority to run user process with
    # - locks - max number of file locks the user can hold
    #<domain> <type> <item> <value>
    #* soft core 0
    #* hard rss 10000
    #@student hard nproc 20
    #@faculty soft nproc 20
    #@faculty hard nproc 50
    #ftp hard nproc 0
    #@student - maxlogins 4
    oracle9 - nofile 65536
    * - nofile 65536
    * - nproc 65536
    * - cpu unlimited
    * - fsize unlimited
    * - data 1048576
    * - stack 131072
    * - memlock unlimited
    * - core 4194303
    # End of file
    We now need to edit the /etc/sysctl.conf file to set the system wide ranges as ROOT user.
    File should look like this.
    # Disables packet forwarding
    net.ipv4.ip_forward = 0
    # Enables source route verification
    net.ipv4.conf.default.rp_filter = 1
    # Disables the magic-sysrq key
    kernel.sysrq = 0
    net.ipv4.ip_local_port_range = 1024 65000
    fs.file-max = 65536
    kernel.sem = 100 32000 100 100
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    kernel.shmall = 2097152
    Now we need to edit the /etc/profile file to enable the settings when a user logs in.
    The file contents should be modified as follows.
    # No core files by default
    ulimit -S -c 1000000 > /dev/null 2>&1
    #Set the file handels
    #echo 65536 > /proc/sys/fs/file-max
    ulimit -n 65536 > /dev/null 2>&1
    #Set the socket range
    #echo 1024 65000 > /proc/sys/net/ipv4/ip_local_port_range
    # Set the number of processes for per user
    ulimit -u 16384 > /dev/null 2>&1
    Kernel Parameters
    Change to following directory /proc/sys/kernel and type following
    echo 250 32000 32 128 > sem
    echo 2147483648 > /proc/sys/kernel/shmmax
    echo 4096 > /proc/sys/kernel/shmmni
    echo 2097152 > /proc/sys/kernel/shmall
    7. Install the ksh package if you have not already installed it on your machine.
    Oracle Corporation recommends installing one of the following ksh packages:
    pdksh-5.2.14-13 or other compatible packages.
    RPM file is available from www.redhat.com
    as root user type
    rpm -i pdksh-5.2.14-16.i386.rpm
    8. On Linux, port number 389 is reserved in the /etc/services file.
    If you want Oracle9iAS to install using the default port number for Oracle Internet Directory,
    delete the entries in the /etc/services file.
    Note:
    You must remove all lines containing the port number 389 from
    the /etc/services file if you want to use that port number.
    Attempting to comment out lines containing 389 does not free the port
    9. Install JDK 1.3.1 for Linux.
    This is available from java.sun.com. Although it is also included with Linux IAS9I R2
    Install the JDK to /usr/local/jdk
    Add the following to the /etc/profile file, and also add to path
    CLASSPATH="/usr/local/jdk/lib"
    LD_LIBRARY_PATH="/usr/local/jdk/jre/lib/i386:/usr/local/jdk/jre/lib/i386/classic:
    /usr/local/jdk/jre/lib/i386/native_threads"
    EXPORT CLASSPATH
    EXPORT LD_LIBRARY_PATH
    10. Add the following groups as ROOT user
    oinstall, dba
    groupadd oinstall
    groupadd dba
    11. Add oracle user to groups oinstall and dba as ROOT user
    usermod -g oinstall -G dba,oracle9 oracle9
    12. Apply a patch for binutils rpm:
    I had to get this from metalink. Not sure where else it is available.
    Run following command to get installed version of binutils rpm.
    prompt> rpm -qa | grep binutils
    binutils-2.11.90.0.8-12
    Please note down the binutils rpm version that is shown as the output of the above command.
    If the operating system is installed from the RedHat 2.1 Advanced Server CDs,
    you will have binutils-2.11.90.0.8-12 version installed.
    You might have newer version of binutils rpm depending on your further configuration
    after default OS install. If the binutils rpm version is different from 2.11.90.0.8-12,
    please download that rpm.
    Upgrade to binutils-2.11.90.0.8-13 version using following command (as root user):
    prompt> rpm -Uvh --force binutils-2.11.90.0.8-13.i386.rpm
    13. Edit Local Hosts file
    Edit so that the host is in the following format
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    192.168.3.69 lon-ias01.closepf.local lon-ias01
    192.168.3.66 lon-ias02.closepf.local lon-ias02
    14. Create Symbolic Link from /sbin/fuser file to /bin/fuser by entering the following command.
    cd /bin
    ln -s /sbin/fuser
    15. Rename Linux Ldap programs
    rename the ldapadd, ldapsearch, ldapmodify etc located in /usr/bin
    mv ldapadd ldapadd.bak
    mv ldapdelete ldapdelete.bak
    mv ldapmodify ldapmodify.bak
    mv ldapmodrdn ldapmodrdn.bak
    mv ldappasswd ldappasswd.bak
    mv ldapsearch ldapsearch.bak
    16. Unset your oracle home environment variable.
    unset ORACLE_HOME
    17. Set your TMP, TMPDIR and TEMP environment variables.
    These are located in /etc/profile
    TMP="/tmp"
    TMPDIR="/tmp"
    TEMP="/tmp"
    export TMP TMPDIR TEMP
    18. Make sure you have the following X11 library XFree86-devel-4.1.0-25.i386.rpm,
    which can be found of disk2 of the RedHat Advanced Linux CD v2.1. This is needed
    by the linking process.
    As ROOT user.
    mount the cdrom.
    cd /mnt/cdrom/RedHat/RPMS
    rpm -Uvh XFree86-devel-4.1.0-25.i386.rpm
    19. Install the application server as per the offficial install instructions. You should only have
    to use mount_point/runInstaller and follow the prompts.
    21. If it installs then run the interoperability patch.
    22. Should be working?!?
    19. To Remove an Install
    WARNING : Please note that by following the processes defined
    below, ALL Oracle products on the system will be cleaned
    up and will not be usable. Please do not follow these steps if you do
    not want to remove any Oracle Products
    1. Deinstall using installer
    2. Stop all running processes from the install.
    3. Delete the oracle directory under /var/opt as root user
    4. Delete the complete oraInventory directory
    5. Delete all directories and files from ORACLE_HOME directory
    6. Cleanup files under /tmp and /var/tmp as root user
    8. Remove emtab in the /etc directory
    9. Remove oracle files in /usr/local/bin
    Hope it works.

    ummm...
    chmod 777 /usr/local
    chmod 777 /usr/local/src
    chmod 777 /usr/local/oracle
    chmod 777 /usr/local/oracle/orahome1
    Why on earth would you do that??? There is NO need for >that, not to mention it being a HUGE security issue. I >have an offical doc on installing and configuring 9iAS >on Linux (includes information on as 2.1 install). I >will post this evening.Your quite correct, this section could probably be trimmed from the guide. At the time it was written it was used on a development box, on a production box this would not be done. Also to get this install working when Oracle first released it we were trying anything and everything to get it working, it took around 3-4 weeks of installing, reinstalling, serveral thounsand tar's and wasted weekends. I am pretty confident the instructions will work on rhas 2.1, it probably needs to be looked at again to trim away steps that aren't needed now.
    Looking forward to seeing your guide :-)

  • Error While Installing ORACLE 10g in Redhat Linux 5.0

    Hi all,
    Anybody please guide me regarding the posted error.
    I'm trying to install ORACLE 10g in Redhat Linux 5.0 and finding error as "Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-15_09-20-56PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I tired a lot to sort it out but unable to resolve.So please tell me the possible ways.
    I appreciate all types of clarifications...
    Thanks in Advance
    Sajeev George

    Sajeevcmc wrote:
    Hi,
    Thanks for the reply.
    Could you please tell me the rpm full name and where i can download the same?
    Thanks in Advance
    SAJEEV GEORGEYou need to have the following packages installed already before starting Oracle installation
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15669/pre_install.htm#sthref80
    binutils-2.15.92.0.2-10.EL4
    compat-db-4.1.25-9
    control-center-2.8.0-12
    gcc-3.4.3-9.EL4
    gcc-c++-3.4.3-9.EL4
    glibc-2.3.4-2
    glibc-common-2.3.4-2
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.3-9.EL4
    libstdc++-devel-3.4.3-9.EL4
    make-3.80-5
    pdksh-5.2.14-30
    sysstat-5.0.5-1
    xscreensaver-4.18-5.rhel4.2
    And from the following link, you can get the same list:
    http://www.puschitz.com/InstallingOracle10g.shtml (Go to Checking Software Packages (RPMs))
    And from my installation guide you can easily install Oracle on Linux by following step by step instruction
    [Step by Step Installing Oracle Database 10g Release 2 on Linux (CentOS) and AUTOMATE the installation using Linux Shell Script|http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Can't install Oracle 9i for Red Hat Linux AS3

    I can't install Oracle Database 9i for Red Hat Enterprise Linux.
    Please see messages following:
    [oracle@rhas3 oracle]$ /mnt/cdrom/install/linux/runInstaller
    Initializing Java Virtual Machine from /tmp/OraInstall2004-01-30_03-31-11PM/jre/bin/java. Please wait...
    /tmp/OraInstall2004-01-30_03-31-11PM/jre/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
    [oracle@rhas3 oracle]$rpm -qa|grep libstdc++|less
    libstdc++-3.2.3-20
    libstdc++-ssa-3.5ssa-0.20030801.41
    libstdc++-devel-3.2.3-20
    libstdc++-ssa-devel-3.5ssa-0.20030801.4
    anybody know how to install for RH AS3, I have tried many time to find out the libraries but still not work and I've plan for RAC also.
    Ched

    Did you carefully go through all pre-req steps for install?
    Oracle needs some "compatibility libraries" as well (compat-lib*). Here are packages for AS 10g, most or all of which apply to Database too.
    Checking operating system packages: gcc-3.2.3-20,compat-gcc-7.3-2.96.122,compat-gcc-c++-7.3-2.96.122,compat-libstdc++-7.3-2.96.122,compat-libstdc++-devel-7.3-2.96.122,setarch-1.3-1,pdksh-5.2.14,sysstat-4.0.7,gnome-libs-1.4.1.2.90-34.1,libstdc++-3.2.3,compat-libstdc++-devel-7.3-2.96.122,compat-glibc-7.x-2.2.4.32.5
    When required packages are in place, there's another error lurking, related to __libc_wait symbol.
    runInstaller "boots" OUI, which includes running a JRE from tmp. This JRE (build 02) is broken, but you can setup to run another one via oraparam.ini and JRE_LOCATION. Download build 10 from Sun (google "jre 1.3.1 download").

  • Patch: 8.0.5.1 on glibc-2.1 based SuSE Linux 6.2

    See the top of my homepage (http://www.csn.tu-chemnitz.de/~mha/)
    The package opatch.rpm there is for SuSE Linux 6.2, a glibc 2.1
    based distribution. Oracle 8.0.5.1 needs to be patched if you
    want to install it on glibc2.1-based Systems (however,
    upgrading an already running Oracle-System from glibc2.0 to 2.1
    works without any patches to Oracle - the problem is that Oracle
    is relinked during installation, and it must be linked against
    glibc2.0).
    The package also takes care of some other bugs in the Oracle
    installation process. It must be applied to the Oracle
    installation
    tree before installation, which means you cannot install from
    CD. I don3t think this will be a problem - you should have 475MB
    left
    for running Oracle anyway (475MB is the size of the tree of
    Oracle 8.0.5.1 Enterprose Edition)!
    PS: A similar (pre-installation) patch for Oracle 8i is on the
    way.
    null

    I would not blame ORACLE - I think the problem is
    with the EGCS and the libraries.
    I have emails from the linux.devel on these.
    For e.g. a simple program such as
    #include "stdio.h"
    FILE *fp = stderr;
    main() {
    gives error on Redhat 6.0, Caldera 2.2!
    It works on Solaris, IRIX, AIX, Redhat 5.2 and
    even with Visual C++ 6!
    I have had other programs such as pdksh (ksh) also
    dumping on Redhat 6.0 and Caldera 2.2
    (even after I compile everything from source!).
    I have also had nothing but trouble with other databases
    on 6.0. I think new kernels should go through a lot more
    testing before being released like this.
    I am also debating whether to move back to Redhat 5.2!
    Freddy Wissing (guest) wrote:
    : Oracle Development Team wrote:
    : : Oracle 8.0.5.x is certified on GLIBC 2.1 system and a patch
    : : is available for this.
    : : The patch available for download contains two files -
    : : README including instructions for applying the patch and
    : : the patch file glibcpatch.tgz (compressed tar). Follow the
    : : instructions provided in the README to apply this patch.
    : : This patch is available for both 8.0.5 Standard and
    Enterprise
    : : Editions of Oracle.
    : : Get Technical!
    : : http://technet.oracle.com
    : I agree with the others. Referring back to an older library
    : merely for compatibility's sake is different from forward
    : motion. I 've been having nuttin' but trouble with the compat
    : stuff, and now my pro-c stuff won't work at all. (separate
    post)
    : There needs to be REAL glibc-2.1 linking. I hesitate to run
    : anything important (no less mission critical) on top of these
    : compat packages, and it's truly making me rethink my strategy
    of
    : using RedHat/Oracle unless I revert back to RedHat 5.2, which I
    : liked.
    : If you are already publishing a real fix for this, please
    : disregard. Otherwise, please do us this favor. There's a
    : tremendous RedHat 6.0 population out there.
    : Freddy Wissing
    null

  • R12 on Oracle Unbrakable Linux.

    hi,
    I want to install R12 on Oracle Unbreakable Linux 5.
    I have downloaded Oracle Unbreakable Linux 5 from edelivery.oracle.com.
    I have installed Oracle Unbreakable Linux 5. It has got all the packaged installed except the these 2 packages as prescibed by Metalink.
    pdksh-5.2.14-30.3
    xscreensaver-4.18-5.rhel4.11
    When i try to apply these packages, they don't get installed.
    Oracle Unbreakable Linux 5 has installed ksh-93, is this enough or do i need to install ( pdksh ) for installing R12.
    Regarding xscreensaver, Oracle Unbreakable Linux 5 has got kscreensaver, screen and gnome-screensaver. are these enough or do i need to install the Package - (xscreensaver-4.18-5.rhel4.11). In this package the package name seems to be of rhel4.11.
    Do i need to apply any RPM's for APACHE.
    regards,
    Charan Babu

    Check the other thread:
    O/S patch for Unbrakeable linux 5
    O/S patch for Unbrakeable linux 5

  • Installing Oracle 10g on Enterprise Linux 4 Update 5 Media Pack for x86_64

    Hello everyone,
    I'm trying to determine whether the required rpm packages are installed on the new EL 4, and it seems after running the query using the # rpm -q there are packages missing.
    According to the install section from the Doc Library these packages must exist in Red Hat Enterprise Linux 4.0 for 10g to install successfully. My guess is, if RHEL 4 needs to have it, then Oracles Unbreakable should too... right?
    binutils-2.15.92.0.2-10.EL4
    compat-db-4.1.25-9
    control-center-2.8.0-12
    gcc-3.4.3-9.EL4
    gcc-c++-3.4.3-9.EL4
    glibc-2.3.4-2
    glibc-common-2.3.4-2
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.3-9.EL4
    libstdc++-devel-3.4.3-9.EL4
    make-3.80-5
    pdksh-5.2.14-30
    sysstat-5.0.5-1
    xscreensaver-4.18-5.rhel4.2
    Has anyone had experience doing such an installation, and if so, what exactly is missing from Oracle's EL4 and where can I get it.

    Thanks Terry and Jason for your responses. I've come along on this install but ran into a little snag. Hope you two and other members can help. Here's my output from the xterm:
    [root@localhost database]# ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system versions: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /u01/tmp/OraInstall2007-05-22_10-52-09PM. Please wait ...
    The user is root. Oracle Universal Installer cannot continue installion if the user is root.
    : No such file or directory
    [root@localhost database]#
    I don't know what to do, and weren't able to run it as user_oracle. Could you make a recommendation on how to resolve this error? Also, will I also need to make any clean-up efforts before beginning a new install?
    Many thanks.

  • Some Error with Some packages on Unbreakable oracle Enteprice linux 5.2

    Dear all,
    when I Install Oracle EnterPrise Manager 10gR2 on Unbreakable oracle Enteprice linux 5.2 it requried fro me some packags which are nessaray for installer like the following packages
    Checking operating system package requirements ...
    Checking for compat-libstdc++-296-2.96-132.7.2; found Not found.     Failed <<<<
    Checking for libstdc++devel-3.4.3-22.1; found Not found.     Failed <<<<
    Checking for openmotif-21-2.1.30-11; found Not found.     Failed <<<<
    Checking for pdksh-5.2.14-30; found Not found.     Failed <<<<
    Checking for gnome-libs-1.4.1.2.90-44.1; found Not found.     Failed <<<<
    Checking for xscreensaver-4.18-5.rhel4.2; found Not found.     Failed <<<<but when I install thes packages ,the fllowing message is shown
    oracle@alwosaby ~]$ rpm- ivh pdksh-5.2.14-30.3.x86_64.rpm
    warning: pdksh-5.2.14-30.3.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 0c98ff9d
    error: Failed dependencies:
    pdksh conflicts with ksh-20060214-1.7.x86_64
    *[root@test Desktop]# xscreensaver-4.18-5.rhel4.14.x86_64.rpm*
    bash: xscreensaver-4.18-5.rhel4.14.x86_64.rpm: command not found
    *[root@test Desktop]# rpm -ivh xscreensaver-4.18-5.rhel4.14.x86_64.rpm*
    warning: xscreensaver-4.18-5.rhel4.14.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1d1e034b
    error: Failed dependencies:
    xloadimage is needed by xscreensaver-4.18-5.rhel4.14.x86_64
    *[root@test Desktop]# rpm --import /usr/share/rhn/BETA-RPM-GPG-KEY*
    *[root@test Desktop]# rpm -ivh xscreensaver-4.18-5.rhel4.14.x86_64.rpm*
    warning: xscreensaver-4.18-5.rhel4.14.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1d1e034b
    error: Failed dependencies:
    xloadimage is needed b
    oracle@alwosaby ~]$ uname -a
    Linux alwosaby 2.6.18-92.el5 #1 SMP Fri May 23 23:40:43 EDT 2008 x86_64 x86_64 x86_6 4 GNU/Linux
    Please how i install these packages ?
    If any one have exprecie about this problem , Can Help me?
    Regards
    alwosaby
    Edited by: user2985354 on 28/01/2009 09:01 م

    You are mixing redhat provided packages with OEL. Generally, it's not a good idea to mix packages of different distributions.
    The media you've used to install OEL contains these packages. Use these.

  • Install Oracle Application Server 10g(10.1.2) on Linux (AS 4.0)

    Hi all,
    I am trying to install Oracle Application Server Form and Report Services on Linux (Application Server 4.0).
    Following the user manual (B19314-02 ), but I don't know how to download and update Red Hat Enterprise Linux AS release 4 (Update 1) and requirement packages as: glibc-2.3.4-2.9
    glibc-common-2.3.4-2.9
    binutils-2.15.92.0.2-13
    compat-libstdc++-296-2.96-132.7.2
    gcc-3.4.3-22.1
    gcc-c++-3.4.3-22.1
    libstdc++-3.4.3-22.1
    libstdc++-devel-3.4.3-22.1
    openmotif21-2.1.30-11.RHEL4.4
    pdksh-5.2.14-30
    setarch-1.6-1
    make-3.80-5
    gnome-libs-1.4.1.2.90-44.1
    sysstat-5.0.5-1
    compat-db-4.1.25-9
    control-center-2.8.0-12
    xscreensaver-4.18-5.rhel4.2
    Please show me!
    Thanks.

    Hi all,
    I tried to download requirement packages:
    glibc-common-2.3.4-2.9
    binutils-2.15.92.0.2-13
    compat-libstdc++-296-2.96-132.7.2
    gcc-3.4.3-22.1
    gcc-c++-3.4.3-22.1
    libstdc++-3.4.3-22.1
    libstdc++-devel-3.4.3-22.1
    openmotif21-2.1.30-11.RHEL4.4
    pdksh-5.2.14-30
    setarch-1.6-1
    make-3.80-5
    gnome-libs-1.4.1.2.90-44.1
    sysstat-5.0.5-1
    compat-db-4.1.25-9
    control-center-2.8.0-12
    xscreensaver-4.18-5.rhel4.2
    from ftp://ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os/i386/SRPMS/
    But when I installed packages, it was not successfull:
    # rpm -Uvh gcc-3.4.3-22.1.src.rpm
    warning: gcc-3.4.3-22.1.src.rpm: V3 DSA signature: NOKEY, key ID db42a60e
    1:gcc ########################################### [100%]
    # rpm -q gcc-3.4.3-22.1.srcpackage gcc-3.4.3-22.1.src is not installed
    Please help me!

  • Oracle Enterprise Linux

    Hi,
    Im installing Oracle Internet Directory (Infrastructure) 10.1.4.0.1 on Oracle Enterprise Linux n g getting the following error . Could you pls help me as i need to install these packages n i'm newbie
    Operating system : Linux hostname.com 2.6.18-128.el5PAE #1 SMP Wed Jan 21 08:28:30 EST 2009 i686 athlon i386 GNU/Linux
    Checking for gcc-c++-3.2.3-42; found Not found. Failed <<<<
    Checking for pdksh-5.2.14-21; found Not found. Failed <<<<
    Checking for sysstat-4.0.7-4.EL3.3; found Not found. Failed <<<<
    Checking for gnome-libs-1:1.4.1.2.90-34.1; found Not found. Failed <<<<
    Checking for libstdc++-devel-3.2.3-42; found Not found. Failed <<<<
    Checking for compat-libstdc++-devel-7.3-2.96.128; found Not found. Failed <<<<
    Checking for compat-glibc-7.x-2.2.4.32.6; found Not found. Failed <<<<
    Checking for compat-libstdc++-7.3-2.96.128; found Not found. Failed <<<<
    best regards,

    Hi,
    Please see the output of yum
    yum install oracle-validated
    Loaded plugins: security
    Setting up Install Process
    Parsing package install arguments
    Package oracle-validated-1.0.0-16.el5.i386 already installed and latest version
    Nothing to do
    and now im missing the following packages when running oracle instlaller
    after Yum
    1. Checking for pdksh-5.2.14-21; found Not found.     Failed <<<<
    2. Checking for gnome-libs-1:1.4.1.2.90-34.1; found Not found.     Failed <<<<
    3. Checking for compat-libstdc++-devel-7.3-2.96.128; found Not found.     Failed <<<<
    4. Checking for compat-glibc-7.x-2.2.4.32.6; found Not found.     Failed <<<<
    5. Checking for compat-libstdc++-7.3-2.96.128; found Not found.     Failed <<<<
    Before Yum :
    1. Checking for gcc-c++-3.2.3-42; found Not found.     Failed <<<<
    2. Checking for pdksh-5.2.14-21; found Not found.     Failed <<<<
    3. Checking for sysstat-4.0.7-4.EL3.3; found Not found.     Failed <<<<
    4. Checking for gnome-libs-1:1.4.1.2.90-34.1; found Not found.     Failed <<<<
    5. Checking for libstdc++-devel-3.2.3-42; found Not found.     Failed <<<<
    6. Checking for compat-libstdc++-devel-7.3-2.96.128; found Not found.     Failed <<<<
    7. Checking for compat-glibc-7.x-2.2.4.32.6; found Not found.     Failed <<<<
    8. Checking for compat-libstdc++-7.3-2.96.128; found Not found.     Failed <<<<
    file : public-yum-el5.repo *******************************************************
    [el5_ga_base]
    name=Enterprise Linux $releasever GA - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/0/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    [el5_u1_base]
    name=Enterprise Linux $releasever U1 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/1/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    [el5_u2_base]
    name=Enterprise Linux $releasever U2 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/2/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    [el5_u3_base]
    name=Enterprise Linux $releasever U3 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/3/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    [el5_addons]
    name=Enterprise Linux $releasever - $basearch - addons
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/addons/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    [el5_oracle_addons]
    name=Enterprise Linux $releasever - $basearch - oracle_addons
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/oracle_addons/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    Edited by: user4807091 on 12-Aug-2009 03:00
    Edited by: user4807091 on 12-Aug-2009 03:01

  • Installing Oracle App Server on Linux

    Hi,
    Has anyone installed the App Server on Linux? Can they tell me if it was difficult, complicated, etc. bearing in mind that I am not a DBA, and have basically no experiance with this sort of stuff at all. So basically what I am asking is can you stick in the CDs and follow the install guide and get it done in half a day or less.
    Cheers.

    I would say that a half a day is grossly underestimating it, by my experience and what you indicate your level of expertise is. I ended up installing, getting to a fail point, uninstalling and re-doing. Some errors are "recoverable", but some do not seem to be (from my experience). I'd make a few recommendations. I have it installed on Mandrake 8.x (latest release, I think), which seems to be "doable" but I'd recommend going with a certified platform if you don't know what you are doing. Also, Mandrake had some quirks like their security management software which resets file permissions "behind the scenes". This was my first experience with Mandrake so it took me a while to figure out which files to edit/fix so that Enterprise manager would get the right data.
    Read the readme!
    Read the installation docs all the way through!
    Read the release notes all the way through!
    I had a NUMBER of problems, some specific to my platform (which is not certified by Oracle, so it's not their fault) and some which were covered in the readme. It took me a while to get everything right and I ended up struggling most with the Infrastructure install. Most likely that was due to my hardware & OS (Mandrake), but there are some issues in the release notes that are important. The reason I would restart many times is that I wanted the installation to go smoothly from start to finish so that I could better understand the requirements, etc. Examples of issues (which includes things from the readme/release notes and otn):
    - either install PDKSH or link /bin/bash to /bin/ksh. /bin/ksh is listed in one of the scripts as the shell during installation configuration. This should be in the installation guide as a pre-requisite.
    - install the sysstat package so the enterprise manager will show graphs, etc. This should be in the installation guide as a pre-requisite.
    - link (symbolic) your perl binary to /usr/local/bin/perl
    - I received numerous link errors due to two problems:
    - genclntsh didn't have a good link command for my platform. There seems to be two work-arounds posted around here, but I chose to add -lgcc and -L/path/to/gcclib on the ld line. E-mail me if you want more details ([email protected]). My path was something like: /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96 where I found the libgcc.a
    - Reports server and Forms server failed because the link line was linking to libXm.2.1.so instead of libXm.2.0.1.so (or libXm.2.so, etc). The development team evidently used a later version of Motif than I had, so I fixed it in the forms and reports makefiles, respectively.
    I can't remember, offhand, what else I had to do, but this covers it. Obviously, a lot of this depends upon the type of install you choose. I wanted the reports server, which requires the infrastructure, etc.
    Good luck.
    Jeff

  • Missing packages while installing 11gr2 on oracle linux 6 os

    hi,
    i am installing Oracle 11gR2 on oracle Linux 6 OS via a vmware.
    i bum into this problem of not able to install the required packages:
    glibc-2.3.4-2.41
    compat-libstdc++-33-3.2.3 (64bit)
    elfutils-libelf-devel-0.97
    libaio-devel-0.3.105
    libgcc-3.4.6
    libstdc++-3.4.6
    unixODBC-2.2.11 (64bit)
    unixODBC-deve-2.2.11
    pdksh-5.2.14
    i try to rpm -qa | grep <packges name>
    [root@rcat lib64]# rpm -qa | grep glibc
    glibc-devel-2.12-1.132.el6.x86_64
    glibc-common-2.12-1.132.el6.x86_64
    glibc-2.12-1.132.el6.x86_64
    glibc-headers-2.12-1.132.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libaio
    libaio-0.3.107-10.el6.x86_64
    libaio-devel-0.3.107-10.el6.i686
    libaio-devel-0.3.107-10.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep compat-libstdc++
    [root@rcat lib64]# rpm -qa | grep elfutils
    elfutils-libs-0.152-1.el6.x86_64
    elfutils-0.152-1.el6.x86_64
    elfutils-libelf-0.152-1.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libaio-devel
    libaio-devel-0.3.107-10.el6.i686
    libaio-devel-0.3.107-10.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libgcc
    libgcc-4.4.7-4.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libstdc
    libstdc++-4.4.7-4.el6.x86_64
    libstdc++-devel-4.4.7-4.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep unixODBC
    [root@rcat lib64]# rpm -qa | grep pdksh
    it seem like the packages i have on my oracle linux 6 os is of higher version compared to what oracle 11gR2 database installer is asking for which is of lower version.
    i can't seem to find/download those packages individually from any website.
    I am trying to download the oracle linux 5 os iso with the hope i can find the lower version packages from the iso disc.
    Appreciate if there is any help here. pointing to any website i can quickly download the packages cos trying to download the iso takes me more then 13 hour!.

    >>it seem like the packages i have on my oracle linux 6 os is of higher version compared to what oracle 11gR2 database installer is asking for which is of lower version.
    i can't seem to find/download those packages individually from any website.
    I am trying to download the oracle linux 5 os iso with the hope i can find the lower version packages from the iso disc.
    You should find all rpms and their right version (as required by installer) onto linux 6 iso.
    For some rpms the installer can like higher versions but not for all. For some rpms installer requires the exact version.
    HTH
    Pradeep

  • Oracle Linux 6.3 with Oracle DB 11gR2  11.2.0.1.0 Installation issue

    Trying to install Oracle Database 11gR2 version 11.2.0.1.0 on Oracle Linux 6.3
    (11.2.0.1.0 is available for download from Oracle website)
    I have run following also
    su - root
    yum install oracle-rdbms-server-11gr2-preinstall
    But following packages are still not installed or missing and Installer cannot proceed.
    Rest other checks have passed only following packages are still missing
    libaio 0.3.105
    libaio-devel 0.3.105 0.3.107
    compat-libstdc++-33 3.2.3
    libgcc 3.4.6 4.4.6
    libstdc++ 3.4.6 4.4.6
    unixODBC 2.2.11 2.2.14
    unixODBC-devel 2.2.11 2.2.14
    pdksh
    Have tried yum install for above individual packages- packages not available. Why yum cannot find the above individual packages?

    You cannot use OL 6.x since currently only 11.2.0.3 is certified to be installed on this OS - http://docs.oracle.com/cd/E11882_01/relnotes.112/e23558/toc.htm#CHDFHIEA
    If you are going to use 11.2.0.1, you will need OL 5.x or another certified OS version - http://docs.oracle.com/cd/E11882_01/install.112/e24321/pre_install.htm#CIHFICFD
    HTH
    Srini

  • Whre can I get these packages for linux?

    Hi,
    I installed OWB in Linux Server.
    Database oracle10g, Workflow server 2.6.3 are installed on Linux server.
    Now I want to install OEM in Linux server. While I am trying to install OEM, it is showing that, the prerequisites are not satisfied.
    Oracle Grid Control 10g Release 1 (10.1) installs.
    Specifically, please ensure the following:
    * Availability of gcc-3.2.3, setarch-1.3, pdksh-5.2,
    openmotif21-2.1.30, sysstat-4.0.7, gnome-libs-1.4.1.2.90-34.1,
    libstdc++-3.2.3, etc.
    * Availability of Compat libraries:
    compat-libstdc++-devel-7.3-2.96.122,
    compat-glibc-7.x-2.2.4.32.5, etc.
    * Patch for libcwait.so (Patch no. 3006854)
    * Symbolic links for gcc/g++
    Finally I checked the packages in my linux server. I found as follows
    gcc-3.2.3-20
    setarch-1.3-1
    package pdksh-5.2 is not installed
    package openmotif21-2.1.30 is not installed
    package sysstat-4.0.7 is not installed
    gnome-libs-1.4.1.2.90-34.1
    libstdc++-3.2.3-20
    compat-libstdc++-devel-7.3-2.96.122
    package compat-glibc-7.x-2.2.4.32.5 is not installed
    How to get the components (Not Installed components).
    Is there any site that provides this software?
    Any help is appreciated.
    Thanks and regards
    Gowtham Sen.

    Which version of Linux are you using?
    Read this:
    http://lists.suse.com/archive/suse-oracle/2004-Jul/0033.html
    Maybe it can be useful help.
    Also, try to re-open this thread in the OEM Forum (Enterprise Manager
    Good luck.
    Marcos

Maybe you are looking for