Menu

Required packages on Raspbian for x86

2018-01-12
2018-01-14
  • Michel Landry

    Michel Landry - 2018-01-12

    Hello,
    I'm running Raspbian for x86 on an old laptop. I get the an error when I run ./configure. Here are the last output lines:
    checking for main in -lncurses... no
    configure: error: ncurses library not found !

    Am I missing a package?

    My environment details:
    uname -m = i686
    uname -r = 3.16.0-4-686-pae
    uname -v = #1 SMP Debian 3.16.51-3 (2017-12-13)

    dpkg -l | grep curses
    ii libncurses5:i386 5.9+20140913-1+deb8u2
    ii libncursesw5:i386 5.9+20140913-1+deb8u2
    ii ncdu 1.10-1
    ii ncurses-base 5.9+20140913-1+deb8u2
    ii ncurses-bin 5.9+20140913-1+deb8u2
    ii ncurses-term 5.9+20140913-1+deb8u2

    Anything I should be reading?

    Thank you,
    Michel
    VE9JFL

     
    • Steven R. Loomis

      Try curses-dev or ncurses-devel or ncurses-dev something like that

      El El jue, ene. 11, 2018 a las 6:46 PM, Michel Landry landry@users.sf.net
      escribió:

      Hello,
      I'm running Raspbian for x86 on an old laptop. I get the an error when I
      run ./configure. Here are the last output lines:
      checking for main in -lncurses... no
      configure: error: ncurses library not found !

      Am I missing a package?

      My environment details:
      uname -m = i686
      uname -r = 3.16.0-4-686-pae
      uname -v = #1 SMP Debian 3.16.51-3 (2017-12-13)

      dpkg -l | grep curses
      ii libncurses5:i386 5.9+20140913-1+deb8u2
      ii libncursesw5:i386 5.9+20140913-1+deb8u2
      ii ncdu 1.10-1
      ii ncurses-base 5.9+20140913-1+deb8u2
      ii ncurses-bin 5.9+20140913-1+deb8u2
      ii ncurses-term 5.9+20140913-1+deb8u2

      Anything I should be reading?

      Thank you,
      Michel
      VE9JFL


      Required packages on Raspbian for x86


      Sent from sourceforge.net because you indicated interest in <
      https://sourceforge.net/p/linpac/discussion/54078/>

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

       
      • Steven R. Loomis

        maybe libncurses5-dev

        On Fri, Jan 12, 2018 at 6:23 AM, Steven R. Loomis srloomis@users.sf.net
        wrote:

        Try curses-dev or ncurses-devel or ncurses-dev something like that

        El El jue, ene. 11, 2018 a las 6:46 PM, Michel Landry <landry@users.sf.net

        escribió:

        Hello,
        I'm running Raspbian for x86 on an old laptop. I get the an error when I
        run ./configure. Here are the last output lines:
        checking for main in -lncurses... no
        configure: error: ncurses library not found !

        Am I missing a package?

        My environment details:
        uname -m = i686
        uname -r = 3.16.0-4-686-pae
        uname -v = #1 SMP Debian 3.16.51-3 (2017-12-13)

        dpkg -l | grep curses
        ii libncurses5:i386 5.9+20140913-1+deb8u2
        ii libncursesw5:i386 5.9+20140913-1+deb8u2
        ii ncdu 1.10-1
        ii ncurses-base 5.9+20140913-1+deb8u2
        ii ncurses-bin 5.9+20140913-1+deb8u2
        ii ncurses-term 5.9+20140913-1+deb8u2

        Anything I should be reading?

        Thank you,
        Michel
        VE9JFL


        Required packages on Raspbian for x86


        Sent from sourceforge.net because you indicated interest in <
        https://sourceforge.net/p/linpac/discussion/54078/>

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


        Required packages on Raspbian for x86


        Sent from sourceforge.net because you indicated interest in <
        https://sourceforge.net/p/linpac/discussion/54078/>

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

         
  • David Ranch

    David Ranch - 2018-01-13

    Hello Michael,

    Please read and follow the required dependencies from the README file at:

    https://sourceforge.net/p/linpac/linpac/ci/develop/tree/README

    All of those packages must be installed before you can successfully compile Linpac.

    --David

     
  • Michel Landry

    Michel Landry - 2018-01-13

    Thanks everyone for responding! I was missing libncurses5-dev. Pointing me to the README file also made me learn a few other things. Much appreciated.

    I now have Linpac installed ... off to configuring it.

    Thanks again,
    Michel

     

Log in to post a comment.