MTA Team Blokker_1999 Posted August 29, 2009 MTA Team Share Posted August 29, 2009 the final configure of MTA fails because it can't find curses even though you have installed ncurses-devel . checking for curl-config... /usr/bin/curl-configchecking for curl >= 7... yes checking CURL_CFLAGS... checking CURL_LIBS... -lcurl checking uname -m for detecting host operating system architecture... x86 oh noes i ran out of address space checking whether byte ordering is bigendian... no checking for deflate in -lz... yes checking for stdscr in -lcurses... no configure: error: can't find curses For some reason the configure script can not find the files needed from the package system. The solution is compiling and installing curses from source. You can find it at http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz Packages you can install via yast or zypper : readline-devel, libcurl-devel, sqlite3-devel and pcre-devel . Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now