WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: libpanel extension to curses/ncurces  (Read 3557 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
libpanel extension to curses/ncurces
« on: September 24, 2009, 03:25:19 PM »
A configure script is claiming missing libpanel extension to curses/ncurces. Any idea how can I add it to the current (development) environment?
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: libpanel extension to curses/ncurces
« Reply #1 on: September 25, 2009, 03:08:14 PM »
Build ncurses, unfortunately.
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: libpanel extension to curses/ncurces
« Reply #2 on: September 25, 2009, 03:22:38 PM »
Build ncurses, unfortunately.

I tried of course, but something is still wrong with the compilation, no lib files created, only the executables. Will spend more time with. Most probably the problem is that It would require a clean ncurses-free system, do not know yet...

Checked my CentOS 5.3 box dependencies. lbpanel.so there depends on libdl.so which is also missing and could not find its source.

:(
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: libpanel extension to curses/ncurces
« Reply #3 on: September 25, 2009, 03:31:51 PM »
ncurses needs --with-shared to create libraries.
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: libpanel extension to curses/ncurces
« Reply #4 on: September 25, 2009, 04:07:31 PM »
ncurses needs --with-shared to create libraries.

Thanks it was the key !

Now Kismet is running on tc2.4rc1 !
« Last Edit: September 25, 2009, 04:32:29 PM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: libpanel extension to curses/ncurces
« Reply #5 on: September 26, 2009, 05:30:17 AM »
If you're going to post an extension with libpanel, please include libform too (both from ncurses).
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: libpanel extension to curses/ncurces
« Reply #6 on: September 26, 2009, 05:35:22 AM »
If you're going to post an extension with libpanel, please include libform too (both from ncurses).

No problem. What is about libmenu?
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: libpanel extension to curses/ncurces
« Reply #7 on: September 26, 2009, 05:43:27 AM »
Yeah, forgot about that :P It too, please.

Maybe something like ncurses-extra-libs?
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: libpanel extension to curses/ncurces
« Reply #8 on: September 27, 2009, 03:21:10 AM »
ncurses-extralibs.tczl is submitted. It contains

  • libform
  • libmenu
  • libpanel
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."