search for: lsocket

Displaying 20 results from an estimated 408 matches for "lsocket".

Did you mean: socket
2000 Jun 19
1
configure problem on UnixWare 7.1.1
...the tests but configure still failed with ... checking for getpagesize... yes checking for OpenSSL directory... configure: error: Could not find working SSLeay / OpenSSL libraries, please install Thanh configure:2302: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c -lsocket -lnsl -lz -lgen -lsocket 1>&5 configure:2543: checking for OpenSSL directory configure:2582: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c -lsocket -lnsl -lz -lgen -lsocket -lcrypto 1>&5 configure:2571: openssl/rand.h: No such file or directory config...
2017 Mar 13
1
[PATCH] v2v: support no socket for <listen type='socket'>
...a/v2v/create_libvirt_xml.ml +++ b/v2v/create_libvirt_xml.ml @@ -249,7 +249,9 @@ let create_libvirt_xml ?pool source target_buses guestcaps let sub = e "listen" [ "type", "network"; "network", n ] [] in append_child sub graphics | LSocket s -> - let sub = e "listen" [ "type", "socket"; "socket", s ] [] in + let attrs = [ "type", "socket" ] @ + (match s with None -> [] | Some s -> [ "socket", s ]) in + let sub = e &quo...
2000 Nov 09
2
SCO Openserver Patch
...Here is the universal patch fo configure to allow it to work with openserver. --- configure Sun Nov 5 21:25:18 2000 +++ /configure Thu Nov 9 14:18:21 2000 @@ -1685,7 +1685,7 @@ LDFLAGS="$LDFLAGS -L/usr/local/lib" MANTYPE='$(CATMAN)' mansubdir=cat - LIBS="$LIBS -lgen -lsocket -los -lprot -lx" + LIBS="$LIBS -lgen -lsocket -los -lprot -lx -ltinfo -lm" no_dev_ptmx=1 RANLIB=true cat >> confdefs.h <<\EOF @@ -1703,11 +1703,12 @@ LDFLAGS="$LDFLAGS -L/usr/local/lib" MANTYPE='$(CATMAN)' mansubdir=cat - LIBS="$LIBS -lg...
2003 Apr 20
1
log of build of 2.2.8a on Solaris9 using SUN's studio7 cc.
...ba/var/locks" -DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/usr/bin/passwd" -DSMB_PASSW D_FILE="/usr/local/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb" Using LIBS = -lssl -lcrypto -lsec -lgen -lsocket -lnsl -ldl -lpam -lpopt Compiling smbd/server.c Compiling smbd/files.c Compiling smbd/chgpasswd.c Compiling smbd/connection.c Compiling smbd/utmp.c Compiling smbd/session.c Compiling smbd/dfree.c Compiling smbd/dir.c Compiling smbd/password.c Compiling smbd/conn.c Compiling smbd/fileio.c Compiling...
2001 Jul 13
0
Solaris 2.6: Undefined symbol seed_rng - solution (-lssh -lopenbsd-compat -lssh)
Hi, > maas34:openssh-2.9p2 {172} make > gcc -o ssh-keyscan ssh-keyscan.o -L. -Lopenbsd-compat/ -R/home/eedalf/lib -L/home/eedalf/lib -L/home/eedalf/lib -ldsocks -L/opt/local/zlib-1.1.2/lib -L/usr/local/lib -R/usr/local/lib -lssh -lopenbsd-compat -lz -lsocket -lnsl -lgen -lcrypto > Undefined first referenced > symbol in file > seed_rng openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o) > ld: fatal: Symbol referencing errors. No output written to ssh-ke...
2017 Aug 26
1
a bit further along - OpenSSL - Re: trouble compiling Dovecot 2.2.31 on Solaris 10 SPARC - libssl_iostream_openssl.so is not portable!
...bs/libhttp.a > ../lib-dns/.libs/libdns.a ../lib-ssl-iostream/.libs/libssl_iostream.a > ../lib-master/.libs/libmaster.a ../lib-settings/.libs/libsettings.a > ../lib-test/.libs/libtest.a ../lib/.libs/liblib.a > ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so -lcrypto -lrt -lnsl > -lsocket -lsendfile -lcrypt -R/Applications/dovecot-2.2.31.32/lib/dovecot I simulated your compile arguments as best as I could, and compared the libtool command in my compile logs with your's. (mine) Mine: -lssl -lcrypto -lrt -lnsl -lsocket -lsendfile (your's) -lcrypto -lrt -lnsl -lsocke...
1998 Oct 15
1
Problem to map home dir
...DLINUX -DNETGROUP -DALLOW_CHANGE_PASSWORD -DFAST_SHARE_MODES -DNO_ASMSIGNALH -DGLIBC2 # LIBSM = -lnsl -lcrypt # This is for SUNOS5.4 and later (also known as Solaris 2.4 and later) # contributed by Andrew.Tridgell@anu.edu.au # FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES # LIBSM = -lsocket -lnsl # AWK = nawk # This is for SUNOS 5.2 and 5.3 (also known as Solaris 2.2 and 2.3) # contributed by hdsi@newtech.net # FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DNO_STRFTIME -DFAST_SHARE_MODES # LIBSM = -lsocket -lnsl # AWK = nawk # This is for UXP/DS # contributed by dsfrost@oai6.yk.fujit...
2001 Nov 02
1
png and jpeg libs for Solaris
...stic/apps/R/libs-2.7/include conftest.c >/dev/null 2>conftest.out configure:13658: checking if libpng version >= 1.0.5 configure:13675: checking for png_create_write_struct in -lpng configure:13694: gcc -o conftest -g -O2 -I/erd/statistic/apps/R/libs-2.7/include conftest.c -lpng -lnsl -lsocket -lreadline -ldl -ltermcap -lm -L/erd/statistic/apps/R/libs-2.7/lib -lnsl -lsocket -lreadline -ldl -ltermcap -lm -L/erd/statistic/apps/R/libs-2.7/lib 1>&5 Undefined first referenced symbol in file deflateInit2_ /erd/statistic/apps/R/libs-2.7/lib/libpng.a(pngwutil.o) deflateRese...
2000 Dec 31
1
utime() -> utimes()
ChangeLog says - markus at cvs.openbsd.org 2000/09/21 05:11:42 scp.c utime() to utimes(); mouring at pconline.com SCO's Open Server 3 does not have utimes. ... gcc -o scp scp.o -L. -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/ssl -ls sh -lopenbsd-compat -lz -lsocket -lgen -lsocket -los -lprot -lx -ltinfo -lm -lc rypto undefined first referenced symbol in file utimes scp.o ld fatal: Symbol referencing errors. No output written to scp gmake: *** [scp] Error 1 ... -- Tim Rice Mu...
2016 Sep 21
1
[PATCH] v2v: Support <listen type='socket'> and <listen type='none'> (RHBZ#1378022).
...th - | None -> LNone + | None -> LNoListen | Some n -> LNetwork n ) + | Some "socket" -> + (match xpath_string "listen[1]/@socket" with + | None -> LNoListen + | Some n -> LSocket n + ) + | Some "none" -> + LNone | Some t -> warning (f_"<listen type='%s'> in the input libvirt XML was ignored") t; - LNone + LNoListen ) in let port = mat...
2006 May 20
1
building a library for common/ [was: minor building issues (svn HEAD revision 427)]
...-Dsolaris2 > -I/software/openssl-0.9.7_runtime/include -I. > -I/software/netsnmp-5.3/include -o snmp-ups snmp-ups.o main.o dstate.o \ > ../common/state.o ../common/upsconf.o ../common/parseconf.o \ > ../common/common.o ../common/setenv.o ../common/inet_aton.o > -lnsl -lsocket -L/software/openssl-0.9.7_runtime/lib > -R/software/openssl-0.9.7_runtime/lib:/software/libz-1.1.4_runtime/lib > -L/software/netsnmp-5.3/lib -lnetsnmp -lgen -lcrypto -lkstat -lelf -lm > -lnsl -lsocket -ladm > ld: fatal: symbol `setenv' is multiply-defined: > (file ../c...
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: wrong ELF...
2004 Aug 06
1
compiling ices on solaris 9 / sparc
Hello, I am also trying to get ices working on Solaris. thanks in advance ED <p>4-solaris-64int/CORE -lperl -ldl -lc -L/usr/lib -lxml2 -lz -lsocket -lnsl -lm -R/usr/local/lib -R/usr/local/lib -R/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -R/usr/lib Undefined first referenced symbol in file inet_aton ../libshout/.libs/libices.al(sock.lo) ld: fatal: Symbol referencing errors. No output written to ices coll...
2011 Jun 12
1
Unable to compile --with-mysql on Solaris
...onftest -std=gnu99 -I/usr/mysql/5.1/include/mysql -Wall -W -Wmissing-prototypes -Wmissin g-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -I/usr/mysql/5.1/include/mysql -R /usr/mysql/5.1/lib/amd64/mysql -L/usr/mysql/5.1/lib/amd64/mysql conftest.c -lmysqlclient -lnsl -lsocket -lrt -l sendfile -L/opt/SUNWspro/lib -lCrun -lrt -L/usr/mysql/5.1/lib/mysql -R/usr/mysql/5.1/lib/mysql -lmysqlclient -lz -lgen -lsocket -lnsl -lm -lz -lm >&5 ld: fatal: library -lCrun: not found ld: fatal: file processing errors. No output written to conftest collect2: ld returned 1 exit st...
2004 Oct 23
1
Issues with compiling wine
...n alias. */ | #if defined (__stub_connect) || defined (__stub___connect) | choke me | #else | char (*f) () = connect; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != connect; | ; | return 0; | } configure:4048: result: no configure:4052: checking for connect in -lsocket configure:4082: gcc -o conftest -g -O2 conftest.c -lsocket -lnsl >&5 configure:4088: $? = 0 configure:4091: test -z || test ! -s conftest.err configure:4094: $? = 0 configure:4097: test -s conftest configure:4100: $? = 0 configure:4113: result: yes configure:4122: checking for remove...
1999 Jan 05
1
Compiling 1.9.18p10 or p8 on SCO OSR5.0.4
...s" -DWORKGROUP="WORKGROUP" -DGUEST_ACCOUNT="nobody" -DDRIVERFILE="/usr/local/samba/lib/printers.def" -DSCO -DSHADOW_PWD -DSM B_PASSWD="/usr/local/samba/bin/smbpasswd" -DSMB_PASSWD_FILE="/usr/local/samba/pr ivate/smbpasswd" Using LIBS = -lsec -lsocket /usr/lib/libcrypt_i.a -lintl I am not a C programmer and therefore have no idea how to fix the problem. I get the same messages if I use "1.9.18p10" or "1.9.18p8". I am running SCO OpenServer 5.0.4 with supplement rs504c applied. The section of the Makefile that I have un-...
2004 Nov 16
1
solaris samba ldap
...ap_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 --with-lda...
2002 Feb 28
0
RE: solaris 8/samba3.0alpha15: ld.so.1: ls: fatal: relocation err or: file /lib/nss_winbind.so.1: symbol socket: referenced symbol not fou nd
The LIBS line at the top of the Makefile read: LIBS=-lsec -lgen -lresolv -lsocket -lnsl -ldl Is there somewhere else that I need to add -lsocket? David -----Original Message----- From: Andrew Bartlett [mailto:abartlet@pcug.org.au] Sent: Thursday, February 28, 2002 4:22 PM To: David Edward Shapiro Cc: 'samba-technical@lists.samba.org'; 'samba@lists.samba.org'...
2003 Oct 08
0
Compiling Samba3.0.0 on Solaris2.6
...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/source/inc...
2009 Aug 15
10
** PLEASE HELP A NEWBIE ** Status: 500 Internal Server Error no such file to load -- mysql
Hello All, I have managed to upgrade ruby to 1.8.7. However, when I use Terminal and ''cd'' to the app and run ''ruby script/ server'' ... I get an error when i click the link ''about your applications environment''. When I look into Terminal, it suggests Status: 500 Internal Server Error no such file to load -- mysql How do I overcome this?