RE: [Libvir] Problems installing libvir

ncurses vs. curses ? Ohh, and I was looking right at it! Sorry folks. I hacked the configure file to look for ncurses and sure enough it worked. Thanks for the help.
Raj

On Mon, Apr 24, 2006 at 09:25:45PM -0400, Subrahmanian, Raj wrote:
ncurses vs. curses ? Ohh, and I was looking right at it! Sorry folks. I hacked the configure file to look for ncurses and sure enough it worked.
Can you send the diff you made to configure.in so we can fix configure to work with both libraries ? Daniel -- Daniel Veillard | Red Hat http://redhat.com/ veillard@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/

Daniel Veillard wrote:
On Mon, Apr 24, 2006 at 09:25:45PM -0400, Subrahmanian, Raj wrote:
ncurses vs. curses ?
Ohh, and I was looking right at it! Sorry folks. I hacked the configure file to look for ncurses and sure enough it worked.
Can you send the diff you made to configure.in so we can fix configure to work with both libraries ?
Daniel
Here is a patch based on nested CHECK_LIB, but not sure if that is standard practice. Tested and works on 1 platform :-). Jim

On Tue, Apr 25, 2006 at 09:39:30AM -0600, Jim Fehlig wrote:
Here is a patch based on nested CHECK_LIB, but not sure if that is standard practice. Tested and works on 1 platform :-).
Looks rather standard to me, applied doesn't break here, so commited. thanks a lot ! Daniel -- Daniel Veillard | Red Hat http://redhat.com/ veillard@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
participants (3)
-
Daniel Veillard
-
Jim Fehlig
-
Subrahmanian, Raj