I made the following symbolic links which fixed the problem lrwxrwxrwx 1 root root 19 Nov 9 11:11 /usr/bin/curl -> /usr/local/bin/curl lrwxrwxrwx 1 root root 26 Nov 9 11:13 /usr/bin/curl-config -> /usr/local/bin/curl-config lrwxrwxrwx 1 root root 23 Nov 9 11:11 /usr/include/curl -> /usr/local/include/curl
Still does not answer why it ignores my $PATH setting of /usr/local, but thanks for your help, it's much appreciated. Mike -----Original Message----- From: CGS [mailto:[email protected]] Sent: 09 November 2011 16:06 To: [email protected] Subject: Re: Couchdb build on Centos 5.7 picking up /usr/ and not /usr/local Try to make a symbolic link toward the path ld complains it cannot find. CGS On 11/09/2011 05:03 PM, Mike Kimber wrote: > Re-installed curl and it stuck it in the same place > > /usr/local/lib/libcurl.a > > Mike > > MICHAEL KIMBER | PRINCIPAL ARCHITECT > > d : +44 (0)28 9078 8378 > > > > > -----Original Message----- > From: CGS [mailto:[email protected]] > Sent: 09 November 2011 15:53 > To: [email protected] > Subject: Re: Couchdb build on Centos 5.7 picking up /usr/ and not /usr/local > > It looks like curl failed on installation. Do you have libcurl.a in > /usr/local/include/lib path? If not, then try to reinstall curl. > > I hope this will help. > > Cheers, > CGS > > > > On 11/09/2011 04:41 PM, Mike Kimber wrote: >> Additional Info. The CURL Makefile environment variables on the Centios 5.7 >> box are: >> >> CURL_CFLAGS = -I/usr/local/include/include -DCURL_STATICLIB >> CURL_CONFIG = >> CURL_LDFLAGS = -l/usr/local/include/lib/libcurl -lWs2_32 -lkernel32 -luser32 >> -ladvapi32 -lWldap32 >> CURL_LIBS = /usr/local/include/lib/libcurl >> >> But on the Centos 5.6 box they are >> >> CURL_CFLAGS = -I/usr/local/include >> CURL_CONFIG = /usr/local/bin/curl-config >> CURL_LDFLAGS = -lcurl >> CURL_LIBS = -L/usr/local/lib -lcurl -L/usr/kerberos/lib64 >> >> Mike >> >> MICHAEL KIMBER | PRINCIPAL ARCHITECT >> >> d : +44 (0)28 9078 8378 >> <http://www.kana.com/> >> >> >> ________________________________ >> From: Mike Kimber [mailto:[email protected]] >> Sent: 09 November 2011 15:23 >> To: [email protected] >> Subject: Couchdb build on Centos 5.7 picking up /usr/ and not /usr/local >> >> I am trying to build CouchDB 1.1.1 on Centos 5.7. >> >> To do this I have to build curl 7.22.0 and erlang otp_src_R13B04 to meet the >> pre-reqs. This I have done successfully. However they install in /usr/local >> whereas the couchdb configure script is currently looking in ./usr. >> >> I have managed to get the configure script to work using: >> >> sudo ./configure --with-erlang=/usr/local/lib/erlang/erts-5.7.5/include >> --enable-js-trunk --with-win32-curl=/usr/local/include >> >> but when I run sudo make I now get: >> >> /usr/bin/ld: cannot find -l/usr/local/include/lib/libcurl >> >> And this file/directory does not exist except in the Curl distribution and >> that contains pdf/html documents. >> >> I have successfully done this build on a Centos 5.6, but can't see where I'm >> going wrong on 5.7. The /usr/local/include/lib/libcurl does not exit on the >> Centos 5.6 centos build either, but this built. >> >> Any help gratefully received, as I'm very confused! >> >> Mike >> >> >> MICHAEL KIMBER >> >> PRINCIPAL ARCHITECT >> >> d: 02890788378| m: 07792329322 >> >> f: 02890788339 | e: [email protected]<mailto:[email protected]> >> >> 209 Airport Road West, Belfast >> BT3 9EZ, United Kingdom >> >> >> >> >> [cid:[email protected]]<http://www.kana.com/service-experience-management/stack.php> >> >> EVENTS<http://www.kana.com/better-practices/events.php> | >> WHITEPAPERS<http://www.kana.com/better-practices/white-papers.php> | CASE >> STUDIES<http://www.kana.com/better-practices/video-case-studies.php> | >> DEMOS<http://www.kana.com/service-solutions/demo-library.php> >> >> [cid:[email protected]]<http://www.facebook.com/pages/KANA-Software-Inc/146154198748782> >> >> [cid:[email protected]]<http://www.twitter.com/kanasoftware> >> >> [cid:[email protected]]<http://www.linkedin.com/groups/KANA-Software-1129?mostPopular=&gid=1129> >> >> >> >> >> [cid:[email protected]]<http://www.kana.com/independent-research-firm-gartner-names-kana-leader-in-the-magic-quadrant-for-crm-web-customer-service.php> >> >> The information in this email and any attachments is confidential and >> intended solely for the attention and use of the named addressee(s). It may >> be subject to legal, professional or other privilege and further >> distribution of it is strictly prohibited without our authority. If you are >> not the intended recipient, you are not authorized to and must not disclose, >> copy, distribute, or retain this message or any part of it, and should >> notify us immediately. >> >> >>
