Re: MSN == segv
"Anibal Avelar" <[email protected]> Wed, 13 Jun 2007 18:50:33 -0500
| Newsgroups | gmane.network.centericq |
|---|---|
| Message-ID | <[email protected]> |
Hi. > It doesn't look in /usr/local/ssl by default for openssl (it's the standard > place to look for it on anything other than linux, IIRC). Specifying > --with-openssl=/usr/local/ssl works, but it doesn't seem to add > /usr/local/ssl/include to the INCLUDE variable in connwrap/Makefile, > libgadu/Makefile and src/hooks/Makefile It works because -with-openssl= set the variable to include the openssl library. It not defines a path. The correct form to this parameter is -with-openssl=no or -with-openssl=yes only. May be works because in some validators just asked that the variable is not null. > > It doesn't seem to notice that it couldn't find the ncurses.h - I use the > packages from sunfreeware.com, and it puts ncurses.h in > /usr/local/include/ncurses - I had to manually hack the Makefile to add this > to the include path in a couple of Makefiles. You could try so: ./configure --prefix=/usr/local --with-ssl --with-openssl=yes Because all references sometimes are defined taking how base the PREFIX variable, if you has the curses.h and openssl.h headers in /usr/local may be the configure script set wrong the libraries. Regards, -- Anibal Avelar (FixXxeR) http://fixxxer.cc GPG: 83B64656 - C143 4AD8 B017 53FA B742 D6AA CEEA F9F3 83B6 4656 _______________________________________________ Cicq mailing list Cicq-xGejAJT2w6wWP6gT/[email protected] http://mailman.linuxpl.org/mailman/listinfo/cicq Questions? Check the FAQ first: http://centericq.de/faq/