RE: [Quickfix-developers] configure problem on suse 7
Brought to you by:
orenmnero
From: Dahl, J. <JD...@cm...> - 2004-04-01 21:08:59
|
first, make sure you have libxml2 installed - locate libxml2 then run ./configure ... --disable-xmltest this is what I have to do on RHES 2.1 you may have to set your location for the libxml2 library. run ./configure --help and look at the last few options for=20 further details. JD -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of cc...@ca... Sent: Thursday, April 01, 2004 2:31 PM To: qui...@li... Subject: [Quickfix-developers] configure problem on suse 7 When I run ./configure, I got the following msg: checking for xml2-config... /usr/bin/xml2-config checking for libxml - version >=3D 2.0.0... no *** Could not run libxml test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means LIBXML was incorrectly installed *** or that you have moved LIBXML since it was installed. In the latter case, you *** may want to edit the xml2-config script: /usr/bin/xml2-config configure: error: libxml2 must be installed. when I run /usr/bin/xml2-config --version, I got 2.5.10. I inspected config.log, and saw following output: configure:18943: checking for libxml - version >=3D 2.0.0 configure:19051: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -L/usr/lib -lxml2 -lz -lpthread - lm >&5 /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/l d: cannot find -lz collect2: ld returned 1 exit status configure:19054: $? =3D 1 configure: program exited with status 1 Which appears to be saying a library is not found. Any idea what is wrong? Thanks! DISCLAIMER: This communication may contain privileged and/or confidential information and is intended only for the use of the individual or entity to whom it is addressed. No waiver of confidentiality or privilege is made by mistransmission. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized dissemination, distribution, reading, printing, copying and/or use of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the sender by return e-mail and delete this message from your system as well as destroy any paper copies made. Carr Futures makes no representation or warranty regarding the correctness of any information contained herein, or the appropriateness of any transaction for any person. Nothing herein shall be construed as a recommendation to buy or sell any financial instrument or security. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |