Installing OpenSSL Solaris 9

I am trying to setup Openssl on my Solaris 9 box, I am running Apache v1.3 When I do a ./config it sets the right OS module to run but when I type in Make it tells me that its not found and crashes my KoalaTerm 4.4 SSH2 client. What is going on? Any help would be great Thanks!

Well, I did run into something. The install script could not detect the web server I wanted to configure. I received the following errors:
Error: Failed to retrieve RealHost information from server.xml file:
/opt/servers/web61/https-mm.kentlaw.edu-1/config/server.xml
Error: Failed to retrieve RealHost information from server.xml file:
/opt/servers/web61/https-secureweb/config/server.xml
So I tried to bypass this error by saying I would configure the server later. When the install script was trying to verify the install, I received this error msg:
Summary file: /opt/servers/casp/logs/install_summary
===============================================================================
Signal caught, performing cleanup ...
===============================================================================
Error: Setup is unable to complete Sun ONE ASP installation!
Please wait while setup removes this incomplete installation ... /
Sun ONE ASP product installation halted.
Then all the files were deleted, including the log files.
So any help with this would be appreciated.

Similar Messages

  • Installing openssl on solaris 10

    I am trying to install openssl-1.0.0g.tar.gz on solaris 10 but I got this error;
    root@sun1 # cd /usr/local/openssl-1.0.0f
    root@sun1 # make
    making all in crypto...
    cc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFC
    N_H -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DI
    V2W -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -c cr
    yptlib.c
    sh: cc: not found
    *** Error code 1
    make: Fatal error: Command failed for target `cryptlib.o'
    Current working directory /usr/local/openssl-1.0.0f/crypto
    *** Error code 1
    The following command caused the error:
    dir=crypto; target=all; if expr " crypto ssl engines apps test tools " : ".* $di
    r " >/dev/null 2>&1; then if [ -d "$dir" ]; then ( cd $dir && echo "making
    $target in $dir..." && TOP= && unset TOP ${LIB+LIB} ${LIBS+LIBS} ${INCLU
    DE+INCLUDE} ${INCLUDES+INCLUDES} ${DIR+DIR} ${DIRS+DIRS} ${SRC+SRC}
    ${LIBSRC+LIBSRC} ${LIBOBJ+LIBOBJ} ${ALL+ALL} ${EXHEADER+EXHEADER} ${
    HEADER+HEADER} ${GENERAL+GENERAL} ${CFLAGS+CFLAGS} ${ASFLA
    GS+ASFLAGS} ${AFLAGS+AFLAGS} ${LDCMD+LDCMD} ${LDFLAGS+LDFLAGS}
    ${SHAREDCMD+SHAREDCMD} ${SHAREDFLAGS+SHAREDFLAGS} ${SHARED_LIB+SH
    ARED_LIB} ${LIBEXTRAS+LIBEXTRAS} && make -e PLATFORM='solaris-sparcv9-cc' PROCES
    SOR='' CC='cc' CFLAG='-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
    -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
    -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM'
    AS='cc' ASFLAG='-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN
    H -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DBENDIAN -DBN_DIV
    2W -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -c'
    AR='ar r' NM='nm' RANLIB='/usr/ccs/bin/ranlib' CROSS_C
    OMPILE='' PERL='/usr/bin/perl' ENGDIRS='ccgost' SDIRS='objects
    md4 md5 sha mdc2 hmac ripemd whrlpool des aes rc2 rc4 idea bf cast camellia se
    ed modes bn ec rsa dsa ecdsa dh ecdh dso engine buffer bio stack lhash rand er
    r evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 cms pque
    ue ts' LIBRPATH='/usr/local/ssl/lib' INSTALL_PREFIX='' INSTALL
    TOP='/usr/local/ssl' OPENSSLDIR='/usr/local/ssl' LIBDIR='lib'
    MAKEDEPEND='$${TOP}/util/domd $${TOP} -MD makedepend' DEPFLAG=
    '-DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -D
    OPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_STORE' MAKEDEPPROG='makedepend
    ' SHARED_LDFLAGS='-G -dy -z text' KRB5_IN
    CLUDES='' LIBKRB5='' ZLIB_INCLUDE='' LIBZLIB='' EXE_EXT='' SHARED_LIBS=
    '' SHLIB_EXT='.so.1.0.0' SHLIB_TARGET='solaris-shared' PEX_LIBS='' EX_
    LIBS='-lsocket -lnsl -ldl' CPUID_OBJ='sparcv9cap.o sparccpuid.o'
    BN_ASM='bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o' DES_ENC='des_enc-s
    parc.o fcrypt_b.o' AES_ENC='aes_core.o aes_cbc.o aes-sparcv9.o' CMLL_ENC='
    camellia.o cmll_misc.o cmll_cbc.o' BF_ENC='bf_enc.o' CAST_ENC='c_enc.o'
    RC4_ENC='rc4_enc.o rc4_skey.o' RC5_ENC='rc5_enc.o' SHA1_ASM_OBJ='sha1-spar
    cv9.o sha256-sparcv9.o sha512-sparcv9.o' MD5_ASM_OBJ=''
    RMD160_ASM_OBJ='' WP_ASM_OBJ='wp_block.o'
    PERLASM_SCHEME='void' THIS=${THIS:-build_crypto} MAKE
    FILE=Makefile MAKEOVERRIDES= TOP=.. DIR=$dir $target ) || exit 1; fi; fi
    make: Fatal error: Command failed for target `build_crypto'
    root@sun1 #
    I run make report and got the following:
    root@sun1 # make report
    Use of uninitialized value in pattern match (m//) at util/selftest.pl line 52.
    Use of uninitialized value in pattern match (m//) at util/selftest.pl line 53.
    Use of uninitialized value in string eq at util/selftest.pl line 54.
    Can't exec "cc": No such file or directory at util/selftest.pl line 54.
    Use of uninitialized value in substitution (s///) at util/selftest.pl line 55.
    Use of uninitialized value in substitution (s///) at util/selftest.pl line 56.
    Use of uninitialized value in scalar chomp at util/selftest.pl line 57.
    Use of uninitialized value in concatenation (.) or string at util/selftest.pl li
    ne 76.
    Checking compiler...
    Can't exec "cc": No such file or directory at util/selftest.pl line 83.
    Can't exec "./cctest": No such file or directory at util/selftest.pl line 84.
    Use of uninitialized value in pattern match (m//) at util/selftest.pl line 84.
    OpenSSL self-test report:
    OpenSSL version: 1.0.0f
    Last change: Nadhem Alfardan and Kenny Paterson have discovered an e...
    Options: no-gmp no-jpake no-krb5 no-md2 no-rc5 no-rfc3779 no-shared no
    -store no-zlib no-zlib-dynamic static-engine
    OS (uname): SunOS bio1 5.10 Generic_144488-01 sun4v sparc SUNW,SPARC-Enter
    prise-T5120
    OS (config): sun4v-whatever-solaris2
    Target (default): solaris-sparcv9-cc
    Target: solaris-sparcv9-cc
    Compiler:
    Compiler doesn't work.
    Please ask your system administrator/vendor for more information.
    [Problems with your operating system setup should not be reported
    to the OpenSSL project.]
    Test report in file testlog
    when I run gcc -version I got the command not found but I check with pkginfo -i gcc and it is installed . I also add /usr/local/bin to the ./profile path but same problem.
    any idea please.
    Edited by: Hani on Jan 20, 2012 11:37 AM

    I have installed openssl-1.0.0e-sol10-sparc-local in my hosts and it is working, this can be installed with pkgadd.

  • Unable to install a Solaris OS in a Single disk slice

    Hi,
    We are unable to install the Solaris-OS on a single slice disk.
    We found that, only "Solaris 10 10/08 (U6)" release can support the single slice disk installation, prior release are not. Is it true ?
    We found it from "LDoms Community Cookbook " , from given link
    http://wikis.sun.com/display/SolarisLogicalDomains/Section+2+-VirtualDevices
    Paragraph is
    " Before Solaris 10 10/08 (U6), when a backend is exported to a domain as a single slice disk, it will appear in that domain as a disk with a single partition (s0). Such a disk is not visible with the format(1m) command and its partition table can not be changed. A single slice disk will not be visible from the Solaris installer and can not be select as a disk device on which Solaris can be installed. "
    Our Configuration are
    sc> showhost
    System Firmware 6.6.4 Sun Blade[TM] T6300 2008/07/01 02:03
    Host flash versions:
    OBP 4.28.9 2008/06/30 21:26
    Hypervisor 1.6.4 2008/06/06 04:57
    Sun Blade T6300 Server Module POST 4.28.6 2008/05/23 12:35
    -bash-3.00# cat /etc/release
    Solaris 10 8/07 s10s_u4wos_12b SPARC
    Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 16 August 2007
    We Installed a 127127-11 patch also.
    -bash-3.00# ldm -V
    Logical Domain Manager (v 1.0.3)
    Hypervisor control protocol v 1.1
    Using Hypervisor MD v 1.1
    System PROM:
    Hypervisor v. 1.6.4 @(#)Hypervisor 1.6.4 2008/06/06 04:57\015
    OpenBoot v. 4.28.9 @(#)OBP 4.28.9 2008/06/30 21:26
    Use below command to add single slice disk
    *# ldm add-vdsdev options=slice /dev/dsk/c0t1d0s3 vol3@primary-vds0*
    Getting error in between installation,
    ERROR: No disks found
    - Check to make sure disks are cabled and powered up
    Please help us to, resolve this issue. Thanks a lot.
    Best Regards,
    Parvez Memon.

    Hi,
    Whenever i try to installed the patch 137137-09, it required a below patch
    0 For patch 137137-09, required patch 138866-01 does not exist.
    And try this then
    # patchadd 138866-01
    The following requested patches will not be installed because
    the packages they patch are not installed on this system.
    0 No Packages from patch 138866-01 are installed on the system.
    No patches to install.
    I am not able to install this patch 138866-01, even i try with 138866-02 but not success.
    Thanks for your reply, please help to resovle the same.
    Regards,
    Parvz Memon

  • The problem about install openssl

    I want to install openssl on my mac
    when I use "./config" to install openssl the terminal said "sh: make: command not found".
    where is my problem?
    Thanks,
    Sandy

    You must install the Command Line Tools with Xcode. You can download Xcode 4 in the Mac App Store. Then, you must download the Command Line Tools in Apple Developer web or Xcode preferences. You need a free Apple Developer account

  • Help with Video Card Install on Solaris 8

    I have a video card with nvidia4 chipset. After installing solaris 8 on my system I get a screen that is too big to fit on the monitor, so I have to scroll down to see everything. Plus it displays 16 colors. I tried to install the FreeBSD drivers that are availble on the nvidia site but could not run "make" command. Anyone know how to solve this?

    There are two options:
    1. Install the latest Solaris 8 x86 video driver patch109401-14
    available at:
    http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/xprod-Solaris_x86IntelDrivers&nav=pub-patches
    This may add native support for your nvidia chipset. If it doesn't,
    then you have the option to try the new VESA driver which is
    included with this patch as well - the VESA driver is supposed to work
    on all cards that have the necessary VESA support bios routines.
    2. Install the "Solaris XFree86 Video Drivers and Porting Kit"
    http://soldc.sun.com/developer/support/driver/tools/video/video-index.html
    It adds support for many video cards by using XFree 4.2.0 video
    driver modules. It also includes another variant of the VESA driver.

  • What packages are required for an 11.2.0.3 install on Solaris 11?

    Where can I find information on which packages are required to install Oracle 11.2.0.3 on Solaris 11?
    The documentation only mentions Solaris 10. I tracked down the packages required for Solaris 10, and most of them are either included in the GA release of 11 or obsoleted.
    There are however a couple of packages that are missing from the base install of Solaris 11:
    SUNWarc (renamed to):
         * consolidation/osnet/osnet-incorporation (installed)
         * developer/library/lint (missing)
    SUNWhea (renamed to):
         * consolidation/osnet/osnet-incorporation (installed)
         * system/header (misising)
    So it looks like developer/library/lint and system/header are packages from required for Solaris 10 that are missing on 11. The installer however doesn't check for any packages whatsoever.
    Does that mean it's safe to install the database?
    Edited by: 894946 on Nov 21, 2011 8:38 AM

    Here is list of packages you need in order to install Oracle 11gR2 on Solaris 11:
    SUNWarc SUNWbtool SUNWhea SUNWlibms SUNWpool SUNWpoolr SUNWsprot SUNWtoo SUNWlibm SUNWuiu8 SUNWfont-xorg-core SUNWfont-xorg-iso8859-1 SUNWmfrun SUNWxorg-client-programs SUNWxorg-clientlibs SUNWxwfsw SUNWxwplt
    Some of the above are installed by default which you can find by:
    pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibms SUNWpool SUNWpoolr SUNWsprot SUNWtoo SUNWlibm SUNWuiu8 SUNWfont-xorg-core SUNWfont-xorg-iso8859-1 SUNWmfrun SUNWxorg-client-programs SUNWxorg-clientlibs SUNWxwfsw SUNWxwplt
    I believe you will only have to install the following:
    pkg install compatibility/packages/SUNWxwplt SUNWarc SUNWhea SUNWxorg-client-programs SUNWxorg-clientlibs
    Cheers

  • What are all the Softwares i can install on Solaris 8

    Hi,
    Can anyone tell me what are all the Softwares i can install on Solaris Machine.
    If I want to develop a web Based appalication what are the necessary things i have to do.
    What are all the major application can develop?.
    Is there any already Developed site or some demo which we can see online?
    I will be very thankful i you provide some related information regarding this.
    THanks in Advance.

    Hi,
    You can check out http://soldc.sun.com website and select Software.
    This list the categories of Sun Software, freeware, Web Start Wizard
    much more information.
    ...jagruti

  • How to install Sun solaries 9 or 10.

    Hi,
    I am trying to install Sun solaries 9 or 10.over AMD 64.
    Please guide me to install sun on AMD.
    Any help greatly appreciated.
    Thanks,
    Chandan.

    The very first thing you should do is go over the HCL or Hardware Compatability List. The most likely problems you will run into are the show stoppers, first and most likely will be the network card, if you have an onboard card that is part of the mainboard find out what kind it is and then check the HCL, if it is not there then pickup a PCI network card that is on the HCL list. Second will be the video, again find out with the HCL, worst case is you will get it installed and the X server won't work right. Again you may end up picking up an AGP or PCI video card that is supported.
    As far as installing it's just a matter of booting of the installer CD and following the directions, take all the defaults first then do a bit of research on drive slicing and install it a second time.
    I have not had good luck with the DVD's no matter whether they are going on a Intel, AMD or a SUN platform.

  • List the tape drives installed in solaris

    Hi ,
    Can some one please let me know how can I display the tape drives which is installed in Solaris (below Version 8)
    In solaris 8 we can use cfgadm , However below 8 other than prtconf is there any command or way to findout the devices installed . prtconf and sysdef command outputs are too difficult to digest ,
    Thanks
    Dileep

    Yes I can see the following things .
    I would like to use a command which will list all the devices installed in a user friendly manner .
    root on LIVE netra1 # ls -l *hbn<br />
    lrwxrwxrwx 1 root other 52 Jul 3 1998 0hbn -> ../../devices/sbus&#64;3,0/SUNW,fas&#64;0,8800000/st&#64;4,0:hbn
    lrwxrwxrwx 1 root other 50 Jul 3 1998 1hbn -> ../../devices/sbus&#64;a,0/QLGC,isp&#64;2,10000/st&#64;1,0:hbn
    lrwxrwxrwx 1 root other 50 Jul 3 1998 2hbn -> ../../devices/sbus&#64;a,0/QLGC,isp&#64;2,10000/st&#64;2,0:hbn
    lrwxrwxrwx 1 root other 50 Jul 3 1998 3hbn -> ../../devices/sbus&#64;a,0/QLGC,isp&#64;2,10000/st&#64;3,0:hbn
    lrwxrwxrwx 1 root other 50 Jul 3 1998 4hbn -> ../../devices/sbus&#64;a,0/QLGC,isp&#64;2,10000/st&#64;4,0:hbn
    Thanks
    Dileep

  • Unable to install open solaris

    Dear all,
    We have sun sparc T5220 server with solaris 10/U7.we are trying to install open solaris.But geting error can not open boot device,using same cd we are able to install normal sparc server.please help me.
    Regards
    kk

    Uninstall iTunes and all related components. You may need to do this more than once.
    (99935)

  • LMS 4.0 - Install on Solaris 10 aborts after DHCP-check

    Hi all,
    on solaris 10 (HW T5140) I tried to install from orignal DVD, suddenly after
    answering the licensing questions with [y] setup.sh aborts with no error-message
    directly after checking DHCP.
    INFO: Checking DHCP..
    INFO: DHCP not enabled in this machine.
    INFO: BUILD_ID is SOL_LMS4_0_20100906_0753
    INFO: ITOOLS_BUILD_ID is SOL_ITOOLS4_0_MAIN_20100905_1742
    <abort>
    Are there any known issues with install on solaris?
    Thanks a lot
    Lothar
    This is output of install-log
    ======================================================================
    Started :  Tue Jul 5 07:41:20 CEST 2011 ======================================================================
    ================- Software Installation Tool Started -================
    Welcome to CiscoWorks LAN Management Solution 4.0 Applications   setup program.
    ======================================================================
    INFO: Executing /cdrom/lms4_0_sol/install/correctnmsver.sh
    Press ENTER to read/browse the following License Agreement:
    INFO: You must accept this License Agreement to proceed with the installation.
    INFO: If you enter N/n, the installation will exit.
    Do you accept all the terms of the License Agreement? (y/n) [n]:
    INFO: Environment variables in this machine
    AIX_MIN_RAM=131072
    AIX_MIN_SWAP=262144
    AIX_OS_VERSION=5.5
    ANILOG=/var/adm/CSCOpx/log/ani.log
    CSCO_ADM_FILE=/tmp/cscotmp/CSCO.admin
    CWLOG=/var/adm/CSCOpx/log/dmgtd.log
    DEBUG=0
    DEF_IU_ROOT=/opt/CSCOpx
    DISKSPACE=0
    DO_UPGRADE_FILE=/var/tmp/csco_do_upgrade
    EDITOR=vi HISTLOGFILE=/var/tmp/Ciscoworks_install_20110705_074119.log
    HOME=/
    HPX_OS_VERSION=5.5
    HP_MIN_RAM=262144
    HP_MIN_SWAP=1048576
    HZ=100
    INSTALL_MODE=NEW
    IU_DBDIR=/db/data
    IU_NAME=CSCOpx
    IU_ROOT=/opt/CSCOpx
    LC_ALL=C
    LC_OS=sol
    LD_LIBRARY_PATH= LOGFILE=/var/tmp/Ciscoworks_install_20110705_074119.log.new
    LOGNAME=root
    LOG_NAME=Ciscoworks_install_20110705_074119.log
    MAIL=/var/mail/root
    MESSAGES=/var/adm/messages
    OS=SOL
    PATH=/usr/sbin:/usr/bin:/usr/ucb:/usr/sbin:/usr/bin:/usr/etc:/usr/ucb:/usr/sbin:
    /usr/bin:/usr/etc:/usr/ucb
    PRODUCT=CSCO NM
    PROFILE=0
    PWD=/cdrom/cdrom0
    REQ_OS=SunOS
    SERVER_EXP=[C]SCOpx
    SETUPDIR=/cdrom/lms4_0_sol/install
    SHELL=/bin/bash
    SHLVL=2
    SINGLEINSTALLER=TRUE
    SOL_MIN_RAM=131072
    SOL_MIN_SWAP=131072
    SOL_OS_VERSION=5.10
    SWMODOPTS=-xloglevel=0
    SWOPTIONS=-x reinstall=true -x reinstall_files=true -x allow_multiple_versions=t rue -x write_remote_files=true -x autoselect_dependencies=false -x match_target= false TERM=vt100 THREADS_FLAG=native TOC=disk.toc TZ=Europe/Berlin
    UPGRADE_VERSIONS=2.* 3.0 YES_PUMP=/cdrom/lms4_0_sol/install/install/yes.sol
    _=/sbin/sh
    INFO: Checking DHCP..
    INFO: DHCP not enabled in this machine.
    INFO: BUILD_ID is SOL_LMS4_0_20100906_0753
    INFO: ITOOLS_BUILD_ID is SOL_ITOOLS4_0_MAIN_20100905_1742

    Hi Joe,
    thanks a lot for your hint, the problem is solved with editing /etc/release.
    There should be a user-information pointing to the source of the problem, just aborting
    the install-script is not very nice.
    Do you know whether this "/etc/release-abort" is present with update to LMS 4.01 install-script
    and other patches?
    I like this forum
    Lothar

  • Can oracle 11g installed on solaris 8 ?

    Can oracle 11g installed on solaris 8 ?
    Other what is the minimum solaris supported to install oracle 11g.
    Thank you in advance..

    [email protected] wrote:
    Can oracle 11g installed on solaris 8 ?
    Other what is the minimum solaris supported to install oracle 11g.
    Thank you in advance..In general, each product has an installation manual - found through http://docs.oracle.com and possibly http://tahiti.oracle.com and the install manual clearly identifies the (minimum) support OS and Release information.

  • OEL yum repo problem installing openssl-devel

    Hi
    When i try to install openssl-devel i get errors. anyone can help? look:
    [root@portal nginx]# yum install openssl-devel
    Loaded plugins: security
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package openssl-devel.i386 0:0.9.8e-7.el5 set to be updated
    --> Processing Dependency: openssl = 0.9.8e-7.el5 for package: openssl-devel
    --> Processing Dependency: krb5-devel for package: openssl-devel
    --> Running transaction check
    ---> Package krb5-devel.i386 0:1.6.1-31.el5 set to be updated
    --> Processing Dependency: krb5-libs = 1.6.1-31.el5 for package: krb5-devel
    --> Processing Dependency: libselinux-devel for package: krb5-devel
    --> Processing Dependency: keyutils-libs-devel for package: krb5-devel
    --> Processing Dependency: e2fsprogs-devel for package: krb5-devel
    ---> Package openssl-devel.i386 0:0.9.8e-7.el5 set to be updated
    --> Processing Dependency: openssl = 0.9.8e-7.el5 for package: openssl-devel
    --> Running transaction check
    ---> Package e2fsprogs-devel.i386 0:1.39-20.el5 set to be updated
    --> Processing Dependency: e2fsprogs-libs = 1.39-20.el5 for package: e2fsprogs-devel
    ---> Package keyutils-libs-devel.i386 0:1.2-1.el5 set to be updated
    ---> Package krb5-devel.i386 0:1.6.1-31.el5 set to be updated
    --> Processing Dependency: krb5-libs = 1.6.1-31.el5 for package: krb5-devel
    ---> Package libselinux-devel.i386 0:1.33.4-5.1.el5 set to be updated
    --> Processing Dependency: libselinux = 1.33.4-5.1.el5 for package: libselinux-devel
    --> Processing Dependency: libsepol-devel >= 1.15.2-1 for package: libselinux-devel
    ---> Package openssl-devel.i386 0:0.9.8e-7.el5 set to be updated
    --> Processing Dependency: openssl = 0.9.8e-7.el5 for package: openssl-devel
    --> Running transaction check
    ---> Package e2fsprogs-devel.i386 0:1.39-20.el5 set to be updated
    --> Processing Dependency: e2fsprogs-libs = 1.39-20.el5 for package: e2fsprogs-devel
    ---> Package krb5-devel.i386 0:1.6.1-31.el5 set to be updated
    --> Processing Dependency: krb5-libs = 1.6.1-31.el5 for package: krb5-devel
    ---> Package libselinux-devel.i386 0:1.33.4-5.1.el5 set to be updated
    --> Processing Dependency: libselinux = 1.33.4-5.1.el5 for package: libselinux-devel
    ---> Package libsepol-devel.i386 0:1.15.2-1.el5 set to be updated
    --> Processing Dependency: libsepol = 1.15.2-1.el5 for package: libsepol-devel
    ---> Package openssl-devel.i386 0:0.9.8e-7.el5 set to be updated
    --> Processing Dependency: openssl = 0.9.8e-7.el5 for package: openssl-devel
    --> Finished Dependency Resolution
    krb5-devel-1.6.1-31.el5.i386 from el5_u3_base has depsolving problems
    --> Missing Dependency: krb5-libs = 1.6.1-31.el5 is needed by package krb5-devel-1.6.1-31.el5.i386 (el5_u3_base)
    libselinux-devel-1.33.4-5.1.el5.i386 from el5_u3_base has depsolving problems
    --> Missing Dependency: libselinux = 1.33.4-5.1.el5 is needed by package libselinux-devel-1.33.4-5.1.el5.i386 (el5_u3_base)
    openssl-devel-0.9.8e-7.el5.i386 from el5_u3_base has depsolving problems
    --> Missing Dependency: openssl = 0.9.8e-7.el5 is needed by package openssl-devel-0.9.8e-7.el5.i386 (el5_u3_base)
    e2fsprogs-devel-1.39-20.el5.i386 from el5_u3_base has depsolving problems
    --> Missing Dependency: e2fsprogs-libs = 1.39-20.el5 is needed by package e2fsprogs-devel-1.39-20.el5.i386 (el5_u3_base)
    libsepol-devel-1.15.2-1.el5.i386 from el5_u3_base has depsolving problems
    --> Missing Dependency: libsepol = 1.15.2-1.el5 is needed by package libsepol-devel-1.15.2-1.el5.i386 (el5_u3_base)
    Error: Missing Dependency: openssl = 0.9.8e-7.el5 is needed by package openssl-devel-0.9.8e-7.el5.i386 (el5_u3_base)
    Error: Missing Dependency: e2fsprogs-libs = 1.39-20.el5 is needed by package e2fsprogs-devel-1.39-20.el5.i386 (el5_u3_base)
    Error: Missing Dependency: libsepol = 1.15.2-1.el5 is needed by package libsepol-devel-1.15.2-1.el5.i386 (el5_u3_base)
    Error: Missing Dependency: libselinux = 1.33.4-5.1.el5 is needed by package libselinux-devel-1.33.4-5.1.el5.i386 (el5_u3_base)
    Error: Missing Dependency: krb5-libs = 1.6.1-31.el5 is needed by package krb5-devel-1.6.1-31.el5.i386 (el5_u3_base)
    You could try using --skip-broken to work around the problem
    You could try running: package-cleanup --problems
    package-cleanup --dupes
    rpm -Va nofiles nodigest
    Regards
    Ricardo

    [root@portal ~]# cat /etc/yum.repos.d/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=0
    [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=0
    [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=0
    [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=0
    [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=0
    [root@portal ~]#

  • Package check installed on Solaris & HP-UX

    What is command to check the Package installed on Solaris & HP-UX.
    I can chek this with rpm -q <rpmname> in RHEL4

    iostat is used to check IO activity on your system.
    also check here
    http://www.redhat.com/magazine/011sep05/features/tools/
    There's slight output different on different unix systems but basic function are same.

  • How to change default port in iws 4.1 installed in Solaris 5.9

    Hi All,
    I had installed iws 4.1 in solaris 5.9
    Now , I want to change my default https port from 443 to 445 .
    Can anybody , Please let me know the proceudre how to do it ?
    Thanks for help in advance.
    Regards
    James

    Ya , Manish you are right IWS 4.1 is really old.
    But My application has been developed in past that is using IWS4.1 .
    Right now , we are not having budget to migrate it from IWS4.1 to IWS6.1.
    And the pointer for changing the port from magnus.conf is also correct but
    I need to make it default port.
    That means If would not specify any port number out of two port request goes to default one.
    Right now default port is 443
    But I want it to be 445
    Thanks
    James
    Message was edited by:
    write2jamesbond

Maybe you are looking for

  • Can't comment-sign in box keeps reapearing

    when i try to comment on something on itunes, the sign in box comes up and when i put in my username and password it does it again. i put my info in again, and the same thing happens. what happened?!!?

  • Agent Phone is not ringing (outbound)

    Hi, I am using ICM 7.5.7. I have configured agent based campaign for outbound dialing. When dialer place any call to agent desktop agent can accept it and the call is also going to the customer. Both of they are able to talk each other. Here the issu

  • Full width footer in iWeb?

    Hi, can iweb be coded so as to give it a full width footer? Thanks and regards. Patrick.

  • Oracle E-Bussiness Suit (11.5.9) and Linux RHEL AS4

    Hello, somebody help me to find documents about Oracle E-Bussiness Suit (11.5.9) and Linux RHEL AS4. How it comunicate? I just need a simple scheme how it is work. Pleas! Urgent! Message was edited by: user527625

  • MT103 payment output

    I have ameded a couple of standard function modules used to produce the tags for this output.  But the actual output produces as header line HSBCSGSG - see below, and the bank have came back and said they don't want this line.  My problem is I can't