Menu

#29 mlthati

open
nobody
None
5
2014-11-04
2014-07-10
mlthati
No

[root@madhu ibcs-3.10-3.5.4]# make
make -C /lib/modules/2.6.32-358.el6.i686/build M=/root/Desktop/ibcs-3.10-3.5.4 modules
make[1]: Entering directory /usr/src/kernels/2.6.32-358.el6.i686' CC [M] /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.o /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c: In function ‘map_coff’: /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c:246: error: implicit declaration of function ‘vm_mmap’ /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c: In function ‘coff_load_object’: /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c:636: error: implicit declaration of function ‘vm_brk’ make[3]: *** [/root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.o] Error 1 make[2]: *** [/root/Desktop/ibcs-3.10-3.5.4/coff] Error 2 make[1]: *** [_module_/root/Desktop/ibcs-3.10-3.5.4] Error 2 make[1]: Leaving directory/usr/src/kernels/2.6.32-358.el6.i686'
make: *** [all] Error 2

Related

Bugs: #29

Discussion

  • mlthati

    mlthati - 2014-07-10

    WHY I AM GETTING ABOVE ERROR

     

    Last edit: mlthati 2014-08-14
  • Javier Martinez

    Javier Martinez - 2014-11-04

    As far as I know, ibcs 3.10.3.5.4 is a version exclusively for kernels >3.0. You are trying to compile against a 2.6.32 kernel, so you should use an older version of ibcs (I think 3.9 should be best)

     
    • mlthati

      mlthati - 2014-11-05

      Thanks Brother
      I am already using 3.9.2 and running my foxbase programs.
      Please help me in installing Oracle7 for SCO i.e 7.1.6 version on RHEL
      using IBCS.
      When I gone thru the ORACLE7-HOW-TO document and executed the below command
      find . -name *_ -exec oiuncomp {} \;
      I am getting the error :
      libc: setlocale: LC_CTYPE: LANG environment variable syntax error

      On Tue, Nov 4, 2014 at 8:39 PM, Javier Martinez jamarsa84@users.sf.net
      wrote:

      As far as I know, ibcs 3.10.3.5.4 is a version exclusively for kernels

      3.0. You are trying to compile against a 2.6.32 kernel, so you should use
      an older version of ibcs (I think 3.9 should be best)


      Status: open
      Group:
      Created: Thu Jul 10, 2014 06:22 AM UTC by mlthati
      Last Updated: Thu Jul 10, 2014 06:23 AM UTC
      Owner: nobody

      [root@madhu ibcs-3.10-3.5.4]# make
      make -C /lib/modules/2.6.32-358.el6.i686/build
      M=/root/Desktop/ibcs-3.10-3.5.4 modules
      make[1]: Entering directory /usr/src/kernels/2.6.32-358.el6.i686' CC [M]
      /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.o
      /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c: In function ‘map_coff’:
      /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c:246: error: implicit
      declaration of function ‘vm_mmap’
      /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c: In function
      ‘coff_load_object’: /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c:636:
      error: implicit declaration of function ‘vm_brk’ make[3]:
      [/root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.o] Error 1 make[2]:

      [/root/Desktop/ibcs-3.10-3.5.4/coff] Error 2 make[1]:
      [module/root/Desktop/ibcs-3.10-3.5.4] Error 2 make[1]: Leaving directory
      /usr/src/kernels/2.6.32-358.el6.i686'
      make:
      [all] Error 2


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/linux-abi/bugs/29/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #29

      • Javier Martinez

        Javier Martinez - 2014-11-05

        Oh, I think that is not important. It's not an error, only a warning from libc that isn't going to use a language different from default "C". It's because SCO executables don't understand the Linux formatting of the LANG environment variable, and they expect it in /etc/default/lang, for example as en_US. I just unset it when I see that:

        unset LANG LC_ALL

        Of course, if you need Oracle to perform in other language than english, you should be a bit more "creative", perhaps factoring a special /etc/default/lang...

        PS: as an aside note, iBCS is for running old programs not available in new platforms. Are you sure you don't have a version of Oracle 7 for Linux? See this, for example:
        http://www.oracle.com/us/corporate/press/2245947

         

        Last edit: Javier Martinez 2014-11-05
        • mlthati

          mlthati - 2014-11-06

          Really Brother, I am new to oracle. Please guide me in detail

          On Wed, Nov 5, 2014 at 11:59 PM, Javier Martinez jamarsa84@users.sf.net
          wrote:

          Oh, I think that is not important. It's not an error, only a warning from
          libc that isn't going to use a language different from default "C". It's
          because SCO executables don't understand the Linux formatting of the LANG
          environment variable, and they expect it in /etc/default/lang, for example
          as en_US. I just unset it when I see that:

          unset LANG LC_ALL

          Of course, if you need Oracle to perform in other language than english,
          you should be a bit more "creative", perhaps factoring a special
          /etc/default/lang...


          Status: open
          Group:
          Created: Thu Jul 10, 2014 06:22 AM UTC by mlthati
          Last Updated: Tue Nov 04, 2014 03:09 PM UTC
          Owner: nobody

          [root@madhu ibcs-3.10-3.5.4]# make
          make -C /lib/modules/2.6.32-358.el6.i686/build
          M=/root/Desktop/ibcs-3.10-3.5.4 modules
          make[1]: Entering directory /usr/src/kernels/2.6.32-358.el6.i686' CC [M]
          /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.o
          /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c: In function ‘map_coff’:
          /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c:246: error: implicit
          declaration of function ‘vm_mmap’
          /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c: In function
          ‘coff_load_object’: /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c:636:
          error: implicit declaration of function ‘vm_brk’ make[3]:
          [/root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.o] Error 1 make[2]:

          [/root/Desktop/ibcs-3.10-3.5.4/coff] Error 2 make[1]:
          [module/root/Desktop/ibcs-3.10-3.5.4] Error 2 make[1]: Leaving directory
          /usr/src/kernels/2.6.32-358.el6.i686'
          make:
          [all] Error 2


          Sent from sourceforge.net because you indicated interest in
          https://sourceforge.net/p/linux-abi/bugs/29/

          To unsubscribe from further messages, please visit
          https://sourceforge.net/auth/subscriptions/

           

          Related

          Bugs: #29

          • mlthati

            mlthati - 2014-11-07

            Brother
            My intension is to execute oracle7 of SCO on linux. never bother about the
            version of IBCS. When I am able run SCO FOXBASE why can't Oracle7.
            If major settings are required plz. guide me. I have gone thru the article
            ORACLE7-HOW-TO Linux documentation. Please have a look on that and help me.

            On Thu, Nov 6, 2014 at 12:57 PM, mlthati mlthatig@users.sf.net wrote:

            Really Brother, I am new to oracle. Please guide me in detail

            On Wed, Nov 5, 2014 at 11:59 PM, Javier Martinez jamarsa84@users.sf.net
            wrote:

            Oh, I think that is not important. It's not an error, only a warning from
            libc that isn't going to use a language different from default "C". It's
            because SCO executables don't understand the Linux formatting of the LANG
            environment variable, and they expect it in /etc/default/lang, for example
            as en_US. I just unset it when I see that:

            unset LANG LC_ALL

            Of course, if you need Oracle to perform in other language than english,
            you should be a bit more "creative", perhaps factoring a special
            /etc/default/lang...


            Status: open
            Group:
            Created: Thu Jul 10, 2014 06:22 AM UTC by mlthati
            Last Updated: Tue Nov 04, 2014 03:09 PM UTC
            Owner: nobody

            [root@madhu ibcs-3.10-3.5.4]# make
            make -C /lib/modules/2.6.32-358.el6.i686/build
            M=/root/Desktop/ibcs-3.10-3.5.4 modules
            make[1]: Entering directory /usr/src/kernels/2.6.32-358.el6.i686' CC [M]
            /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.o
            /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c: In function ‘map_coff’:
            /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c:246: error: implicit
            declaration of function ‘vm_mmap’
            /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c: In function
            ‘coff_load_object’: /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c:636:
            error: implicit declaration of function ‘vm_brk’ make[3]:
            [/root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.o] Error 1 make[2]:
            [/root/Desktop/ibcs-3.10-3.5.4/coff] Error 2 make[1]:

            • [module/root/Desktop/ibcs-3.10-3.5.4] Error 2 make[1]: Leaving directory
              /usr/src/kernels/2.6.32-358.el6.i686' make: * [all] Error 2

            Sent from sourceforge.net because you indicated interest in
            https://sourceforge.net/p/linux-abi/bugs/29/

            To unsubscribe from further messages, please visit
            https://sourceforge.net/auth/subscriptions/


            Status: open
            Group:
            Created: Thu Jul 10, 2014 06:22 AM UTC by mlthati
            Last Updated: Tue Nov 04, 2014 03:09 PM UTC
            Owner: nobody

            [root@madhu ibcs-3.10-3.5.4]# make
            make -C /lib/modules/2.6.32-358.el6.i686/build
            M=/root/Desktop/ibcs-3.10-3.5.4 modules
            make[1]: Entering directory /usr/src/kernels/2.6.32-358.el6.i686' CC [M]
            /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.o
            /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c: In function ‘map_coff’:
            /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c:246: error: implicit
            declaration of function ‘vm_mmap’
            /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c: In function
            ‘coff_load_object’: /root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.c:636:
            error: implicit declaration of function ‘vm_brk’ make[3]:
            [/root/Desktop/ibcs-3.10-3.5.4/coff/binfmt-coff.o] Error 1 make[2]:

            [/root/Desktop/ibcs-3.10-3.5.4/coff] Error 2 make[1]:
            [module/root/Desktop/ibcs-3.10-3.5.4] Error 2 make[1]: Leaving directory
            /usr/src/kernels/2.6.32-358.el6.i686'
            make:
            [all] Error 2


            Sent from sourceforge.net because you indicated interest in
            https://sourceforge.net/p/linux-abi/bugs/29/

            To unsubscribe from further messages, please visit
            https://sourceforge.net/auth/subscriptions/

             

            Related

            Bugs: #29


Log in to post a comment.