Greeetings,

I have a computer with these:
--OS cblfs 64-bit-linux (3.10.6) amd64
--curl -70.30.0, cmake-2.8.11, openldap-2.4.35

I notice each tme I call /usrlocal//bin/cmake in a shell 

I end up with lines like these :-

/usr/local/bin/cmake: /usr/local/lib/libldap-2.4.so.2: no version information 
available (required by /usr/lib/libcurl.so.4)
/usr/local/bin/cmake: /usr/local/lib/liblber-2.4.so.2: no version information 
available (required by /usr/lib/libcurl.so.4)

though the cmake build  goes to completion.

I recently tried building poppler-2.24.0.  As far as I know openldap is not a 
depenfency of poppler but poppler failed to compile ending like  so:-
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_sasl_bind@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_get_dn_ber@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ber_sockbuf_add_io@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_unbind_ext@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_get_attribute_ber@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_parse_result@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_set_option@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_abandon_ext@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to `ldap_msgfree@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to `ldap_result@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_search_ext@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_get_option@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to `ber_memfree@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to `ldap_memfree@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_pvt_url_scheme2proto@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_next_message@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to `ber_free@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_err2string@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to `ldap_init_fd@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to `ldap_msgtype@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_free_urldesc@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_url_parse@OPENLDAP_2.4_2'
/usr/lib64/libcurl.so.4: undefined reference to 
`ldap_first_message@OPENLDAP_2.4_2'
collect2: error: ld returned 1 exit status

I would be grateful   for some advice

a) whether to up grade to a new version of cmake or curl or both and if so 
whether to yank out the old version(s) beforehand or just install over.

Thanks in advnance

sinceely
luxInteg
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to