Skip to content

Instantly share code, notes, and snippets.

@cmeister2
Created March 14, 2018 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmeister2/298739aab7d7548865912750f39b3ca3 to your computer and use it in GitHub Desktop.
Save cmeister2/298739aab7d7548865912750f39b3ca3 to your computer and use it in GitHub Desktop.
configure:21593: checking for ldap_init in -l"ldap"
configure:21615: clang -o conftest -fsanitize=address -Qunused-arguments -g -O0 -pedantic -Wall -Wextra -Wpointer-arith -Wwrite-strings -Wshadow -Winline -Wnested-externs -Wmissing-declarations -Wmissing-prototypes -Wno-long-long -Wfloat-equal -Wno-multichar -Wsign-compare -Wundef -Wno-format-nonliteral -Wendif-labels -Wstrict-prototypes -Wdeclaration-after-statement -Wcast-align -Wno-system-headers -Wshorten-64-to-32 -Wunused -Wvla -Wshift-sign-overflow -Wmissing-variable-declarations -Wdouble-promotion -Wcomma -DDEBUGBUILD -DCURLDEBUG -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -isystem /tmp/curl_install/include -L/tmp/curl_install/lib conftest.c -lldap -lz >&5
conftest.c:39:16: warning: this function declaration is not a prototype [-Wstrict-prototypes]
char ldap_init ();
^
void
1 warning generated.
/tmp/curl_install/lib/libldap.a(os-ip.o): In function `ldap_pvt_is_socket_ready':
/raid/Git/openldap-2.4.45/libraries/libldap/os-ip.c:262: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
/raid/Git/openldap-2.4.45/libraries/libldap/os-ip.c:262: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
/tmp/curl_install/lib/libldap.a(open.o): In function `ldap_create':
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:115: undefined reference to `ber_memcalloc_x'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:119: undefined reference to `ber_memcalloc_x'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:171: undefined reference to `ber_sockbuf_alloc'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:195: undefined reference to `ber_memfree_x'
/tmp/curl_install/lib/libldap.a(open.o): In function `ldap_init_fd':
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:297: undefined reference to `ber_sockbuf_ctrl'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:305: undefined reference to `ber_sockbuf_io_debug'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:305: undefined reference to `ber_sockbuf_add_io'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:308: undefined reference to `ber_sockbuf_io_tcp'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:308: undefined reference to `ber_sockbuf_add_io'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:353: undefined reference to `ber_sockbuf_io_debug'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:353: undefined reference to `ber_sockbuf_add_io'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:336: undefined reference to `ber_sockbuf_io_debug'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:336: undefined reference to `ber_sockbuf_add_io'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:339: undefined reference to `ber_sockbuf_io_fd'
/raid/Git/openldap-2.4.45/libraries/libldap/open.c:339: undefined reference to `ber_sockbuf_add_io'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment