Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: bmarkus on September 24, 2009, 03:25:19 PM

Title: libpanel extension to curses/ncurces
Post by: bmarkus 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?
Title: Re: libpanel extension to curses/ncurces
Post by: curaga on September 25, 2009, 03:08:14 PM
Build ncurses, unfortunately.
Title: Re: libpanel extension to curses/ncurces
Post by: bmarkus 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.

:(
Title: Re: libpanel extension to curses/ncurces
Post by: curaga on September 25, 2009, 03:31:51 PM
ncurses needs --with-shared to create libraries.
Title: Re: libpanel extension to curses/ncurces
Post by: bmarkus on September 25, 2009, 04:07:31 PM
ncurses needs --with-shared to create libraries.

Thanks it was the key !

Now Kismet (http://www.kismetwireless.net/) is running on tc2.4rc1 !
Title: Re: libpanel extension to curses/ncurces
Post by: curaga 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).
Title: Re: libpanel extension to curses/ncurces
Post by: bmarkus 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?
Title: Re: libpanel extension to curses/ncurces
Post by: curaga on September 26, 2009, 05:43:27 AM
Yeah, forgot about that :P It too, please.

Maybe something like ncurses-extra-libs?
Title: Re: libpanel extension to curses/ncurces
Post by: bmarkus on September 27, 2009, 03:21:10 AM
ncurses-extralibs.tczl is submitted. It contains