Displaying 20 results from an estimated 311 matches for "lresolv".
Did you mean:
resolv
2002 Feb 22
1
/usr/libexec/elf/ld: cannot find -lresolv
...FreeBSD 4.5
Samba: 2.2.3a
OpenLDAP: 2.0.21
I get the follwing error compiling samba, with ldap, winbind and pam:
--------------------------------------------------------------------------
configure:13030: cc -o conftest -O -O -pipe -I/usr/local/include
-L/usr/local/l
ib conftest.c -lldap -llber -lresolv -lcups -lpam 1>&5
/usr/libexec/elf/ld: cannot find -lresolv
configure: failed program was:
#line 13026 "configure"
#include "confdefs.h"
#include "./tests/summary.c"
----------------------------------------------------------------------------
My guess is that...
2009 Sep 10
1
need -lresolv on MacOSX 10.6
...compat.a(getrrsetbyname.o)
"_res_9_dn_expand", referenced from:
_parse_dns_rrsection in libopenbsd-compat.a(getrrsetbyname.o)
_getrrsetbyname in libopenbsd-compat.a(getrrsetbyname.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [ssh] Error 1
Adding -lresolv to the link line fixes it.
Checking <http://opensource.apple.com/release/mac-os-x-106/>, I see that
Apple's OpenSSH package adds -lresolv to "Extra_LD_Flags".
I notice that /usr/include/resolve.h on MacOSX 10.6.0 no longer contains
#ifdef BIND_8_COMPAT
#include <resolv...
2005 Jun 02
1
compile asterisk
.../modules\"
-DASTAGIDIR=\"/var/lib/asterisk/agi-bin\"
-DBUSYDETECT_MARTIN -fomit-frame-pointer -fPIC
-c -o app_curl.o app_curl.c
gcc -shared -Xlinker -x -o app_curl.so app_curl.o
-L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto
-lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv
-ldl -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
-lresolv -L/usr/kerberos/lib -lidn -lssl -lcrypto
-lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err
-lk5crypto -lresolv -ldl -lz -lz
/usr/bin/ld: cannot find -lidn
collect2: ld returned 1 exit status
make[1]: *** [app_curl.so] Error 1
make[1]: Leaving...
2005 Jun 15
0
[Bug 2802] New: rsync uses extraneous libresolv.dylib
...OS/Version: Mac OS X
Status: NEW
Severity: trivial
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: psfales@lucent.com
QAContact: rsync-qa@samba.org
When we build rsync on darwin 10.3, it's linked with -lresolv which is
/usr/lib/libresolv.dylib. However, it's not really necessary because rsync
will still link and run if -lresolv is not used. The only reason I noticed
this is that we sometimes take the 10.3 compiled binaries and run them on a 10.2
system. Since 10.2 doesn't have this library,...
2005 Jun 09
1
compile error cannot find -lidn
...risk/pbx'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/asterisk/pbx'
make[1]: Entering directory `/asterisk/apps'
gcc -shared -Xlinker -x -o app_curl.so app_curl.o
-L/usr/lib -lcurl -L/usr/kerbe ros/lib -lssl -lcrypto
-lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv
-ldl - lz -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
-lresolv -L/usr/kerberos/lib -lidn -lssl -lcrypto
-lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err
-lk5crypto -lresolv -ldl -lz -lz
/usr/bin/ld: cannot find -lidn
collect2: ld returned 1 exit status
make[1]: *** [app_curl.so] Error 1
make[1]: Leavin...
2006 Apr 19
1
Error installing asterisk
...clude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -c -o app_curl.o app_curl.c
gcc -shared -Xlinker -x -o app_curl.so app_curl.o -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -L/usr/kerberos/lib -lidn -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz
/usr/bin/ld: no se puede encontrar -lidn
collect2: ld devolvi? el estado de salida 1
make[1]: *** [app_curl.so] Error 1...
2014 Nov 22
2
Tinc 1.0.24 build failed on OSX Mavericks
...ls for architecture x86_64:
"_res_9_init", referenced from:
_main_loop in net.o
ld: symbol(s) not found for architecture x86_64
The symbol is exported in /usr/lib/libresolv.9.dylib library. I'm not
familiar with autotools so I can't propose a patch, but it seems that
-lresolv ldflag is missing somewhere.
--
Best regards,
Vladimir
2005 Nov 24
1
[PATCH] Fix typos and an error
...e: /cvs/openssh/configure.ac,v
retrieving revision 1.307
diff -u -r1.307 configure.ac
--- configure.ac 12 Nov 2005 07:42:37 -0000 1.307
+++ configure.ac 24 Nov 2005 09:00:16 -0000
@@ -410,8 +410,8 @@
*-sni-sysv*)
# /usr/ucblib MUST NOT be searched on ReliantUNIX
AC_CHECK_LIB(dl, dlsym, ,)
- # -lresolv needs to be at then end of LIBS or DNS lookups break
- AC_CHECK_LIB(res_query, resolv, [ LIBS="$LIBS -lresolv" ])
+ # -lresolv needs to be at the end of LIBS or DNS lookups break
+ AC_CHECK_LIB(resolv, res_query, [ LIBS="$LIBS -lresolv" ])
IPADDR_IN_DISPLAY=yes
AC_DEFINE(USE...
2007 Aug 08
0
libpthread warning while compiling samba 3.0 on Suse Linux (SLES 10)
...th-acl-support --with-winbind --with-smbmount --with-cifsmount --with-aio-support
> configure:66245: checking if libpthread is linked
> configure:66268: gcc -o conftest -O -D_SAMBA_BUILD_=3 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wl,-rpath,/usr/lib conftest.c -lcrypt -lresolv -lresolv -lnsl -ldl -lrt >&5
> configure:66274: $? = 0
> configure:66281: result: yes
> configure:66284: WARNING: using libpthreads - this may degrade performance
> configure:66504: result: Using libraries:
> configure:66506: result: LIBS = -lcrypt -lresolv -lresolv -lns...
2005 Jul 04
0
Problem linking with libdb
...o q_fifo.o q_sfq.o q_red.o q_prio.o
q_tbf.o q_cbq.o f_rsvp.o f_u32.o f_route.o f_fw.o q_dsmark.o q_gred.o f_tcindex.o q_ingress.o q_hfsc.o q_htb.o m_gact.o m_mirred.o m_ipt.o m_pedit.o p_ip.o p_icmp.o p_tcp.o p_udp.o ../lib/libnetlink.a ../lib/libutil.a tc_core.o tc_red.o tc_cbq.o tc_estimator.o -lresolv -L../lib -lnetlink -lutil -L/usr/local/BerkeleyDB.4.2/lib -L. -ltc -lm -ldl -o tc
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -shared -fpic q_netem.c -o q_netem.so
make[1]: Leaving directory `/home/src/iproute2-ss050607/tc'&...
2002 Feb 26
2
compile problems on netbsd with samba-latest & openldap-2.0.23
...) on netbsd (8500/180 powerpc).
Openldap compile procedure is running fine but when trying to compile
samba --with-ldapsam I get just this message :
config.log :
configure:13019: gcc -o conftest -O
-I/usr/local/openldap-2.0.23/include -L/usr/local/openldap-2.0.23/lib
conftest.c -lldap -llber -lresolv -lcrypt 1>&5
configure: failed program was:
#line 13015 "configure"
#include "confdefs.h"
#include "./tests/summary.c"
I also used netbsd's package mechanism but this also fails (edit
Makefile and add CONFIGURE_ARGS+=--with-ldapsam).
./configure script s...
2005 Feb 19
1
Samba with ADS
...***********************************
building shared krb5support library (0.0)
set -x; objlist=`set -x && perl -p -e '$e=$ARGV; $e =~ s/OBJS\...$//; s/^/
/; s/ $//; s/ / $e/g;' OBJS.SH` && gcc -shared -h libkrb5support.so.0 -o
libkrb5support.so.0.0 $objlist -R/usr/local/lib -lresolv -lsocket -lnsl
+ set -x
+ perl -p -e $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;
OBJS.SH
objlist= threads.so fake-addrinfo.so
+ gcc -shared -h libkrb5support.so.0 -o libkrb5support.so.0.0 threads.so
fake-addrinfo.so -R/usr/local/lib -lresolv -lsocket -lnsl
ld: fatal: file threads.so:...
2001 Apr 19
0
Fwd: Re: 2.2 release imminent.
...gt;
>Let me know if this helps (I have a diff of the source/configure script
>listed below):
>
># diff configure.orig configure
>10788c10788,10836
>< LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err"
>---
> > echo $ac_n "checking for dn_expand in -lresolv""... $ac_c" 1>&6
> > echo "configure:10725: checking for dn_expand in -lresolv" >&5
> > ac_lib_var=`echo resolv'_'dn_expand | sed 'y%./+-%__p_%'`
> > if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var&...
2006 Feb 14
2
mysql/ruby + gcc 3.2 ?
...ux -I. -DHAVE_MYSQL_SSL_SET
-DHAVE_MYSQL_H -I/usr/include/mysql -mcpu=i486 -fno-strength-reduce
-c mysql.c
gcc -shared -L''/usr/local/lib'' -Wl,-R''/usr/local/lib'' -o mysql.so
mysql.o -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lc
-lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv
-ldl -lcrypt -lm -lc
make install
/usr/bin/install -c -m 0755 mysql.so
/usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/lib
Successfully installed mysql-2.7
2005 Jan 20
0
SASL build error on solaris 8
...all -W -Wall -g -O2 -L/usr/local/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libsasl2.la -rpath =/usr/local/lib -version-info 2:15:0 auxprop.lo canonusr.lo checkpw.lo client.lo common.lo config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo dlopen.lo plugin_common.lo -ldl -lresolv -lsocket -lnsl -lresolv -lresolv -lresolv -lsocket
libtool: link: only absolute run-paths are allowed
*** Error code 1
make: Fatal error: Command failed for target `libsasl2.la'
Current working directory /export/home/fmg/ads/cyrus-sasl-2.1.15/lib
*** Error code 1
make: Fatal error: Command fai...
2004 Nov 16
1
solaris samba ldap
...ng for ldap_domain2hostlist... no
checking for ldap_set_rebind_proc... no
checking whether ldap_set_rebind_proc takes 3 arguments... 3
checking for ldap_initialize... no
configure: WARNING: libldap is needed for LDAP support
-------------------
Using libraries:
LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl
AUTH_LIBS =
the build completes without linking to libldap or liblder, samba
starts but doesn't recongnize any ldap settings.
configure options below.
CC=cc LDFLAGS="-L/usr/local/openldap/lib"
CPPFLAGS="-I/usr/local/openldap/include"
./configure -...
2002 Feb 22
0
(no subject)
...FreeBSD 4.5
Samba: 2.2.3a
OpenLDAP: 2.0.21
I get the follwing error compiling samba, with ldap, winbind and pam:
--------------------------------------------------------------------------
configure:13030: cc -o conftest -O -O -pipe -I/usr/local/include
-L/usr/local/l
ib conftest.c -lldap -llber -lresolv -lcups -lpam 1>&5
/usr/libexec/elf/ld: cannot find -lresolv
configure: failed program was:
#line 13026 "configure"
#include "confdefs.h"
#include "./tests/summary.c"
----------------------------------------------------------------------------
My guess is that...
2003 Oct 08
0
Compiling Samba3.0.0 on Solaris2.6
...rying to compile up Samba with active-directory support.
I've got Solaris2.6, gcc, openldap-2.1.22 and MIT kerberos5 1.3.1
ldap and kerberos are all compiled up happily.
Running ./configure --with-ads on Samba configures things OK, and the
result is:
Using libraries:
LIBS = -lsec -lgen -lresolv -lsocket -lnsl
KRB5_LIBS = -L/usr/local/lib -lgssapi_krb5 -lkrb5 -lk5crypto
-lcom_err -lsocket -lnsl -lresolv
LDAP_LIBS = -llber -lldap
AUTH_LIBS =
However, when running make, I get:
Using FLAGS = -g -O2 -I/usr/local/include -I./popt -Iinclude
-I/usr/local/install/samba-3.0.0/s...
2004 Nov 23
2
-lssl
...cvs source.
Compiled and installed zaptel ok
Running make asterisk returns the following error message
/usr/bin/ld cannot find -lssl
collect2: ld returned 1 exit status
The last part of the compile messages on screen are-
editline/libedit.a db1.ast/libdb1.a stdtime/libtime.a -ldl -lncurses -lm
-lresolv -lssl
There is obviously something I have not installed, but what ?
Have searched archives and thro package descriptions and come up with
nothing
Any help appreciated
--
Clive
Email : clive.carter@sbcs.co.uk
Alt : clivecarter@orange.net
Tel : 0845 0043366
Alt : 01952 402032
SIP : 844...
2003 Jul 23
0
Problems compiling samba-3.0.0beta3 on Solaris 8 with ldap
...in file
shutdown /opt/lib/liblber.so
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:25032: $? = 1
configure:25050: result: no
I really think my problem sounds like bug# 125 - needing the -lresolv
libraries since if I try a test c program, I do need to include -lresolv
otherwise I get the above error. And, I'd guess once that fails, nothing else
will work since it doesn't know to include -llber or -lresolv.
I tried the latest configure.in in the cvs source but I got autogen.sh er...