IFS Configuration Error.

Hi,
I have installed the Oracle 8.1.7 database on Sun Solaris. I am trying to set up the iFS middle tier on the Windows NT box. When, I tried to run the iFSConfig.bat file present in the ORACLE_HOME/ifs1.1/bin directory, after the second screen, it gives me a set of 4 java errors like
1. ActionFailedException.
2. oracle/iFS/installer/TestJava
3. Unable to load java
and then end-of-communication channel error.
I am stuck with this. Please help me overcome this. Any pointers would be greatly appreciated.
Thanks and Regards,
Ramna
null

IfsConfig tests to make sure your database installation is correct. In your case, the JServer component of the database is not working correctly. The "end of communication channel error" you describe could be another problem, with the Net8 software. Neither of these components are part of the iFS software, but iFS relies on them to function properly. I would suggest reinstalling your Oracle database and/or Oracle client. Follow the recommendations givin the iFS Installation Guide (typical install, etc.)

Similar Messages

  • About iFS Configuration error

    In iFS Configuration Assistant,
    after select oracle8i on another machine,input TNS service name and sys password,click next.
    The system tell me:
    the following error
    occurred :java.lang
    ClassNotFoundException:
    oracle.jdbc.driver.
    OracleDriver
    Why?
    Help me!

    The above answer it's OK but you can't always have same ORACLE_HOMES for two or more oracle products on Windows NT.
    I Had the same problem and this is the way I dealed with it:
    I modified the ifsconfig.bat and I added one line to the CLASSPATH configuration:
    set CLASSPATH=%CLASSPATH%;"E:\ora8i\jdbc\lib\classes111.zip"
    E:\ora8i is my ORACLE_HOME for my Oracle 8i Installation and obviously, this is where the classes111.zip is located, and this .zip file is where Java can find the
    oracle.jdbc.driver.OracleDriver
    class that needs to be loaded.

  • Qt... configure: error

    Hi,
    When I'm trying to install theme, decorations or program, who's using Qt engine, I'm getting this error:
    Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!
    I'm using KDE.
    Thanks

    Can you tell me where to add this lines. Here is configure file:
    #! /bin/sh
    # Guess values for system-dependent variables and create Makefiles.
    # Generated by GNU Autoconf 2.61.
    # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    # This configure script is free software; the Free Software Foundation
    # gives unlimited permission to copy, distribute and modify it.
    ## M4sh Initialization.  ##
    # Be more Bourne compatible
    DUALCASE=1; export DUALCASE # for MKS sh
    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
      emulate sh
      NULLCMD=:
      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
      # is contrary to our usage.  Disable this feature.
      alias -g '${1+"$@"}'='"$@"'
      setopt NO_GLOB_SUBST
    else
      case `(set -o) 2>/dev/null` in
      *posix*) set -o posix ;;
    esac
    fi
    # PATH needs CR
    # Avoid depending upon Character Ranges.
    as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    as_cr_digits='0123456789'
    as_cr_alnum=$as_cr_Letters$as_cr_digits
    # The user is always right.
    if test "${PATH_SEPARATOR+set}" != set; then
      echo "#! /bin/sh" >conf$$.sh
      echo  "exit 0"   >>conf$$.sh
      chmod +x conf$$.sh
      if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
        PATH_SEPARATOR=';'
      else
        PATH_SEPARATOR=:
      fi
      rm -f conf$$.sh
    fi
    # Support unset when possible.
    if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
      as_unset=unset
    else
      as_unset=false
    fi
    # IFS
    # We need space, tab and new line, in precisely that order.  Quoting is
    # there to prevent editors from complaining about space-tab.
    # (If _AS_PATH_WALK were called with IFS unset, it would disable word
    # splitting by setting IFS to empty value.)
    as_nl='
    IFS=" ""    $as_nl"
    # Find who we are.  Look in the path if we contain no directory separator.
    case $0 in
      *[\\/]* ) as_myself=$0 ;;
      *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
      test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    done
    IFS=$as_save_IFS
    esac
    # We did not find ourselves, most probably we were run as `sh COMMAND'
    # in which case we are not to be found in the path.
    if test "x$as_myself" = x; then
      as_myself=$0
    fi
    if test ! -f "$as_myself"; then
      echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
      { (exit 1); exit 1; }
    fi
    # Work around bugs in pre-3.0 UWIN ksh.
    for as_var in ENV MAIL MAILPATH
    do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    done
    PS1='$ '
    PS2='> '
    PS4='+ '
    # NLS nuisances.
    for as_var in \
      LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
      LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
      LC_TELEPHONE LC_TIME
    do
      if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
        eval $as_var=C; export $as_var
      else
        ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
      fi
    done
    # Required to use basename.
    if expr a : '\(a\)' >/dev/null 2>&1 &&
       test "X`expr 00001 : '.*\(...\)'`" = X001; then
      as_expr=expr
    else
      as_expr=false
    fi
    if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
      as_basename=basename
    else
      as_basename=false
    fi
    # Name of the executable.
    as_me=`$as_basename -- "$0" ||
    $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
         X"$0" : 'X\(//\)$' \| \
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    echo X/"$0" |
        sed '/^.*\/\([^/][^/]*\)\/*$/{
            s//\1/
            q
          /^X\/\(\/\/\)$/{
            s//\1/
            q
          /^X\/\(\/\).*/{
            s//\1/
            q
          s/.*/./; q'`
    # CDPATH.
    $as_unset CDPATH
    if test "x$CONFIG_SHELL" = x; then
      if (eval ":") 2>/dev/null; then
      as_have_required=yes
    else
      as_have_required=no
    fi
      if test $as_have_required = yes &&      (eval ":
    (as_func_return () {
      (exit \$1)
    as_func_success () {
      as_func_return 0
    as_func_failure () {
      as_func_return 1
    as_func_ret_success () {
      return 0
    as_func_ret_failure () {
      return 1
    exitcode=0
    if as_func_success; then
    else
      exitcode=1
      echo as_func_success failed.
    fi
    if as_func_failure; then
      exitcode=1
      echo as_func_failure succeeded.
    fi
    if as_func_ret_success; then
    else
      exitcode=1
      echo as_func_ret_success failed.
    fi
    if as_func_ret_failure; then
      exitcode=1
      echo as_func_ret_failure succeeded.
    fi
    if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
    else
      exitcode=1
      echo positional parameters were not saved.
    fi
    test \$exitcode = 0) || { (exit 1); exit 1; }
      as_lineno_1=\$LINENO
      as_lineno_2=\$LINENO
      test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
      test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
    ") 2> /dev/null; then
    else
      as_candidate_shells=
        as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
      case $as_dir in
           for as_base in sh bash ksh sh5; do
             as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
           done;;
           esac
    done
    IFS=$as_save_IFS
          for as_shell in $as_candidate_shells $SHELL; do
         # Try only shells that exist, to save several forks.
         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
            { ("$as_shell") 2> /dev/null <<\_ASEOF
    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
      emulate sh
      NULLCMD=:
      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
      # is contrary to our usage.  Disable this feature.
      alias -g '${1+"$@"}'='"$@"'
      setopt NO_GLOB_SUBST
    else
      case `(set -o) 2>/dev/null` in
      *posix*) set -o posix ;;
    esac
    fi
    _ASEOF
    }; then
      CONFIG_SHELL=$as_shell
               as_have_required=yes
               if { "$as_shell" 2> /dev/null <<\_ASEOF
    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
      emulate sh
      NULLCMD=:
      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
      # is contrary to our usage.  Disable this feature.
      alias -g '${1+"$@"}'='"$@"'
      setopt NO_GLOB_SUBST
    else
      case `(set -o) 2>/dev/null` in
      *posix*) set -o posix ;;
    esac
    fi
    (as_func_return () {
      (exit $1)
    as_func_success () {
      as_func_return 0
    as_func_failure () {
      as_func_return 1
    as_func_ret_success () {
      return 0
    as_func_ret_failure () {
      return 1
    exitcode=0
    if as_func_success; then
    else
      exitcode=1
      echo as_func_success failed.
    fi
    if as_func_failure; then
      exitcode=1
      echo as_func_failure succeeded.
    fi
    if as_func_ret_success; then
    else
      exitcode=1
      echo as_func_ret_success failed.
    fi
    if as_func_ret_failure; then
      exitcode=1
      echo as_func_ret_failure succeeded.
    fi
    if ( set x; as_func_ret_success y && test x = "$1" ); then
    else
      exitcode=1
      echo positional parameters were not saved.
    fi
    test $exitcode = 0) || { (exit 1); exit 1; }
      as_lineno_1=$LINENO
      as_lineno_2=$LINENO
      test "x$as_lineno_1" != "x$as_lineno_2" &&
      test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
    _ASEOF
    }; then
      break
    fi
    fi
          done
          if test "x$CONFIG_SHELL" != x; then
      for as_var in BASH_ENV ENV
            do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
            done
            export CONFIG_SHELL
            exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    fi
        if test $as_have_required = no; then
      echo This script requires a shell more modern than all the
          echo shells that I found on your system.  Please install a
          echo modern shell, or manually run the script under such a
          echo shell if you do have one.
          { (exit 1); exit 1; }
    fi
    fi
    fi
    (eval "as_func_return () {
      (exit \$1)
    as_func_success () {
      as_func_return 0
    as_func_failure () {
      as_func_return 1
    as_func_ret_success () {
      return 0
    as_func_ret_failure () {
      return 1
    exitcode=0
    if as_func_success; then
    else
      exitcode=1
      echo as_func_success failed.
    fi
    if as_func_failure; then
      exitcode=1
      echo as_func_failure succeeded.
    fi
    if as_func_ret_success; then
    else
      exitcode=1
      echo as_func_ret_success failed.
    fi
    if as_func_ret_failure; then
      exitcode=1
      echo as_func_ret_failure succeeded.
    fi
    if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
    else
      exitcode=1
      echo positional parameters were not saved.
    fi
    test \$exitcode = 0") || {
      echo No shell found that supports shell functions.
      echo Please tell [email protected] about your system,
      echo including any error possibly output before this
      echo message
      as_lineno_1=$LINENO
      as_lineno_2=$LINENO
      test "x$as_lineno_1" != "x$as_lineno_2" &&
      test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
      # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
      # uniformly replaced by the line number.  The first 'sed' inserts a
      # line-number line after each line using $LINENO; the second 'sed'
      # does the real work.  The second script uses 'N' to pair each
      # line-number line with the line containing $LINENO, and appends
      # trailing '-' during substitution so that $LINENO is not a special
      # case at line end.
      # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
      # scripts with optimization help from Paolo Bonzini.  Blame Lee
      # E. McMahon (1931-1989) for sed's syntax.  :-)
      sed -n '
        p
        /[$]LINENO/=
      ' <$as_myself |
        sed '
          s/[$]LINENO.*/&-/
          t lineno
          b
          :lineno
          N
          :loop
          s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
          t loop
          s/-\n.*//
        ' >$as_me.lineno &&
      chmod +x "$as_me.lineno" ||
        { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
       { (exit 1); exit 1; }; }
      # Don't try to exec as it changes $[0], causing all sort of problems
      # (the dirname of $[0] is not the place where we might find the
      # original and so on.  Autoconf is especially sensitive to this).
      . "./$as_me.lineno"
      # Exit status is that of the last command.
      exit
    if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
      as_dirname=dirname
    else
      as_dirname=false
    fi
    ECHO_C= ECHO_N= ECHO_T=
    case `echo -n x` in
    -n*)
      case `echo 'x\c'` in
      *c*) ECHO_T='    ';;    # ECHO_T is single tab character.
      *)   ECHO_C='\c';;
      esac;;
      ECHO_N='-n';;
    esac
    if expr a : '\(a\)' >/dev/null 2>&1 &&
       test "X`expr 00001 : '.*\(...\)'`" = X001; then
      as_expr=expr
    else
      as_expr=false
    fi
    rm -f conf$$ conf$$.exe conf$$.file
    if test -d conf$$.dir; then
      rm -f conf$$.dir/conf$$.file
    else
      rm -f conf$$.dir
      mkdir conf$$.dir
    fi
    echo >conf$$.file
    if ln -s conf$$.file conf$$ 2>/dev/null; then
      as_ln_s='ln -s'
      # ... but there are two gotchas:
      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
      # In both cases, we have to default to `cp -p'.
      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
        as_ln_s='cp -p'
    elif ln conf$$.file conf$$ 2>/dev/null; then
      as_ln_s=ln
    else
      as_ln_s='cp -p'
    fi
    rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
    rmdir conf$$.dir 2>/dev/null
    if mkdir -p . 2>/dev/null; then
      as_mkdir_p=:
    else
      test -d ./-p && rmdir ./-p
      as_mkdir_p=false
    fi
    if test -x / >/dev/null 2>&1; then
      as_test_x='test -x'
    else
      if ls -dL / >/dev/null 2>&1; then
        as_ls_L_option=L
      else
        as_ls_L_option=
      fi
      as_test_x='
        eval sh -c '\''
          if test -d "$1"; then
            test -d "$1/.";
          else
        case $1 in
            -*)set "./$1";;
        esac;
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
        ???[sx]*):;;*)false;;esac;fi
        '\'' sh
    fi
    as_executable_p=$as_test_x
    # Sed expression to map a string onto a valid CPP name.
    as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
    # Sed expression to map a string onto a valid variable name.
    as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    # Check that we are running under the correct shell.
    SHELL=${CONFIG_SHELL-/bin/sh}
    case X$ECHO in
    X*--fallback-echo)
      # Remove one level of quotation (which was required for Make).
      ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
    esac
    echo=${ECHO-echo}
    if test "X$1" = X--no-reexec; then
      # Discard the --no-reexec flag, and continue.
      shift
    elif test "X$1" = X--fallback-echo; then
      # Avoid inline document here, it may be left over
    elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
      # Yippee, $echo works!
    else
      # Restart under the correct shell.
      exec $SHELL "$0" --no-reexec ${1+"$@"}
    fi
    if test "X$1" = X--fallback-echo; then
      # used as fallback echo
      shift
      cat <<EOF
    $*
    EOF
      exit 0
    fi
    # The HP-UX ksh and POSIX shell print the target directory to stdout
    # if CDPATH is set.
    if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
    if test -z "$ECHO"; then
    if test "X${echo_test_string+set}" != Xset; then
    # find a string as large as possible, as long as the shell can cope with it
      for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
        # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
        if (echo_test_string="`eval $cmd`") 2>/dev/null &&
           echo_test_string="`eval $cmd`" &&
           (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
        then
          break
        fi
      done
    fi
    if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
       echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
       test "X$echo_testing_string" = "X$echo_test_string"; then
    else
      # The Solaris, AIX, and Digital Unix default echo programs unquote
      # backslashes.  This makes it impossible to quote backslashes using
      #   echo "$something" | sed 's/\\/\\\\/g'
      # So, first we look for a working echo in the user's PATH.
      lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
      for dir in $PATH /usr/ucb; do
        IFS="$lt_save_ifs"
        if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
           test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
           echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
           test "X$echo_testing_string" = "X$echo_test_string"; then
          echo="$dir/echo"
          break
        fi
      done
      IFS="$lt_save_ifs"
      if test "X$echo" = Xecho; then
        # We didn't find a better echo, so look for alternatives.
        if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
           echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
           test "X$echo_testing_string" = "X$echo_test_string"; then
          # This shell has a builtin print -r that does the trick.
          echo='print -r'
        elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
         test "X$CONFIG_SHELL" != X/bin/ksh; then
          # If we have ksh, try running configure again with it.
          ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
          export ORIGINAL_CONFIG_SHELL
          CONFIG_SHELL=/bin/ksh
          export CONFIG_SHELL
          exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
        else
          # Try using printf.
          echo='printf %s\n'
          if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
         test "X$echo_testing_string" = "X$echo_test_string"; then
        # Cool, printf works
          elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
           test "X$echo_testing_string" = 'X\t' &&
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
           test "X$echo_testing_string" = "X$echo_test_string"; then
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
        export CONFIG_SHELL
        SHELL="$CONFIG_SHELL"
        export SHELL
        echo="$CONFIG_SHELL $0 --fallback-echo"
          elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
           test "X$echo_testing_string" = 'X\t' &&
           echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
           test "X$echo_testing_string" = "X$echo_test_string"; then
        echo="$CONFIG_SHELL $0 --fallback-echo"
          else
        # maybe with a smaller string...
        prev=:
        for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
          then
            break
          fi
          prev="$cmd"
        done
        if test "$prev" != 'sed 50q "$0"'; then
          echo_test_string=`eval $prev`
          export echo_test_string
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
        else
          # Oops.  We lost completely, so just stick with echo.
          echo=echo
        fi
          fi
        fi
      fi
    fi
    fi
    # Copy echo and quote the copy suitably for passing to libtool from
    # the Makefile, instead of quoting the original, which is used later.
    ECHO=$echo
    if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
       ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
    fi
    tagnames=${tagnames+${tagnames},}CXX
    tagnames=${tagnames+${tagnames},}F77
    exec 7<&0 </dev/null 6>&1
    # Name of the host.
    # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    # so uname gets run too.
    ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    # Initializations.
    ac_default_prefix=/usr/local
    ac_clean_files=
    ac_config_libobj_dir=.
    LIBOBJS=
    cross_compiling=no
    subdirs=
    MFLAGS=
    MAKEFLAGS=
    SHELL=${CONFIG_SHELL-/bin/sh}
    # Identity of this package.
    PACKAGE_NAME=
    PACKAGE_TARNAME=
    PACKAGE_VERSION=
    PACKAGE_STRING=
    PACKAGE_BUGREPORT=
    ac_unique_file="acinclude.m4"
    ac_default_prefix=${KDEDIR:-the kde prefix}
    # Factoring default headers for most tests.
    ac_includes_default="\
    #include <stdio.h>
    #ifdef HAVE_SYS_TYPES_H
    # include <sys/types.h>
    #endif
    #ifdef HAVE_SYS_STAT_H
    # include <sys/stat.h>
    #endif
    #ifdef STDC_HEADERS
    # include <stdlib.h>
    # include <stddef.h>
    #else
    # ifdef HAVE_STDLIB_H
    #  include <stdlib.h>
    # endif
    #endif
    #ifdef HAVE_STRING_H
    # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    #  include <memory.h>
    # endif
    # include <string.h>
    #endif
    #ifdef HAVE_STRINGS_H
    # include <strings.h>
    #endif
    #ifdef HAVE_INTTYPES_H
    # include <inttypes.h>
    #endif
    #ifdef HAVE_STDINT_H
    # include <stdint.h>
    #endif
    #ifdef HAVE_UNISTD_H
    # include <unistd.h>
    #endif"
    ac_subst_vars='SHELL
    PATH_SEPARATOR
    PACKAGE_NAME
    PACKAGE_TARNAME
    PACKAGE_VERSION
    PACKAGE_STRING
    PACKAGE_BUGREPORT
    exec_prefix
    prefix
    program_transform_name
    bindir
    sbindir
    libexecdir
    datarootdir
    datadir
    sysconfdir
    sharedstatedir
    localstatedir
    includedir
    oldincludedir
    docdir
    infodir
    htmldir
    dvidir
    pdfdir
    psdir
    libdir
    localedir
    mandir
    DEFS
    ECHO_C
    ECHO_N
    ECHO_T
    LIBS
    build_alias
    host_alias
    target_alias
    build
    build_cpu
    build_vendor
    build_os
    host
    host_cpu
    host_vendor
    host_os
    target
    target_cpu
    target_vendor
    target_os
    INSTALL_PROGRAM
    INSTALL_SCRIPT
    INSTALL_DATA
    CYGPATH_W
    PACKAGE
    VERSION
    ACLOCAL
    AUTOCONF
    AUTOMAKE
    AUTOHEADER
    MAKEINFO
    AMTAR
    install_sh
    STRIP
    INSTALL_STRIP_PROGRAM
    AWK
    SET_MAKE
    am__leading_dot
    KDECONFIG
    kde_libs_prefix
    kde_libs_htmldir
    CONF_FILES
    CC
    CFLAGS
    LDFLAGS
    CPPFLAGS
    ac_ct_CC
    EXEEXT
    OBJEXT
    DEPDIR
    am__include
    am__quote
    AMDEP_TRUE
    AMDEP_FALSE
    AMDEPBACKSLASH
    CCDEPMODE
    am__fastdepCC_TRUE
    am__fastdepCC_FALSE
    CPP
    CXX
    CXXFLAGS
    ac_ct_CXX
    CXXDEPMODE
    am__fastdepCXX_TRUE
    am__fastdepCXX_FALSE
    WOVERLOADED_VIRTUAL
    HAVE_GCC_VISIBILITY
    unsermake_enable_pch_TRUE
    unsermake_enable_pch_FALSE
    USE_EXCEPTIONS
    USE_RTTI
    CXXCPP
    NOOPT_CXXFLAGS
    NOOPT_CFLAGS
    ENABLE_PERMISSIVE_FLAG
    LDFLAGS_AS_NEEDED
    LDFLAGS_NEW_DTAGS
    KDE_USE_FINAL_TRUE
    KDE_USE_FINAL_FALSE
    KDE_USE_CLOSURE_TRUE
    KDE_USE_CLOSURE_FALSE
    KDE_NO_UNDEFINED
    KDE_USE_NMCHECK_TRUE
    KDE_USE_NMCHECK_FALSE
    GREP
    EGREP
    LN_S
    ECHO
    AR
    RANLIB
    F77
    FFLAGS
    ac_ct_F77
    LIBTOOL
    KDE_PLUGIN
    KDE_CHECK_PLUGIN
    MSGFMT
    GMSGFMT
    XGETTEXT
    LIBUTIL
    LIBCOMPAT
    LIBCRYPT
    LIBRESOLV
    LIB_POLL
    FRAMEWORK_COREAUDIO
    LIBSOCKET
    X_EXTRA_LIBS
    LIBUCB
    LIBDL
    KDE_USE_FPIE
    KDE_USE_PIE
    include_x11_TRUE
    include_x11_FALSE
    XMKMF
    X_PRE_LIBS
    LIB_X11
    LIB_XRENDER
    LIBSM
    X_INCLUDES
    X_LDFLAGS
    x_includes
    x_libraries
    QTE_NORTTI
    LIB_XEXT
    LIBPTHREAD
    USE_THREADS
    KDE_MT_LDFLAGS
    KDE_MT_LIBS
    USER_INCLUDES
    USER_LDFLAGS
    LIBZ
    LIBPNG
    LIBJPEG
    qt_libraries
    qt_includes
    QT_INCLUDES
    QT_LDFLAGS
    PERL
    MOC
    UIC
    UIC_TR
    LIB_QT
    LIB_QPE
    kde_qtver
    KDE_EXTRA_RPATH
    KDE_RPATH
    X_RPATH
    kde_libraries
    kde_includes
    KDE_LDFLAGS
    KDE_INCLUDES
    all_includes
    all_libraries
    AUTODIRS
    include_ARTS_TRUE
    include_ARTS_FALSE
    MAKEKDEWIDGETS
    KCONFIG_COMPILER
    KCFG_DEPENDENCIES
    DCOPIDLNG
    DCOPIDL
    DCOPIDL2CPP
    DCOP_DEPENDENCIES
    MCOPIDL
    ARTSCCONFIG
    MEINPROC
    KDE_XSL_STYLESHEET
    XMLLINT
    kde_htmldir
    kde_appsdir
    kde_icondir
    kde_sounddir
    kde_datadir
    kde_locale
    kde_confdir
    kde_kcfgdir
    kde_mimedir
    kde_wallpaperdir
    kde_bindir
    xdg_appsdir
    xdg_menudir
    xdg_directorydir
    kde_templatesdir
    kde_servicesdir
    kde_servicetypesdir
    kde_moduledir
    kdeinitdir
    kde_styledir
    kde_widgetdir
    LIB_KDED
    LIB_KDECORE
    LIB_KDEUI
    LIB_KIO
    LIB_KJS
    LIB_SMB
    LIB_KAB
    LIB_KABC
    LIB_KHTML
    LIB_KSPELL
    LIB_KPARTS
    LIB_KDEPRINT
    LIB_KUTILS
    LIB_KDEPIM
    LIB_KIMPROXY
    LIB_KNEWSTUFF
    LIB_KDNSSD
    LIB_KUNITTEST
    LIB_KSYCOCA
    LIB_KFILE
    LIB_KFM
    TOPSUBDIRS
    LIBOBJS
    LTLIBOBJS'
    ac_subst_files=''
          ac_precious_vars='build_alias
    host_alias
    target_alias
    CC
    CFLAGS
    LDFLAGS
    LIBS
    CPPFLAGS
    CPP
    CXX
    CXXFLAGS
    CCC
    CXXCPP
    F77
    FFLAGS
    XMKMF'
    # Initialize some variables set by options.
    ac_init_help=
    ac_init_version=false
    # The variables have the same names as the options, with
    # dashes changed to underlines.
    cache_file=/dev/null
    exec_prefix=NONE
    no_create=
    no_recursion=
    prefix=NONE
    program_prefix=NONE
    program_suffix=NONE
    program_transform_name=s,x,x,
    silent=
    site=
    srcdir=
    verbose=
    x_includes=NONE
    x_libraries=NONE
    # Installation directory options.
    # These are left unexpanded so users can "make install exec_prefix=/foo"
    # and all the variables that are supposed to be based on exec_prefix
    # by default will actually change.
    # Use braces instead of parens because sh, perl, etc. also accept them.
    # (The list follows the same order as the GNU Coding Standards.)
    bindir='${exec_prefix}/bin'
    sbindir='${exec_prefix}/sbin'
    libexecdir='${exec_prefix}/libexec'
    datarootdir='${prefix}/share'
    datadir='${datarootdir}'
    sysconfdir='${prefix}/etc'
    sharedstatedir='${prefix}/com'
    localstatedir='${prefix}/var'
    includedir='${prefix}/include'
    oldincludedir='/usr/include'
    docdir='${datarootdir}/doc/${PACKAGE}'
    infodir='${datarootdir}/info'
    htmldir='${docdir}'
    dvidir='${docdir}'
    pdfdir='${docdir}'
    psdir='${docdir}'
    libdir='${exec_prefix}/lib'
    localedir='${datarootdir}/locale'
    mandir='${datarootdir}/man'
    ac_prev=
    ac_dashdash=
    for ac_option
    do
      # If the previous option needs an argument, assign it.
      if test -n "$ac_prev"; then
        eval $ac_prev=\$ac_option
        ac_prev=
        continue
      fi
      case $ac_option in
      *=*)    ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
      *)    ac_optarg=yes ;;
      esac
      # Accept the important Cygnus configure options, so we can diagnose typos.
      case $ac_dashdash$ac_option in
        ac_dashdash=yes ;;
      -bindir | --bindir | --bindi | --bind | --bin | --bi)
        ac_prev=bindir ;;
      -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
        bindir=$ac_optarg ;;
      -build | --build | --buil | --bui | --bu)
        ac_prev=build_alias ;;
      -build=* | --build=* | --buil=* | --bui=* | --bu=*)
        build_alias=$ac_optarg ;;
      -cache-file | --cache-file | --cache-fil | --cache-fi \
      | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
        ac_prev=cache_file ;;
      -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
      | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
        cache_file=$ac_optarg ;;
      --config-cache | -C)
        cache_file=config.cache ;;
      -datadir | --datadir | --datadi | --datad)
        ac_prev=datadir ;;
      -datadir=* | --datadir=* | --datadi=* | --datad=*)
        datadir=$ac_optarg ;;
      -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
      | --dataroo | --dataro | --datar)
        ac_prev=datarootdir ;;
      -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
      | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
        datarootdir=$ac_optarg ;;
      -disable-* | --disable-*)
        ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
        # Reject names that are not valid shell variable names.
        expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid feature name: $ac_feature" >&2
       { (exit 1); exit 1; }; }
        ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
        eval enable_$ac_feature=no ;;
      -docdir | --docdir | --docdi | --doc | --do)
        ac_prev=docdir ;;
      -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
        docdir=$ac_optarg ;;
      -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
        ac_prev=dvidir ;;
      -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
        dvidir=$ac_optarg ;;
      -enable-* | --enable-*)
        ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
        # Reject names that are not valid shell variable names.
        expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid feature name: $ac_feature" >&2
       { (exit 1); exit 1; }; }
        ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
        eval enable_$ac_feature=\$ac_optarg ;;
      -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
      | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
      | --exec | --exe | --ex)
        ac_prev=exec_prefix ;;
      -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
      | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
      | --exec=* | --exe=* | --ex=*)
        exec_prefix=$ac_optarg ;;
      -gas | --gas | --ga | --g)
        # Obsolete; use --with-gas.
        with_gas=yes ;;
      -help | --help | --hel | --he | -h)
        ac_init_help=long ;;
      -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
        ac_init_help=recursive ;;
      -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
        ac_init_help=short ;;
      -host | --host | --hos | --ho)
        ac_prev=host_alias ;;
      -host=* | --host=* | --hos=* | --ho=*)
        host_alias=$ac_optarg ;;
      -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
        ac_prev=htmldir ;;
      -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
      | --ht=*)
        htmldir=$ac_optarg ;;
      -includedir | --includedir | --includedi | --included | --include \
      | --includ | --inclu | --incl | --inc)
        ac_prev=includedir ;;
      -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
      | --includ=* | --inclu=* | --incl=* | --inc=*)
        includedir=$ac_optarg ;;
      -infodir | --infodir | --infodi | --infod | --info | --inf)
        ac_prev=infodir ;;
      -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
        infodir=$ac_optarg ;;
      -libdir | --libdir | --libdi | --libd)
        ac_prev=libdir ;;
      -libdir=* | --libdir=* | --libdi=* | --libd=*)
        libdir=$ac_optarg ;;
      -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
      | --libexe | --libex | --libe)
        ac_prev=libexecdir ;;
      -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
      | --libexe=* | --libex=* | --libe=*)
        libexecdir=$ac_optarg ;;
      -localedir | --localedir | --localedi | --localed | --locale)
        ac_prev=localedir ;;
      -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
        localedir=$ac_optarg ;;
      -localstatedir | --localstatedir | --localstatedi | --localstated \
      | --localstate | --localstat | --localsta | --localst | --locals)
        ac_prev=localstatedir ;;
      -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
      | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
        localstatedir=$ac_optarg ;;
      -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
        ac_prev=mandir ;;
      -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
        mandir=$ac_optarg ;;
      -nfp | --nfp | --nf)
        # Obsolete; use --without-fp.
        with_fp=no ;;
      -no-create | --no-create | --no-creat | --no-crea | --no-cre \
      | --no-cr | --no-c | -n)
        no_create=yes ;;
      -no-recursion | --no-recursion | --no-recursio | --no-recursi \
      | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
        no_recursion=yes ;;
      -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
      | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
      | --oldin | --oldi | --old | --ol | --o)
        ac_prev=oldincludedir ;;
      -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
      | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
      | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
        oldincludedir=$ac_optarg ;;
      -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
        ac_prev=prefix ;;
      -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
        prefix=$ac_optarg ;;
      -program-prefix | --program-prefix | --program-prefi | --program-pref \
      | --program-pre | --program-pr | --program-p)
        ac_prev=program_prefix ;;
      -program-prefix=* | --program-prefix=* | --program-prefi=* \
      | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
        program_prefix=$ac_optarg ;;
      -program-suffix | --program-suffix | --program-suffi | --program-suff \
      | --program-suf | --program-su | --program-s)
        ac_prev=program_suffix ;;
      -program-suffix=* | --program-suffix=* | --program-suffi=* \
      | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
        program_suffix=$ac_optarg ;;
      -program-transform-name | --program-transform-name \
      | --program-transform-nam | --program-transform-na \
      | --program-transform-n | --program-transform- \
      | --program-transform | --program-transfor \
      | --program-transfo | --program-transf \
      | --program-trans | --program-tran \
      | --progr-tra | --program-tr | --program-t)
        ac_prev=program_transform_name ;;
      -program-transform-name=* | --program-transform-name=* \
      | --program-transform-nam=* | --program-transform-na=* \
      | --program-transform-n=* | --program-transform-=* \
      | --program-transform=* | --program-transfor=* \
      | --program-transfo=* | --program-transf=* \
      | --program-trans=* | --program-tran=* \
      | --progr-tra=* | --program-tr=* | --program-t=*)
        program_transform_name=$ac_optarg ;;
      -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
        ac_prev=pdfdir ;;
      -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
        pdfdir=$ac_optarg ;;
      -psdir | --psdir | --psdi | --psd | --ps)
        ac_prev=psdir ;;
      -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
        psdir=$ac_optarg ;;
      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
      | -silent | --silent | --silen | --sile | --sil)
        silent=yes ;;
      -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
        ac_prev=sbindir ;;
      -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
      | --sbi=* | --sb=*)
        sbindir=$ac_optarg ;;
      -sharedstatedir | --sharedstatedir | --sharedstatedi \
      | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
      | --sharedst | --shareds | --shared | --share | --shar \
      | --sha | --sh)
        ac_prev=sharedstatedir ;;
      -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
      | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
      | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
      | --sha=* | --sh=*)
        sharedstatedir=$ac_optarg ;;
      -site | --site | --sit)
        ac_prev=site ;;
      -site=* | --site=* | --sit=*)
        site=$ac_optarg ;;
      -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
        ac_prev=srcdir ;;
      -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
        srcdir=$ac_optarg ;;
      -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
      | --syscon | --sysco | --sysc | --sys | --sy)
        ac_prev=sysconfdir ;;
      -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
      | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
        sysconfdir=$ac_optarg ;;
      -target | --target | --targe | --targ | --tar | --ta | --t)
        ac_prev=target_alias ;;
      -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
        target_alias=$ac_optarg ;;
      -v | -verbose | --verbose | --verbos | --verbo | --verb)
        verbose=yes ;;
      -version | --version | --versio | --versi | --vers | -V)
        ac_init_version=: ;;
      -with-* | --with-*)
        ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
        # Reject names that are not valid shell variable names.
        expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid package name: $ac_package" >&2
       { (exit 1); exit 1; }; }
        ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
        eval with_$ac_package=\$ac_optarg ;;
      -without-* | --without-*)
        ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
        # Reject names that are not valid shell variable names.
        expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid package name: $ac_package" >&2
       { (exit 1); exit 1; }; }
        ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
        eval with_$ac_package=no ;;
      --x)
        # Obsolete; use --with-x.
        with_x=yes ;;
      -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
      | --x-incl | --x-inc | --x-in | --x-i)
        ac_prev=x_includes ;;
      -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
      | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
        x_includes=$ac_optarg ;;
      -x-libraries | --x-libraries | --x-librarie | --x-librari \
      | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
        ac_prev=x_libraries ;;
      -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
      | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
        x_libraries=$ac_optarg ;;
      -*) { echo "$as_me: error: unrecognized option: $ac_option
    Try \`$0 --help' for more information." >&2
       { (exit 1); exit 1; }; }
      *=*)
        ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
        # Reject names that are not valid shell variable names.
        expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
       { (exit 1); exit 1; }; }
        eval $ac_envvar=\$ac_optarg
        export $ac_envvar ;;
        # FIXME: should be removed in autoconf 3.0.
        echo "$as_me: WARNING: you should use --build, --host, --target" >&2
        expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          echo "$as_me: WARNING: invalid host type: $ac_option" >&2
        : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
      esac
    done
    if test -n "$ac_prev"; then
      ac_option=--`echo $ac_prev | sed 's/_/-/g'`
      { echo "$as_me: error: missing argument to $ac_option" >&2
       { (exit 1); exit 1; }; }
    fi
    # Be sure to have absolute directory names.
    for ac_var in    exec_prefix prefix bindir sbindir libexecdir datarootdir \
            datadir sysconfdir sharedstatedir localstatedir includedir \
            oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
            libdir localedir mandir
    do
      eval ac_val=\$$ac_var
      case $ac_val in
        [\\/$]* | ?:[\\/]* )  continue;;
        NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
      esac
      { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
       { (exit 1); exit 1; }; }
    done
    # There might be people who depend on the old broken behavior: `$host'
    # used to hold the argument of --host etc.
    # FIXME: To remove some day.
    build=$build_alias
    host=$host_alias
    target=$target_alias
    # FIXME: To remove some day.
    if test "x$host_alias" != x; then
      if test "x$build_alias" = x; then
        cross_compiling=maybe
        echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
        If a cross compiler is detected then cross compile mode will be used." >&2
      elif test "x$build_alias" != "x$host_alias"; then
        cross_compiling=yes
      fi
    fi
    ac_tool_prefix=
    test -n "$host_alias" && ac_tool_prefix=$host_alias-
    test "$silent" = yes && exec 6>/dev/null
    ac_pwd=`pwd` && test -n "$ac_pwd" &&
    ac_ls_di=`ls -di .` &&
    ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
      { echo "$as_me: error: Working directory cannot be determined" >&2
       { (exit 1); exit 1; }; }
    test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
      { echo "$as_me: error: pwd does not report name of working directory" >&2
       { (exit 1); exit 1; }; }
    # Find the source files, if location was not specified.
    if test -z "$srcdir"; then
      ac_srcdir_defaulted=yes
      # Try the directory containing this script, then the parent directory.
      ac_confdir=`$as_dirname -- "$0" ||
    $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
         X"$0" : 'X\(//\)[^/]' \| \
         X"$0" : 'X\(//\)$' \| \
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    echo X"$0" |
        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
            s//\1/
            q
          /^X\(\/\/\)[^/].*/{
            s//\1/
            q
          /^X\(\/\/\)$/{
            s//\1/
            q
          /^X\(\/\).*/{
            s//\1/
            q
          s/.*/./; q'`
      srcdir=$ac_confdir
      if test ! -r "$srcdir/$ac_unique_file"; then
        srcdir=..
      fi
    else
      ac_srcdir_defaulted=no
    fi
    if test ! -r "$srcdir/$ac_unique_file"; then
      test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
      { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
       { (exit 1); exit 1; }; }
    fi
    ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    ac_abs_confdir=`(
        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
       { (exit 1); exit 1; }; }
        pwd)`
    # When building in place, set srcdir=.
    if test "$ac_abs_confdir" = "$ac_pwd"; then
      srcdir=.
    fi
    # Remove unnecessary trailing slashes from srcdir.
    # Double slashes in file names in object file debugging info
    # mess up M-x gdb in Emacs.
    case $srcdir in
    */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
    esac
    for ac_var in $ac_precious_vars; do
      eval ac_env_${ac_var}_set=\${${ac_var}+set}
      eval ac_env_${ac_var}_value=\$${ac_var}
      eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
      eval ac_cv_env_${ac_var}_value=\$${ac_var}
    done
    # Report the --help message.
    if test "$ac_init_help" = "long"; then
      # Omit some internal or obsolete options to make the list less imposing.
      # This message is too long to be a string in the A/UX 3.1 sh.
      cat <<_ACEOF
    \`configure' configures this package to adapt to many kinds of systems.
    Usage: $0 [OPTION]... [VAR=VALUE]...
    To assign environment variables (e.g., CC, CFLAGS...), specify them as
    VAR=VALUE.  See below for descriptions of some of the useful variables.
    Defaults for the options are specified in brackets.
    Configuration:
      -h, --help              display this help and exit
          --help=short        display options specific to this package
          --help=recursive    display the short help of all the included packages
      -V, --version           display version information and exit
      -q, --quiet, --silent   do not print \`checking...' messages
          --cache-file=FILE   cache test results in FILE [disabled]
      -C, --config-cache      alias for \`--cache-file=config.cache'
      -n, --no-create         do not create output files
          --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    Installation directories:
      --prefix=PREFIX         install architecture-independent files in PREFIX
                  [$ac_default_prefix]
      --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                  [PREFIX]
    By default, \`make install' will install all the files in
    \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
    an installation prefix other than \`$ac_default_prefix' using \`--prefix',
    for instance \`--prefix=\$HOME'.
    For better control, use the options below.
    Fine tuning of the installation directories:
      --bindir=DIR           user executables [EPREFIX/bin]
      --sbindir=DIR          system admin executables [EPREFIX/sbin]
      --libexecdir=DIR       program executables [EPREFIX/libexec]
      --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
      --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
      --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
      --libdir=DIR           object code libraries [EPREFIX/lib]
      --includedir=DIR       C header files [PREFIX/include]
      --oldincludedir=DIR    C header files for non-gcc [/usr/include]
      --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
      --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
      --infodir=DIR          info documentation [DATAROOTDIR/info]
      --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
      --mandir=DIR           man documentation [DATAROOTDIR/man]
      --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
      --htmldir=DIR          html documentation [DOCDIR]
      --dvidir=DIR           dvi documentation [DOCDIR]
      --pdfdir=DIR           pdf documentation [DOCDIR]
      --psdir=DIR            ps documentation [DOCDIR]
    _ACEOF
      cat <<\_ACEOF
    Program names:
      --program-prefix=PREFIX            prepend PREFIX to installed program names
      --program-suffix=SUFFIX            append SUFFIX to installed program names
      --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
    System types:
      --build=BUILD     configure for building on BUILD [guessed]
      --host=HOST       cross-compile to build programs to run on HOST [BUILD]
      --target=TARGET   configure for building compilers for TARGET [HOST]
    _ACEOF
    fi
    if test -n "$ac_init_help"; then
      cat <<\_ACEOF
    Optional Features:
      --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
      --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
      --disable-fast-perl     disable fast Makefile generation (needs perl)
      --enable-debug=ARG      enables debug symbols (yes|no|full) default=no
      --disable-debug         disables debug output and debug symbols default=no
      --enable-strict         compiles with strict compiler options (may not
                              work!)
      --disable-warnings      disables compilation with -Wall and similar
      --enable-profile        creates profiling infos default=no
      --disable-dependency-tracking Speeds up one-time builds
      --enable-dependency-tracking  Do not reject slow dependency extractors
      --enable-pch            enables precompiled header support (currently only
                              KCC or gcc >=3.4+unsermake) default=no
      --enable-coverage       use gcc coverage testing
      --enable-new-ldflags    enable the new linker flags
      --enable-final          build size optimized apps (experimental - needs lots
                              of memory)
      --enable-closure        delay template instantiation
      --enable-nmcheck        enable automatic namespace cleanness check
      --enable-shared[=PKGS]  build shared libraries [default=yes]
      --enable-static[=PKGS]  build static libraries [default=no]
      --enable-libsuffix      /lib directory suffix (64,32,none,auto=default)
      --enable-fast-install[=PKGS]
                              optimize for fast installation [default=yes]
      --disable-libtool-lock  avoid locking (might break parallel builds)
      --enable-pie            platform supports PIE linking default=detect
      --enable-embedded       link to Qt-embedded, don't use X
      --enable-qtopia         link to Qt-embedded, link to the Qtopia Environment
      --enable-mac            link to Qt/Mac (don't use X)
      --disable-mt            link to non-threaded Qt (deprecated)
      --disable-threading     disables threading even if libpthread found
      --disable-rpath         do not use the rpath feature of ld
      --disable-path-check    don't try to find out, where to install
    Optional Packages:
      --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
      --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
      --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
      --with-pic              try to use only PIC/non-PIC objects [default=use
                              both]
      --with-tags[=TAGS]      include additional configurations [automatic]
      --with-extra-includes=DIR
                              adds non standard include paths
      --with-extra-libs=DIR   adds non standard library paths
      --with-qt-dir=DIR       where the root of Qt is installed
      --with-qt-includes=DIR  where the Qt includes are.
      --with-qt-libraries=DIR where the Qt library is installed.
      --without-arts          build without aRts default=no
    Some influential environment variables:
      CC          C compiler command
      CFLAGS      C compiler flags
      LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
                  nonstandard directory <lib dir>
      LIBS        libraries to pass to the linker, e.g. -l<library>
      CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
                  you have headers in a nonstandard directory <include dir>
      CPP         C preprocessor
      CXX         C++ compiler command
      CXXFLAGS    C++ compiler flags
      CXXCPP      C++ preprocessor
      F77         Fortran 77 compiler command
      FFLAGS      Fortran 77 compiler flags
      XMKMF       Path to xmkmf, Makefile generator for X Window System
    Use these variables to override the choices made by `configure' or to help
    it to find libraries and programs with nonstandard names/locations.
    _ACEOF
    ac_status=$?
    fi
    if test "$ac_init_help" = "recursive"; then
      # If there are subdirs, report their specific --help.
      for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
        test -d "$ac_dir" || continue
        ac_builddir=.
    case "$ac_dir" in
    .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
      # A ".." for each directory in $ac_dir_suffix.
      ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
      case $ac_top_builddir_sub in
      "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
      *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
      esac ;;
    esac
    ac_abs_top_builddir=$ac_pwd
    ac_abs_builddir=$ac_pwd$ac_dir_suffix
    # for backward compatibility:
    ac_top_builddir=$ac_top_build_prefix
    case $srcdir in
      .)  # We are building in place.
        ac_srcdir=.
        ac_top_srcdir=$ac_top_builddir_sub
        ac_abs_top_srcdir=$ac_pwd ;;
      [\\/]* | ?:[\\/]* )  # Absolute name.
        ac_srcdir=$srcdir$ac_dir_suffix;
        ac_top_srcdir=$srcdir
        ac_abs_top_srcdir=$srcdir ;;
      *) # Relative name.
        ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
        ac_top_srcdir=$ac_top_build_prefix$srcdir
        ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
    esac
    ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
        cd "$ac_dir" || { ac_status=$?; continue; }
        # Check for guested configure.
        if test -f "$ac_srcdir/configure.gnu"; then
          echo &&
          $SHELL "$ac_srcdir/configure.gnu" --help=recursive
        elif test -f "$ac_srcdir/configure"; then
          echo &&
          $SHELL "$ac_srcdir/configure" --help=recursive
        else
          echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
        fi || ac_status=$?
        cd "$ac_pwd" || { ac_status=$?; break; }
      done
    fi
    test -n "$ac_init_help" && exit $ac_status
    if $ac_init_version; then
      cat <<\_ACEOF
    configure
    generated by GNU Autoconf 2.61
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    This configure script is free software; the Free Software Foundation
    gives unlimited permission to copy, distribute and modify it.
    _ACEOF
      exit
    fi
    cat >config.log <<_ACEOF
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by $as_me, which was
    generated by GNU Autoconf 2.61.  Invocation command line was
      $ $0 $@
    _ACEOF
    exec 5>>config.log
    cat <<_ASUNAME
    ## Platform. ##
    hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
    uname -m = `(uname -m) 2>/dev/null || echo unknown`
    uname -r = `(uname -r) 2>/dev/null || echo unknown`
    uname -s = `(uname -s) 2>/dev/null || echo unknown`
    uname -v = `(uname -v) 2>/dev/null || echo unknown`
    /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
    /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
    /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
    /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
    /bin/universe          = `(/bin/universe) 2>/dev/null          |

  • IFS Configuration Fails

    I have attached the log below to show what is happening. It crashes when the iFS attempts to create the Schema. I have run the catobtk.sql to ensure authentification is correct and i cannot find any more information on the topic. Any help would be appreciated
    Thanks,
    Alex Lutke
    Configuring Oracle Internet File System 1.1.9.0.7
    configuration started on: Fri Mar 30 12:24:43 GMT+10:00 2001
    saving user configuration settings to file:
    saving:D:\oracle\ora81\ifs1.1\settings\oracle\ifs\installer\properties\IfsConfig.properties
    iFS service properties directory: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\server\properties
    saving: CupServer.properties
    saving: FtpServer.properties
    saving: HttpServer.properties
    saving: IfsDefault.properties
    saving: IfsMinimum.properties
    saving: IfsTools.properties
    saving: ImapServer.properties
    saving: NtfsServer.properties
    saving: ServerManager.properties
    saving: SmtpServer.properties
    saving: WcpServer.properties
    saving file: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\protocols\dav\impl\properties\IfsDavServletParameters.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\javawebserver\webpageservice\endpoint.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\adminserver\adminservice\admin_port.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\javawebserver\webpageservice\servlets.properties
    saving file: D:\oracle\ora81\Apache\Jserv\servlets\ifs.properties
    creating tablespace: IFS_MAIN
    file: D:\ORACLE\ORADATA\BCWDB\ifs_main.dbf
    size: 50
    creating tablespace: IFS_LOB_N
    file: D:\ORACLE\ORADATA\BCWDB\ifs_lob_n.dbf
    size: 150
    creating tablespace: IFS_LOB_I
    file: D:\ORACLE\ORADATA\BCWDB\ifs_lob_i.dbf
    size: 150
    creating tablespace: IFS_CTX_I
    file: D:\ORACLE\ORADATA\BCWDB\ifs_ctx_i.dbf
    size: 10
    creating tablespace: IFS_CTX_K
    file: D:\ORACLE\ORADATA\BCWDB\ifs_ctx_k.dbf
    size: 10
    creating tablespace: IFS_CTX_X
    file: D:\ORACLE\ORADATA\BCWDB\ifs_ctx_x.dbf
    size: 10
    creating database user (schema): IFSSYS
    java.sql.SQLException: ORA-00922: missing or invalid option
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(SQLException.java:43)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.executeFetch(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.execute(Compiled Code)
    at oracle.ifs.utils.sql.SQLCommands.createUser(SQLCommands.java:366)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.createIfsSchema(IfsConfiguration.java:578)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfiguration.java:536)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:245)
    at java.lang.Thread.run(Thread.java:466)
    recording that configuration failed
    saving:D:\oracle\ora81\ifs1.1\settings\oracle\ifs\installer\properties\IfsConfig.properties
    iFS configuration failed; the following error occurred:
    oracle.ifs.utils.action.ActionFailedException: java.sql.SQLException: ORA-00922: missing or invalid option
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at oracle.ifs.utils.action.ActionFailedException.<init>(ActionFailedException.java:65)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfiguration.java:561)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.j ava:245)
    at java.lang.Thread.run(Thread.java:466)
    configuration failed on Fri Mar 30 12:26:45 GMT+10:00 2001
    Configuring Oracle Internet File System 1.1.9.0.7
    configuration started on: Fri Mar 30 12:31:56 GMT+10:00 2001
    saving user configuration settings to file:
    saving:D:\oracle\ora81\ifs1.1\settings\oracle\ifs\installer\properties\IfsConfig.properties
    iFS service properties directory: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\server\properties
    saving: CupServer.properties
    saving: FtpServer.properties
    saving: HttpServer.properties
    saving: IfsDefault.properties
    saving: IfsDefault1.properties
    saving: IfsDefault2.properties
    saving: IfsMinimum.properties
    saving: IfsTools.properties
    saving: ImapServer.properties
    saving: NtfsServer.properties
    saving: ServerManager.properties
    saving: SmtpServer.properties
    saving: WcpServer.properties
    saving file: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\protocols\dav\impl\properties\IfsDavServletParameters.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\javawebserver\webpageservice\endpoint.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\adminserver\adminservice\admin_port.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\javawebserver\webpageservice\servlets.properties
    saving file: D:\oracle\ora81\Apache\Jserv\servlets\ifs.properties
    tablespace IFS_MAIN already exists; using it.
    tablespace IFS_LOB_N already exists; using it.
    tablespace IFS_LOB_I already exists; using it.
    tablespace IFS_CTX_I already exists; using it.
    tablespace IFS_CTX_K already exists; using it.
    tablespace IFS_CTX_X already exists; using it.
    creating database user (schema): IFSSYS
    java.sql.SQLException: ORA-00922: missing or invalid option
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(SQLException.java:43)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.executeFetch(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.execute(Compiled Code)
    at oracle.ifs.utils.sql.SQLCommands.createUser(SQLCommands.java:366)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.createIfsSchema(IfsConfiguration.java:578)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfiguration.java:536)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:245)
    at java.lang.Thread.run(Thread.java:466)
    recording that configuration failed
    saving:D:\oracle\ora81\ifs1.1\settings\oracle\ifs\installer\properties\IfsConfig.properties
    iFS configuration failed; the following error occurred:
    oracle.ifs.utils.action.ActionFailedException: java.sql.SQLException: ORA-00922: missing or invalid option
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at oracle.ifs.utils.action.ActionFailedException.<init>(ActionFailedException.java:65)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfiguration.java:561)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:245)
    at java.lang.Thread.run(Thread.java:466)
    configuration failed on Fri Mar 30 12:31:59 GMT+10:00 2001
    Configuring Oracle Internet File System 1.1.9.0.7
    configuration started on: Fri Mar 30 12:47:15 GMT+10:00 2001
    saving user configuration settings to file:
    saving: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\installer\properties\IfsConfig.properties
    iFS service properties directory: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\server\properties
    saving: CupServer.properties
    saving: FtpServer.properties
    saving: HttpServer.properties
    saving: IfsDefault.properties
    saving: IfsDefault1.properties
    saving: IfsDefault2.properties
    saving: IfsMinimum.properties
    saving: IfsTools.properties
    saving: ImapServer.properties
    saving: NtfsServer.properties
    saving: ServerManager.properties
    saving: SmtpServer.properties
    saving: WcpServer.properties
    saving file: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\protocols\dav\impl\properties\IfsDavServletParameters.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\javawebserver\webpageservice\endpoint.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\adminserver\adminservice\admin_port.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\javawebserver\webpageservice\servlets.properties
    saving file: D:\oracle\ora81\Apache\Jserv\servlets\ifs.properties
    tablespace IFS_MAIN already exists; using it.
    tablespace IFS_LOB_N already exists; using it.
    tablespace IFS_LOB_I already exists; using it.
    tablespace IFS_CTX_I already exists; using it.
    tablespace IFS_CTX_K already exists; using it.
    tablespace IFS_CTX_X already exists; using it.
    creating database user (schema): IFSSYS
    java.sql.SQLException: ORA-00922: missing or invalid option
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(SQLException.java:43)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.executeFetch(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.execute(Compiled Code)
    at oracle.ifs.utils.sql.SQLCommands.createUser(SQLCommands.java:366)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.createIfsSchema(IfsConfiguration.java:578)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfiguration.java:536)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:245)
    at java.lang.Thread.run(Thread.java:466)
    recording that configuration failed
    saving:D:\oracle\ora81\ifs1.1\settings\oracle\ifs\installer\properties\IfsConfig.properties
    iFS configuration failed; the following error occurred:
    oracle.ifs.utils.action.ActionFailedException: java.sql.SQLException: ORA-00922: missing or invalid option
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at oracle.ifs.utils.action.ActionFailedException.<init>(ActionFailedException.java:65)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfiguration.java:561)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:245)
    at java.lang.Thread.run(Thread.java:466)
    configuration failed on Fri Mar 30 12:47:17 GMT+10:00 2001
    Configuring Oracle Internet File System 1.1.9.0.7
    configuration started on: Fri Mar 30 13:49:18 GMT+10:00 2001
    saving user configuration settings to file:
    saving:D:\oracle\ora81\ifs1.1\settings\oracle\ifs\installer\properties\IfsConfig.properties
    iFS service properties directory: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\server\properties
    saving: CupServer.properties
    saving: FtpServer.properties
    saving: HttpServer.properties
    saving: IfsDefault.properties
    saving: IfsDefault1.properties
    saving: IfsDef ault2.properties
    saving: IfsMinimum.properties
    saving: IfsTools.properties
    saving: ImapServer.properties
    saving: NtfsServer.properties
    saving: ServerManager.properties
    saving: SmtpServer.properties
    saving: WcpServer.properties
    saving file: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\protocols\dav\impl\properties\IfsDavServletParameters.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\javawebserver\webpageservice\endpoint.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\adminserver\adminservice\admin_port.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\javawebserver\webpageservice\servlets.properties
    saving file: D:\oracle\ora81\Apache\Jserv\servlets\ifs.properties
    tablespace IFS_MAIN already exists; using it.
    tablespace IFS_LOB_N already exists; using it.
    tablespace IFS_LOB_I already exists; using it.
    tablespace IFS_CTX_I already exists; using it.
    tablespace IFS_CTX_K already exists; using it.
    tablespace IFS_CTX_X already exists; using it.
    creating database user (schema): IFSSYS
    java.sql.SQLException: ORA-00922: missing or invalid option
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(SQLException.java:43)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.executeFetch(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.execute(Compiled Code)
    at oracle.ifs.utils.sql.SQLCommands.createUser(SQLCommands.java:366)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.createIfsSchema(IfsConfiguration.java:578)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfiguration.java:536)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:245)
    at java.lang.Thread.run(Thread.java:466)
    recording that configuration failed
    saving:D:\oracle\ora81\ifs1.1\settings\oracle\ifs\installer\properties\IfsConfig.properties
    iFS configuration failed; the following error occurred:
    oracle.ifs.utils.action.ActionFailedException: java.sql.SQLException: ORA-00922: missing or invalid option
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at oracle.ifs.utils.action.ActionFailedException.<init>(ActionFailedException.java:65)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfiguration.java:561)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:245)
    at java.lang.Thread.run(Thread.java:466)
    configuration failed on Fri Mar 30 13:49:20 GMT+10:00 2001
    Configuring Oracle Internet File System 1.1.9.0.7
    configuration started on: Fri Mar 30 13:58:00 GMT+10:00 2001
    saving user configuration settings to file:
    saving:D:\oracle\ora81\ifs1.1\settings\oracle\ifs\installer\properties\IfsConfig.properties
    iFS service properties directory: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\server\properties
    saving: CupServer.properties
    saving: FtpServer.properties
    saving: HttpServer.properties
    saving: IfsDefault.properties
    saving: IfsDefault1.properties
    saving: IfsDefault2.properties
    saving: IfsMinimum.properties
    saving: IfsTools.properties
    saving: ImapServer.properties
    saving: NtfsServer.properties
    saving: ServerManager.properties
    saving: SmtpServer.properties
    saving: WcpServer.properties
    saving file: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\protocols\dav\impl\properties\IfsDavServletParameters.proper ties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\javawebserver\webpageservice\endpoint.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\adminserver\adminservice\admin_port.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\javawebserver\webpageservice\servlets.properties
    saving file: D:\oracle\ora81\Apache\Jserv\servlets\ifs.properties
    tablespace IFS_MAIN already exists; using it.
    tablespace IFS_LOB_N already exists; using it.
    tablespace IFS_LOB_I already exists; using it.
    tablespace IFS_CTX_I already exists; using it.
    tablespace IFS_CTX_K already exists; using it.
    tablespace IFS_CTX_X already exists; using it.
    creating database user (schema): IFSSYS
    java.sql.SQLException: ORA-00922: missing or invalid option
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(SQLException.java:43)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.executeFetch(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.execute(Compiled Code)
    at oracle.ifs.utils.sql.SQLCommands.createUser(SQLCommands.java:366)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.createIfsSchema(IfsConfiguration.java:578)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfiguration.java:536)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:245)
    at java.lang.Thread.run(Thread.java:466)
    recording that configuration failed
    saving:D:\oracle\ora81\ifs1.1\settings\oracle\ifs\installer\properties\IfsConfig.properties
    iFS configuration failed; the following error occurred:
    oracle.ifs.utils.action.ActionFailedException: java.sql.SQLException: ORA-00922: missing or invalid option
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at oracle.ifs.utils.action.ActionFailedException.<init>(ActionFailedException.java:65)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfiguration.java:561)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:245)
    at java.lang.Thread.run(Thread.java:466)
    configuration failed on Fri Mar 30 13:58:03 GMT+10:00 2001
    Configuring Oracle Internet File System 1.1.9.0.7
    configuration started on: Fri Mar 30 14:09:04 GMT+10:00 2001
    saving user configuration settings to file:
    saving:D:\oracle\ora81\ifs1.1\settings\oracle\ifs\installer\properties\IfsConfig.properties
    iFS service properties directory: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\server\properties
    saving: CupServer.properties
    saving: FtpServer.properties
    saving: HttpServer.properties
    saving: IfsDefault.properties
    saving: IfsDefault1.properties
    saving: IfsDefault2.properties
    saving: IfsMinimum.properties
    saving: IfsTools.properties
    saving: ImapServer.properties
    saving: NtfsServer.properties
    saving: ServerManager.properties
    saving: SmtpServer.properties
    saving: WcpServer.properties
    saving file: D:\oracle\ora81\ifs1.1\settings\oracle\ifs\protocols\dav\impl\properties\IfsDavServletParameters.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\javawebserver\webpageservice\endpoint.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\adminserver\adminservice\admin_port.properties
    saving file: D:\oracle\ora81\ifs1.1\jws\properties\server\javawebserver\webpageservice\servlets.properties
    saving file: D:\ora cle\ora81\Apache\Jserv\servlets\ifs.properties
    tablespace IFS_MAIN already exists; using it.
    tablespace IFS_LOB_N already exists; using it.
    tablespace IFS_LOB_I already exists; using it.
    tablespace IFS_CTX_I already exists; using it.
    tablespace IFS_CTX_K already exists; using it.
    tablespace IFS_CTX_X already exists; using it.
    creating database user (schema): IFSSYS
    java.sql.SQLException: ORA-00922: missing or invalid option
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(SQLException.java:43)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.executeFetch(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.execute(Compiled Code)
    at oracle.ifs.utils.sql.SQLCommands.createUser(SQLCommands.java:366)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.createIfsSchema(IfsConfiguration.java:578)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfiguration.java:536)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:245)
    at java.lang.Thread.run(Thread.java:466)
    recording that configuration failed
    saving:D:\oracle\ora81\ifs1.1\settings\oracle\ifs\installer\properties\IfsConfig.properties
    iFS configuration failed; the following error occurred:
    oracle.ifs.utils.action.ActionFailedException: java.sql.SQLException: ORA-00922: missing or invalid option
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at oracle.ifs.utils.action.ActionFailedException.<init>(ActionFailedException.java:65)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfiguration.java:561)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:245)
    at java.lang.Thread.run(Thread.java:466)
    configuration failed on Fri Mar 30 14:09:06 GMT+10:00 2001

    ah yes, that would certainly be a problem.
    in fact, the database is what doesn't like the asterisk (as you
    can see, IfsConfig couldn't care less, which we have logged as a
    bug).
    try using SQL*Plus to create a new user:
    CREATE USER MY_TEST_USER IDENTIFIED BY BAD_PASS*WORD;
    you'll probably get a similar error.

  • IFS configuration problem.

    I am using Oracle 8.1.6. I try to configure the iFS, I met an exception and configuration failed. Next is content of the log file:
    Configuring Oracle internet File System 1.0.8.0.0
    configuration started on: Thu May 11 16:00:01 EDT 2000
    saving user configuration settings to file:
    saving:/opt/app/oracle/product/8.1.6/ifs/settings/oracle/ifs/installer/propert
    ies/IfsConfig.properties
    iFS service properties directory: /opt/app/oracle/product/8.1.6/ifs/settings/ora
    cle/ifs/server/properties
    saving: CupServer.properties
    saving: FtpServer.properties
    saving: HttpServer.properties
    saving: ImapServer.properties
    saving: IfsDefault.properties
    saving: IfsMinimum.properties
    saving: IfsTools.properties
    saving: SmtpServer.properties
    saving: WcpServer.properties
    saving: ServerManager.properties
    saving: NbServer.properties
    saving: SmbServer.properties
    saving: IfsDefault1.properties
    saving: IfsDefault2.properties
    saving file: /opt/app/oracle/product/8.1.6/ifs/settings/oracle/ifs/protocols/htt
    p/properties/IfsHttpServletParameters.properties
    saving file: /opt/app/oracle/product/8.1.6/ifs/jws/properties/server/javawebserv
    er/webpageservice/endpoint.properties
    saving file: /opt/app/oracle/product/8.1.6/ifs/jws/properties/server/javawebserv
    er/webpageservice/servlets.properties
    changing IFSSYS password to the new one
    dropping user: ifssys
    tablespace IFS already exists; using it.
    tablespace IFSLOB already exists; using it.
    tablespace IFSINDEX already exists; using it.
    tablespace IFSIMINDEX already exists; using it.
    tablespace IFSKEYMAP already exists; using it.
    tablespace IFSIMDATA already exists; using it.
    creating user ifssys
    java.sql.SQLException: ORA-04042: procedure, function, package, or package body
    does not exist
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.executeFetch(Compiled Code)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecute(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(Compiled Code
    at oracle.jdbc.driver.OracleStatement.execute(Compiled Code)
    at oracle.ifs.utils.sql.SQLCommands.grantPriviledgeToUser(Compiled Code)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.createIfsUse
    r(Compiled Code)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(Comp
    iled Code)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    recording that configuration failed
    saving:/opt/app/oracle/product/8.1.6/ifs/settings/oracle/ifs/installer/propert
    ies/IfsConfig.properties
    iFS configuration failed; the following error occurred:
    oracle.ifs.utils.action.ActionFailedException: java.sql.SQLException: ORA-04042:
    procedure, function, package, or package body does not exist
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at oracle.ifs.utils.action.ActionFailedException.<init>(Compiled Code)
    at oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(Comp
    iled Code)
    at oracle.ifs.utils.action.ActionQueue.performActions(Compiled Code)
    at oracle.ifs.utils.action.ActionQueue.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    configuration failed on Thu May 11 16:00:10 EDT 2000.
    Thanks in advance!
    null

    It seems that your database doesn't have the DBMS_OBFUSCATION_PACKAGE, which is required for iFS authentication. This is strange, because the configuration assistant should have checked for this and complained.
    Try the following test...this is exactly what the configuration is trying to do at the point where it failed:
    $> sqlplus sys
    SQL> create user TEST identified by TEST;
    SQL> grant EXECUTE ON DBMS_OBFUSCATION_TOOLKIT to TEST;
    SQL> drop user TEST cascade;
    I'll bet you get the same error (ORA-04042). If so, do the following:
    $> cd $ORACLE_HOME/rdbms/admin
    $> sqlplus sys
    SQL> @catobtk.sql
    SQL> GRANT EXECUTE ON DBMS_OBFUSCATION_TOOLKIT TO PUBLIC;
    The last grant isn't absolutely necessary, but hey, just for grins.

  • IFS/2000Install error

    I have Oracle 8.1.7 installed on a Windows 2000 box and running fine. Then on another 2000 box, I install the Oracle Administrator option, the HTTP server, SQL*Plus, and the JDBC/OCI drivers. I then attempt to install iFS and receive the following error during the iFS configuration:
    The following error occurred: oracle.ifs.utils.action.
    ActionFailedException: Error executing loadjava process. The output given was:
    Error while computing shortname of oracle/ifs/installer/TextJava ORA-06550: line 1, column 13:
    PLS-00201: identifier 'DMBS_JAVA.SHORTNAME' must be declared
    ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    [this appears three times and then...]
    ORA-29521: referenced name java/lang/Object could not be found
    loadjava: 4 errors
    Anybody know how to remedy this?
    Thanks,
    Andrew

    I have the same problem as akmartin. My machine configuration is three-tier: a SuSE Linux with IBM jdk 1.1.8 + Oracle 8i + Oracle HTTP Server (apache), and another SuSE Linux with jdk 1.1.8 + Oracle iFS + Oracle HTTP server (apache). I have re-installed HTTP server and Jserv in both machines, but it didn4t fix it.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Luis:
    Two questions:
    1. Are you sure the error wasn't: "... oracle/ifs/installer/TestJava ..."
    2. Did you see this error during the actual configuration process (after you hit the "Configure" button), or was this during the "Testing Oracle Configuration" process? That is, didn't you get this error right after you chose which database to connect to, on the second page of the configuration wizard?<HR></BLOCKQUOTE>
    null

  • How do I fix a Configuration Error on MacBook Pro?

    I have a MacBook Pro 2.4 GHz Intel Core i5 with 8 gigs of memory. I was running CS6 and my video board went out. I got it fixed but lost all my data on my hard drive. So I tried installing cs6 from a disk image that I had saved and after entering the serial code I received that my license was revoked. That could be true since I was at another company when I purchased it. Now I'm trying out the TRIAL Adobe cloud solution and after installing and getting updates, when i clicked on the app I get a configuration error when trying to open the . Do I need to delete some library items that are conflicting when I tried to install CS6?
    Here is the error:
    A problem has occured with the licensing of this product. Restart your computer and re-launch the product.
    If this problem still occurs after restarting, contact Customer Support for further assistance, and mention the error code shown at the bottom of this screen.
    Error: 213:5

    Imjoewalkerid the file permissions on your SLStore folder have become compromised.  Please see Configuration error 16 | CC, CS for information on how to resolve Error 213:5.

  • Configuration Error 213:19 Adobe PhotoShop CC when sequenced using Microsoft App-V 5.0

    Does anyone out there have a Microsoft App-V 5.0 recipe for Adobe PhotoShop CC ?
    When I run the App-V package, I get the License Configuration Error 213:19
    Thank You. very much for your time.   Karl

    You will probably get better help in Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Configuration error when open admin tool in BIEE 11g client

    Hi All,
    I have installed BIEE 11g client in my laptop,the version is 11.1.6.2 ,it has show one error in the installation log :
    <action name="Custom Action" target="oracle.bi.CustomIAActionGetInstanceNumber" status="error">
    - <AdditionalNotes>
    <error>class oracle.bi.CustomIAActionGetInstanceNumber.install() runtime exception:</error>
    </AdditionalNotes>
    After installation,when I try to open the admin tool in start menu,it show configuration error , but I can open the admin tool through installation directory.
    And when I try to import metadata,it also shows connection has failed.
    Can any body give some helps on this,thanks a lot.
    Ryan.
    Edited by: 997662 on Apr 5, 2013 1:39 AM

    Hi,
    Let me know which version you are using (OBIEE) ?
    you are trying to install Client (Admin Tool) and OBIEE server in same machine ?
    Thx,

  • The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError) Log on failed. Ensure the user name and password are correct. (rsLogonFailed) Logon failure: unknown user name or bad

    The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
    Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
    Logon failure: unknown user name or bad password 
    am using Windows integrated security,version of my sql server 2008R2
    I have go throgh the different articuls, they have given different answers,
    So any one give me the  exact soluction for this problem,
    Using service account then i will get the soluction or what?
    pls help me out it is urgent based.
    Regards
    Thanks!

    Hi Ychinnari,
    I have tested on my local environment and can reproduce the issue, as
    Vaishu00547 mentioned that the issue can be caused by the Execution Account you have configured in the Reporting Services Configuration Manager is not correct, Please update the Username and Password and restart the reporting services.
    Please also find more details information about when to use the execution account, if possible,please also not specify this account:
    This account is used under special circumstances when other sources of credentials are not available:
    When the report server connects to a data source that does not require credentials. Examples of data sources that might not require credentials include XML documents and some client-side database applications.
    When the report server connects to another server to retrieve external image files or other resources that are referenced in a report.
    Execution Account (SSRS Native Mode)
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Report Viewer Configuration Error

    Hi,
    I manage a TFS 2010 Server that makes heavy use of Reporting Services, and I have a user that reported the following error
    when attempting to open a report in the Microsoft Visual Studio Report Viewer:
    Report Viewer Configuration Error
    The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add verb="*" path="Resevred.ReportViewerWebControl.xsd" type = "Microsoft.Reporting.WebForms.HttpHandler, ReportingServicesWebServer,
    Version=10.0.0.0, Culture=neutral, PublicKeyToken=################" /> to the system.web/httpHandlers section of the web.config file, or add <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*"
    path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, ReportingServicesWebServer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=################" /> to the system.webServer/handlers section for
    Internet Information Services 7 or later.
    Has anyone seen this error before, or have any advice on finding a solution?
    Thank you.

    Hi HealthServices3300,
    You can try to install "Microsoft Report Viewer 2010 Redistributable Package" on your server to check if it works for you.
    For the web.config info, it's for web application. And I'd like to know how did you create the report, and whether the report is for a web app or reporting service. From the error message and report, seems it's not a TFS issue. If it's SSRS project
    issue, please post this issue to
    this forum. If it's a report viewer control issue, you can post this issue in
    this forum for a professional response. After that, please update this thread with the new thread link. Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SQL Server Reporting Services Configuration Error(Subscription)

    I have just deployed a new project on the server and i can successfully run report from the BI Site; [Server Name]\Reports and no issue there. But when i try to create Subscription for the same report; I am trying File Share and it throws error as given
    below. Do i have to configure anything for subscription in the Reporting Services Configuration Tool???
    I also have few questions regarding Configuration;
    What account should i use for the Deployed Data Source on the Server? A valid SQL Server Account I assume!!!
    What account should i use for the Execution Account (For Unattended Operations) ? A valid Windows Account? or SQL Server account?
    What account should i use for the File Share Subscription (Credentials used to access the file share:)? A Valid Windows Account with permission for that folder?
    Here is the error I am getting in the log file.. 
    ReportingServicesService!library!b!06/17/2010-09:35:04:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. See the report server log files for
    more information., AuthzInitializeContextFromSid: Win32 error: 110;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. See the report server log files for more information.
    ReportingServicesService!library!b!06/17/2010-09:35:04:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    ReportingServicesService!subscription!b!06/17/2010-09:35:04:: Microsoft.ReportingServices.Diagnostics.Utilities.RSException: The report server has encountered a configuration error. See the report server log files for more information. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error. See the report server log files for more information.
       at Microsoft.ReportingServices.Authorization.Native.GetAuthzContextForUser(IntPtr userSid)
       at Microsoft.ReportingServices.Authorization.Native.IsAdmin(String userName)
       at Microsoft.ReportingServices.Authorization.WindowsAuthorization.IsAdmin(String userName, IntPtr userToken)
       at Microsoft.ReportingServices.Authorization.WindowsAuthorization.CheckAccess(String userName, IntPtr userToken, Byte[] secDesc, ReportOperation requiredOperation)
       at Microsoft.ReportingServices.Library.Security.CheckAccess(ItemType catItemType, Byte[] secDesc, ReportOperation rptOper)
       at Microsoft.ReportingServices.Library.RSService._GetReportParameterDefinitionFromCatalog(CatalogItemContext reportContext, String historyID, Boolean forRendering, Guid& reportID, Int32& executionOption, String& savedParametersXml,
    ReportSnapshot& compiledDefinition, ReportSnapshot& snapshotData, Guid& linkID, DateTime& historyOrSnapshotDate, Byte[]& secDesc)
       at Microsoft.ReportingServices.Library.RSService._GetReportParameters(ClientRequest session, String report, String historyID, Boolean forRendering, NameValueCollection values, DatasourceCredentialsCollection credentials)
       at Microsoft.ReportingServices.Library.RSService.RenderAsLiveOrSnapshot(CatalogItemContext reportContext, ClientRequest session, Warning[]& warnings, ParameterInfoCollection& effectiveParameters)
       at Microsoft.ReportingServices.Library.RSService.RenderFirst(CatalogItemContext reportContext, ClientRequest session, Warning[]& warnings, ParameterInfoCollection& effectiveParameters, String[]& secondaryStreamNames)
       at Microsoft.ReportingServices.Library.RenderFirstCancelableStep.Execute()
       at Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
       --- End of inner exception stack trace ---
       at Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
       at Microsoft.ReportingServices.Library.RenderFirstCancelableStep.RenderFirst(RSService rs, CatalogItemContext reportContext, ClientRequest session, JobType type, Warning[]& warnings, ParameterInfoCollection& effectiveParameters, String[]&
    secondaryStreamNames)
       at Microsoft.ReportingServices.Library.ReportImpl.Render(String renderFormat, String deviceInfo)
       at Microsoft.ReportingServices.FileShareDeliveryProvider.FileShareProvider.SaveReport(Notification notification, SubscriptionData data)
       at Microsoft.ReportingServices.FileShareDeliveryProvider.FileShareProvider.Deliver(Notification notification)
    I also get following error when I try to create email Subscriptoin
    w3wp!processing!6!6/17/2010-09:58:53:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'EU_Database'., ;
     Info: Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'EU_Database'. ---> System.Data.SqlClient.SqlException: Could not obtain information about Windows NT group/user 'THRY\RPUser',
    error code 0x6e.
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.ReportingServices.DataExtensions.SqlConnectionWrapper.ImpersonateUser()
       at Microsoft.ReportingServices.DataExtensions.SqlConnectionWrapper.Open()
       at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.ReportRuntimeDataSourceNode.OpenConnection(DataSource dataSourceObj, ReportProcessingContext pc)
       --- End of inner exception stack trace ---
    Thanks,
    RP

    Hi RP,
    For your first issue "cannpt create subscriptions", after analyzing the error logs, it seems to be caused to the service account for the Reporting Services service does not have proper permissions to invoke the WIN32 API.
    The SQL Server Reporting Services invokes the Win32 API to impersonate user's permissions to write files to shared folder or call COM+ components.
    In this case, we can change the service account to a account has permissions to invoke the Win32 API to solve the issue. For example, we can change the account to be NetworkService or LocalSystem:
     1. Backup the encryption key using Reporting Serivces Configuration Manager.
     2. Change the service account using Reporting Serivces Configuration Manager.
     3. Restore the encryptiong key using Reporting Serivces Configuration Manager.
    For your others questions, please see the following inline reply:
     --What account should i use for the Deployed Data Source on the Server? A valid SQL Server Account I assume!!!
     The account should be a Windows account or the SQL Server account, that has read permissions in the source data base at least.
     --What account should i use for the Execution Account (For Unattended Operations) ? A valid Windows Account? or SQL Server account?
     The account must be a Windows user account. For best results, choose an account that has read permissions and network logon permissions to support connections to other computers. It must have read permissions on any external image or data file that you
    want to use in a report. Do not specify a local account unless all report data sources and external images are stored on the report server computer. Use the account only for unattended report processing.
     --What account should i use for the File Share Subscription (Credentials used to access the file share:)? A Valid Windows Account with permission for that folder?
     You are right. It must be a Windows account, which has permissions to access and write files to the shared folder.
    For more information, please see:
    Configuring the Report Server Service Account:
    http://msdn.microsoft.com/en-us/library/ms160340.aspx
    Execution Account (Reporting Services Configuration):
    http://msdn.microsoft.com/en-us/library/ms181156.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • Laptop crashed, moved HDD to another PC to use CS5 but it gives me a Configuration Error. Error:6

    Hi, My laptop containing Adobe CS5 recently crashed. I do not have the serial as this was activated at my school and they only do it once for everyone. What I did was to take the HDD out and put it onto my PC and try to use the application from there, a method which worked before on other applications, but when I wanted to load up dreamweaver and any other applications in the suite it failed to load and popped out the following message:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Configuration Error
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please uninstall and reinstall the product.
    If this problem still occurs, please contact Adobe technical support for help, and mention the error code shown at the bottom of the screen.
    Error:6
    http://www.adobe.com/support/
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Can anyone help me out? I don't have the serials nor the CD to reinstall so I'm practically stuck and I cant afford to buy the thing again.

    Adobe applications simply don't work that way. Installation puts software and configuration information not only in application-specific directories under \program files\, but also in system directories. As such, Adobe application installations are not portable.
    Unfortunately, in order to re-install your software, you will need to go back to your “school” for installation media and serial number information since the software was licensed through them and not directly via Adobe.
              - Dov

  • "Event code: 3008 Event message: A configuration error has occurred" while accessing the sharepoint site.

    Hello All,
    Wish You Happy New Year to All in advance.
    while accessing the share point site i got the error message
    Server Error in '/' Application.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: The element <forms> may only appear once in this section.
    Source Error:
    Line 104: <!--<forms loginUrl="/_layouts/log-in.aspx" />-->
    Line 105: <forms loginUrl="/_layouts/log-in.aspx" />
    Line 106: <forms loginUrl="/_layouts/log-in.aspx" />
    Line 107: <forms loginUrl="/_layouts/log-in.aspx" />
    Line 108: </authentication>
    Source File: C:\Inetpub\wwwroot\wss\VirtualDirectories\4545\web.config    Line:
    106
    Version Information: Microsoft .NET Framework Version:2.0.50727.3662; ASP.NET Version:2.0.50727.3658
    i have found event message in the event log
    Event code: 3008
    Event message: A configuration error has occurred.
    Event ID: 523cefee6a0943948cf01b4e9f476fff
    Event sequence: 77
    Event occurrence: 76
    Event detail code: 0
    Exception information:
        Exception type: ConfigurationErrorsException
        Exception message: The element <forms> may only appear once in this section. (C:\Inetpub\wwwroot\wss\VirtualDirectories\4545\web.config line 106)
    Request information:
        Request URL: http://beesppesxapp70:4545/_vti_bin/sitedata.asmx
        Request path: /_vti_bin/sitedata.asmx
        User host address: 172.16.20.80
        User:  
        Is authenticated: False
        Authentication Type:  
        Thread account name: abc\wss_setup
    Thread information:
        Thread ID: 1
        Thread account name: abc\wss_setup
        Is impersonating: False
        Stack trace:    at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
       at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
       at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
       at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
       at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)
       at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)
       at System.Web.Configuration.RuntimeConfig.get_Authentication()
       at System.Web.Security.FormsAuthenticationModule.Init(HttpApplication app)
       at System.Web.HttpApplication.InitModulesCommon()
       at System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers)
       at System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context)
       at System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context)
       at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
     kindly advise me
    Thank a lot in advance

    Hi,
    As per the error logs it seems you have the Form element twice in your web config file.  Just take one or the other one out. if you did any changes in web. config file please share and elaborate little more about the changes if you have made recently before
    the error.
    Krishana Kumar http://www.mosstechnet-kk.com
    Please mark the replies and Proposed as answer if they help and solve your issue

  • [SOLVED] configure: error: cannot run C compiled programs

    I'm trying to build lib32-libxkbcommon 0.5.0-1 from AUR with makepkg. I already tried installing pacman (setting the default makepkg.conf) and multilib-devel with no luck.
    makepkg messages:
    ==> Making package: lib32-libxkbcommon 0.5.0-1 (Mon May 11 00:17:05 EEST 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found libxkbcommon-0.5.0.tar.xz
    ==> Validating source files with sha256sums...
    libxkbcommon-0.5.0.tar.xz ... Passed
    ==> Extracting sources...
    -> Extracting libxkbcommon-0.5.0.tar.xz with bsdtar
    bsdtar: Failed to set default locale
    ==> Starting prepare()...
    ==> Removing existing $pkgdir/ directory...
    ==> Starting build()...
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking for style of include used by make... GNU
    checking for gcc... gcc -m32
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... configure: error: in `/mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0':
    configure: error: cannot run C compiled programs.
    If you meant to cross compile, use `--host'.
    See `config.log' for more details
    ==> ERROR: A failure occurred in build().
    Aborting...
    makepkg.conf:
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
    'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'rsync::/usr/bin/rsync --no-motd -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/wget
    #-- The package required by makepkg to download VCS sources
    # Format: 'protocol::package'
    VCSCLIENTS=('bzr::bzr'
    'git::git'
    'hg::mercurial'
    'svn::subversion')
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Compiler and Linker Flags
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CPPFLAGS="-D_FORTIFY_SOURCE=2"
    CFLAGS="-march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4"
    CXXFLAGS="${CFLAGS}"
    LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
    #-- Make Flags: change this for DistCC/SMP systems
    MAKEFLAGS="-j5"
    #-- Debugging flags
    DEBUG_CFLAGS="-g -fvar-tracking-assignments"
    DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(!distcc color !ccache check !sign)
    # A negated environment option will do the opposite of the comments below.
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    #-- check: Run the check() function if present in the PKGBUILD
    #-- sign: Generate PGP signature file
    BUILDENV=(!distcc color !ccache check !sign)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    #-- Specify a directory for package building.
    #BUILDDIR=/tmp/makepkg
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- staticlibs: Leave static library (.a) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    #-- upx: Compress binary executable files using UPX
    #-- debug: Add debugging flags as specified in DEBUG_* variables
    OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Log files: specify a fixed directory where all log files will be placed
    #LOGDEST=/home/makepkglogs
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    #-- Specify a key to use for package signing
    #GPGKEY=""
    # COMPRESSION DEFAULTS
    COMPRESSGZ=(gzip -c -f -n)
    COMPRESSBZ2=(bzip2 -c -f)
    COMPRESSXZ=(xz -c -z -)
    COMPRESSLRZ=(lrzip -q)
    COMPRESSLZO=(lzop -q)
    COMPRESSZ=(compress -c -f)
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    config.log:
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by libxkbcommon configure 0.5.0, which was
    generated by GNU Autoconf 2.69. Invocation command line was
    $ ./configure --prefix=/usr --libdir=/usr/lib32 --disable-docs --disable-static
    ## Platform. ##
    hostname = Arch
    uname -m = x86_64
    uname -r = 4.0.1-1-ARCH
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Wed Apr 29 12:00:26 CEST 2015
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = unknown
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /usr/local/sbin
    PATH: /usr/local/bin
    PATH: /usr/bin
    PATH: /usr/lib/jvm/default/bin
    PATH: /usr/bin/site_perl
    PATH: /usr/bin/vendor_perl
    PATH: /usr/bin/core_perl
    ## Core tests. ##
    configure:2424: checking for a BSD-compatible install
    configure:2492: result: /usr/bin/install -c
    configure:2503: checking whether build environment is sane
    configure:2558: result: yes
    configure:2709: checking for a thread-safe mkdir -p
    configure:2748: result: /usr/bin/mkdir -p
    configure:2755: checking for gawk
    configure:2771: found /usr/bin/gawk
    configure:2782: result: gawk
    configure:2793: checking whether make sets $(MAKE)
    configure:2815: result: yes
    configure:2844: checking whether make supports nested variables
    configure:2861: result: yes
    configure:2987: checking whether to enable maintainer-specific portions of Makefiles
    configure:2996: result: yes
    configure:3023: checking for style of include used by make
    configure:3051: result: GNU
    configure:3122: checking for gcc
    configure:3149: result: gcc -m32
    configure:3378: checking for C compiler version
    configure:3387: gcc -m32 --version >&5
    gcc (GCC) 5.1.0
    Copyright (C) 2015 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:3398: $? = 0
    configure:3387: gcc -m32 -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper
    Target: x86_64-unknown-linux-gnu
    Configured with: /build/gcc-multilib/src/gcc-5-20150505/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=c++98
    Thread model: posix
    gcc version 5.1.0 (GCC)
    configure:3398: $? = 0
    configure:3387: gcc -m32 -V >&5
    gcc: error: unrecognized command line option '-V'
    gcc: fatal error: no input files
    compilation terminated.
    configure:3398: $? = 1
    configure:3387: gcc -m32 -qversion >&5
    gcc: error: unrecognized command line option '-qversion'
    gcc: fatal error: no input files
    compilation terminated.
    configure:3398: $? = 1
    configure:3418: checking whether the C compiler works
    configure:3440: gcc -m32 -march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
    configure:3444: $? = 0
    configure:3492: result: yes
    configure:3495: checking for C compiler default output file name
    configure:3497: result: a.out
    configure:3503: checking for suffix of executables
    configure:3510: gcc -m32 -o conftest -march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
    configure:3514: $? = 0
    configure:3536: result:
    configure:3558: checking whether we are cross compiling
    configure:3566: gcc -m32 -o conftest -march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
    In file included from /usr/include/stdio.h:27:0,
    from conftest.c:11:
    /usr/include/features.h:365:25: fatal error: sys/cdefs.h: No such file or directory
    compilation terminated.
    configure:3570: $? = 1
    configure:3577: ./conftest
    ./configure: line 3579: ./conftest: No such file or directory
    configure:3581: $? = 127
    configure:3588: error: in `/mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0':
    configure:3590: error: cannot run C compiled programs.
    If you meant to cross compile, use `--host'.
    See `config.log' for more details
    ## Cache variables. ##
    ac_cv_env_CC_set=set
    ac_cv_env_CC_value='gcc -m32'
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4'
    ac_cv_env_CPPFLAGS_set=set
    ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_DOT_set=
    ac_cv_env_DOT_value=
    ac_cv_env_DOXYGEN_set=
    ac_cv_env_DOXYGEN_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_PKG_CONFIG_LIBDIR_set=
    ac_cv_env_PKG_CONFIG_LIBDIR_value=
    ac_cv_env_PKG_CONFIG_PATH_set=set
    ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib32/pkgconfig
    ac_cv_env_PKG_CONFIG_set=
    ac_cv_env_PKG_CONFIG_value=
    ac_cv_env_XCB_XKB_CFLAGS_set=
    ac_cv_env_XCB_XKB_CFLAGS_value=
    ac_cv_env_XCB_XKB_LIBS_set=
    ac_cv_env_XCB_XKB_LIBS_value=
    ac_cv_env_XORG_MALLOC_DEBUG_ENV_set=
    ac_cv_env_XORG_MALLOC_DEBUG_ENV_value=
    ac_cv_env_YACC_set=
    ac_cv_env_YACC_value=
    ac_cv_env_YFLAGS_set=
    ac_cv_env_YFLAGS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_path_install='/usr/bin/install -c'
    ac_cv_path_mkdir=/usr/bin/mkdir
    ac_cv_prog_AWK=gawk
    ac_cv_prog_ac_ct_CC='gcc -m32'
    ac_cv_prog_make_make_set=yes
    am_cv_make_support_nested_variables=yes
    ## Output variables. ##
    ACLOCAL='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing aclocal-1.14'
    ADMIN_MAN_DIR=''
    ADMIN_MAN_SUFFIX=''
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='$${TAR-tar}'
    AM_BACKSLASH='\'
    AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    AM_DEFAULT_VERBOSITY='1'
    AM_V='$(V)'
    APP_MAN_DIR=''
    APP_MAN_SUFFIX=''
    AR=''
    AUTOCONF='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing autoconf'
    AUTOHEADER='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing autoheader'
    AUTOMAKE='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing automake-1.14'
    AWK='gawk'
    BASE_CFLAGS=''
    BUILD_LINUX_TESTS_FALSE=''
    BUILD_LINUX_TESTS_TRUE=''
    CC='gcc -m32'
    CCDEPMODE=''
    CFLAGS='-march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4'
    CHANGELOG_CMD=''
    CPP=''
    CPPFLAGS='-D_FORTIFY_SOURCE=2'
    CWARNFLAGS=''
    CYGPATH_W='echo'
    DEFS=''
    DEPDIR='.deps'
    DLLTOOL=''
    DOT=''
    DOXYGEN=''
    DRIVER_MAN_DIR=''
    DRIVER_MAN_SUFFIX=''
    DSYMUTIL=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    ENABLE_DOCS_FALSE=''
    ENABLE_DOCS_TRUE=''
    ENABLE_X11_FALSE=''
    ENABLE_X11_TRUE=''
    EXEEXT=''
    FGREP=''
    FILE_MAN_DIR=''
    FILE_MAN_SUFFIX=''
    GREP=''
    HAVE_DOT=''
    HAVE_DOT_FALSE=''
    HAVE_DOT_TRUE=''
    HAVE_DOXYGEN_FALSE=''
    HAVE_DOXYGEN_TRUE=''
    HAVE_NO_UNDEFINED_FALSE=''
    HAVE_NO_UNDEFINED_TRUE=''
    INSTALL_CMD=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    LD=''
    LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro'
    LIBOBJS=''
    LIBS=''
    LIBTOOL=''
    LIB_MAN_DIR=''
    LIB_MAN_SUFFIX=''
    LIPO=''
    LN_S=''
    LTLIBOBJS=''
    MAINT=''
    MAINTAINER_MODE_FALSE='#'
    MAINTAINER_MODE_TRUE=''
    MAKEINFO='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing makeinfo'
    MANIFEST_TOOL=''
    MAN_SUBSTS=''
    MISC_MAN_DIR=''
    MISC_MAN_SUFFIX=''
    MKDIR_P='/usr/bin/mkdir -p'
    NM=''
    NMEDIT=''
    OBJDUMP=''
    OBJEXT=''
    OTOOL64=''
    OTOOL=''
    PACKAGE='libxkbcommon'
    PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon'
    PACKAGE_NAME='libxkbcommon'
    PACKAGE_STRING='libxkbcommon 0.5.0'
    PACKAGE_TARNAME='libxkbcommon'
    PACKAGE_URL='http://xkbcommon.org'
    PACKAGE_VERSION='0.5.0'
    PATH_SEPARATOR=':'
    PKG_CONFIG=''
    PKG_CONFIG_LIBDIR=''
    PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
    RANLIB=''
    RT_LIBS=''
    SED=''
    SET_MAKE=''
    SHELL='/bin/sh'
    STRICT_CFLAGS=''
    STRIP=''
    VERSION='0.5.0'
    XCB_XKB_CFLAGS=''
    XCB_XKB_LIBS=''
    XKBCONFIGROOT=''
    XLOCALEDIR=''
    XORG_MALLOC_DEBUG_ENV=''
    XORG_MAN_PAGE=''
    YACC=''
    YACC_INST=''
    YFLAGS=''
    ac_ct_AR=''
    ac_ct_CC='gcc -m32'
    ac_ct_DUMPBIN=''
    am__EXEEXT_FALSE=''
    am__EXEEXT_TRUE=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__include='include'
    am__isrc=''
    am__leading_dot='.'
    am__nodep='_no'
    am__quote=''
    am__tar='$${TAR-tar} chof - "$$tardir"'
    am__untar='$${TAR-tar} xf -'
    bindir='${exec_prefix}/bin'
    build=''
    build_alias=''
    build_cpu=''
    build_os=''
    build_vendor=''
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host=''
    host_alias=''
    host_cpu=''
    host_os=''
    host_vendor=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/install-sh'
    libdir='/usr/lib32'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    mkdir_p='$(MKDIR_P)'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    ## confdefs.h. ##
    /* confdefs.h */
    #define PACKAGE_NAME "libxkbcommon"
    #define PACKAGE_TARNAME "libxkbcommon"
    #define PACKAGE_VERSION "0.5.0"
    #define PACKAGE_STRING "libxkbcommon 0.5.0"
    #define PACKAGE_BUGREPORT "[url]https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon[/url]"
    #define PACKAGE_URL "[url]http://xkbcommon.org[/url]"
    #define PACKAGE "libxkbcommon"
    #define VERSION "0.5.0"
    configure: exit 1
    other info:
    core/pacman 4.2.1-1
    multilib/gcc-multilib 4.9.2-4 (multilib-devel) [installed]
        The GNU Compiler Collection - C and C++ frontends for multilib
    multilib/lib32-fakeroot 1.20.2-1 (multilib-devel) [installed]
        Tool for simulating superuser privileges (32-bit)
    multilib/lib32-libltdl 2.4.5-1 (multilib-devel) [installed]
        A generic library support script (32-bit)
    Last edited by tsester (2015-05-10 22:10:28)

    tsester wrote:P.S.: I recently transfered the linux system between failing disks
    In that case you should probably check that no other packages are missing files with
    pacman -Qkk 2>&1 | grep "No such file or directory"
    Any packages that report that they're missing files, you should reinstall.

Maybe you are looking for

  • Problem with hidden items and Internet Explorer

    Hello, I have discovered a very strange behavior of my Page in which are a few hidden items! In a region six hidden items produces an empty row! But this empty row is only be displayed in Internet Explorer! In Firefox everything looks fine! Does anyb

  • Field with predefined values (F4 field) in sales order

    My customer needs to enter data in sales order and then filter/sort on it in VA04/VA05 and currently uses field "Name" in the header but this is is text field and errors occur. Is there another field, where list of values can be predefined (field wit

  • Using one program Application on both Lion and Snow Leopard

    I have to constantly reboot/restart between Lion on my New Thunderbolt Mini and Snow Leopard off and External Drive. What is the recommendation for using programs (which are built to run on both) such as iwork pages. Should I use one program off the

  • About sum function

    I use 'select sum(xx) ..' to get a value,if the value>=10,000,000 and oracle round the value, for example, if the value is 10,000,000.58,oracle display 10,000,001, if the value 9,999,999.01 oracle display 9,999,999.01 who can tell me why?thank you ve

  • App Store vs. Retail version of iWorks?

    May be a daft question, but is there a material difference between the Numbers '09 / Pages '09 / Keynote '09 that I can download from the App Store for a total of NZ$75 versus the boxed retail set for which I'd have to pay NZ$183? If it's just a ques