Tirsdag 08 april 2008 10:01, skrev Juan Jose Pablos: > Nils Olav Fossum escribió: > > "fakeinclude/curses.h" should probably be added as a build dependency for > > mysql in the Makefile:
It is not enough. but a indication that it depends on ncurses should be there > I have tried but it did not work for me. i put a note on the Makefile There is more into this. mysql is looking for the nonwidechar libncurses.so, but it accepts a symlink to libncursesw.so (with a little fiddling in the Makefile) in current unattended: mysql will probably ask for libncurses.so and die ! Im not using mysql so I dont know..! so if is anyone using mysql: please test 4.8rc1 !!! If it dies we need to symlink libncurses.so to libncursesw.so. This is non-intrusive and even a somewhat expected side-effect of using widechar ncurses.. I compiled mysql with this in the Makefile. I symlinked manually, and a build dependency on this symlink should be added. ------------- ## mysql $(mysql)/Makefile: stage1/opt/perl/bin/perl fakeinclude/zlib.h cd $(dir $@) \ && CFLAGS="$(fakelib_cflags)" CXXFLAGS="$(fakelib_cflags)" CPPFLAGS="$(fakelib_cflags)" \ ./configure --prefix=/ --without-server --build=i586-linux \ --with-named-curses=$(cwd)/stage1/usr/lib/libncurses.so.5 ------------- ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info