Tiny Core Extensions > TCE Q&A Forum

Ncurses 64

(1/2) > >>

nimday:
This is about ncurses for 64
I don't see libtinfo.so from ncurses.tcz(7.x)

Thanks.

Juanito:
If you're speaking about the ncurses extension in CorePure64 7.x, you can always add a libtinfo symlink to libncurses if you have an app that requires it.

nimday:

--- Quote from: Juanito on January 17, 2018, 09:09:01 PM ---If you're speaking about the ncurses extension in CorePure64 7.x, you can always add a libtinfo symlink to libncurses if you have an app that requires it.

--- End quote ---

Thanks, Freebasic compiler needs libtinfo.

Juanito:
Look for the error message from freebasic and create the symlink based on what you see - something like:
--- Code: ---$ cd /usr/local/lib
$ sudo ln -s libncurses.so.5.9 libtinfo.so
--- End code ---

nimday:

--- Quote from: Juanito on January 18, 2018, 09:24:37 PM ---Look for the error message from freebasic and create the symlink based on what you see - something like:
--- Code: ---$ cd /usr/local/lib
$ sudo ln -s libncurses.so.5.9 libtinfo.so
--- End code ---

--- End quote ---

I don't know if this only from my machine. I wasn't able to link it.
 "ldconfig: can't read header from ... libpanel.so" and so on.


Below is the screenshot.

Navigation

[0] Message Index

[#] Next page

Go to full version