Displaying 20 results from an estimated 380 matches for "lcrypt".
Did you mean:
crypt
2015 Feb 12
3
[PATCH 1/2] run: Set DYLD_LIBRARY_PATH along with LD_LIBRARY_PATH
Mac OS X uses DYLD_LIBRARY_PATH rather than LD_LIBRARY_PATH.
---
run.in | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/run.in b/run.in
index a8c2904..bf7ea1b 100755
--- a/run.in
+++ b/run.in
@@ -77,13 +77,10 @@ fi
2014 Nov 11
1
[PATCH] use pkg-config to look up ncurses
..._CFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/fish \
-pthread \
- $(LIBLZMA_CFLAGS)
+ $(LIBLZMA_CFLAGS) \
+ $(LIBCURSES_CFLAGS)
EXTRA_DIST = \
$(SOURCES) \
@@ -172,7 +173,7 @@ OCAMLCLIBS = \
-L../src/.libs -lutils \
-L../gnulib/lib/.libs -lgnu \
-pthread -lpthread \
- -ltinfo -lcrypt
+ $(LIBCURSES_LIBS) -lcrypt
if HAVE_OCAMLOPT
virt-builder: $(OBJECTS)
diff --git a/configure.ac b/configure.ac
index a571de5..1c38084 100644
--- a/configure.ac
+++ b/configure.ac
@@ -352,19 +352,13 @@ struct sockaddr_un myaddr;
AC_DEFINE_UNQUOTED([UNIX_PATH_MAX], $unix_path_max, [Custom va...
2006 May 09
1
xmalloc symbol in libssh
.../libexec/lukemftpd/../../contrib/lukemftpd/src -I/usr/src/libexec/lukemftpd/../../lib/libc/stdtime -I/usr/src/libexec/lukemftpd/../../bin/ls -DUSE_OPIE -DLOGIN_CAP -DUSE_PAM -fstack-protector -static -o lukemftpd cmds.o conf.o ftpd.o ftpcmd.o popen.o strsuftoll.o ls-unmain.o cmp.o print.o util.o -lcrypt -lutil -lm -lopie -lmd -lpam -lkrb5 -lasn1 -lcrypto -lcrypt -lroken -lcom_err -lradius -ltacplus -lcrypt -lutil -lopie -lmd -lssh -lcrypto -lcrypt -lypclnt
% /usr/obj/usr/src/tmp/usr/lib/libssh.a(xmalloc.o)(.text+0xd0): In function `xstrdup':
% : multiple definition of `xstrdup'
% ftpd.o(....
2014 Nov 05
2
[PATCH] Use -ltinfo instead of -lncurses.
...insertions(+), 15 deletions(-)
diff --git a/builder/Makefile.am b/builder/Makefile.am
index f747fc3..7b66afb 100644
--- a/builder/Makefile.am
+++ b/builder/Makefile.am
@@ -172,7 +172,7 @@ OCAMLCLIBS = \
-L../src/.libs -lutils \
-L../gnulib/lib/.libs -lgnu \
-pthread -lpthread \
- -lncurses -lcrypt
+ -ltinfo -lcrypt
if HAVE_OCAMLOPT
virt-builder: $(OBJECTS)
diff --git a/configure.ac b/configure.ac
index 3165e96..8916ebd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -355,14 +355,14 @@ struct sockaddr_un myaddr;
dnl tgetent, tputs and UP [sic] are all required. They come from libtinfo...
2015 Feb 12
0
[PATCH 2/2] lib: Check if crypt() comes from a separate library
....964617f 100644
--- a/builder/link.sh.in
+++ b/builder/link.sh.in
@@ -19,4 +19,4 @@
# Hack automake to link binary properly. There is no other way to add
# the -cclib parameter to the end of the command line.
-exec "$@" -linkpkg -cclib '-pthread -lpthread -lutils @LIBTINFO_LIBS@ -lcrypt @LIBLZMA_LIBS@ @LIBXML2_LIBS@ @LIBINTL@ -lgnu'
+exec "$@" -linkpkg -cclib '-pthread -lpthread -lutils @LIBTINFO_LIBS@ @LIBCRYPT_LIBS@ @LIBLZMA_LIBS@ @LIBXML2_LIBS@ @LIBINTL@ -lgnu'
diff --git a/configure.ac b/configure.ac
index d68190a..9d95c2c 100644
--- a/configure.ac
+++ b/...
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!
...enssl-1.0.2l.32/lib ./.libs/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)
-...
1999 Jan 20
0
Makefile without LIBS= -lcrypt
Hi,
I am new and this is the first step with new samba.
Which Linux-Lib do i need to get LIBS= -lcrypt
in Makefile ??
I installed already /usr/lib/libdes.a.
Klaus-Peter Dombrofsky
Abt.: EEA
Brueckner Maschinenbau GmbH
mailto:Klaus.Dombrofsky@Brueckner.de
http://www.spotlight.de/lug/
########################
Don't let your friends boot NT
########################
Linux is like a Wigwam:
No W...
2006 Jul 27
2
more on file upload
...39;d like
> to
> > start
> > > > off by trying to use those.
> > > >
> > > > thanks
> > > >
> > > > --
> > > > gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o
> > > > -lruby-static -ldl -lcrypt -lm -o ruby
> > > > Everyone is trying their hardest to do their job but management has
> set
> > it
> > > > up so that it''s impossible.
> > > > Take the control over your money, track your expenses
> > http://justbudget.com
> > &g...
2000 Aug 06
1
problems compiling sshd on slackware 7.x
Hi,
I tried to compile openssh-2.1.1p4 on a slackware 7.1 (and then on a
slackware 7.0). you need to supply -lcrypt because otherwise
auth-passwd.c line 135 calls the wrong crypt and sshd will never let
you log in. (took a while to figure that out.)
I tried './configure --with-libs crypt' but
configure doesn't seem to understand me ;)
checking host system type... Invalid configuration `crypt':...
2002 Jun 25
1
use libcrypt before libcrypto
...in
openbsd/netbsd). we need to use crypt() in libcrypt, not in licrypto,
as much as possible.
itojun
--- configure.ac.orig Tue Jun 25 10:56:47 2002
+++ configure.ac Tue Jun 25 10:57:25 2002
@@ -697,6 +702,9 @@
)
fi
+# use libcrypt if there is
+AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt")
+
# Search for OpenSSL
saved_CPPFLAGS="$CPPFLAGS"
saved_LDFLAGS="$LDFLAGS"
@@ -761,12 +769,6 @@
]
)
-# Some Linux systems (Slackware) need crypt() from libcrypt, *not* the
-# version in OpenSSL. Skip this for PAM
-if test "x$PAM_MSG" = "xno" -...
2006 Jul 24
18
difference between running unabridged
...n Jul 24 15:50:18 2006] [error] [client 192.168.11.100] \tfrom
/home/mathieu/mv/rf/public/diary.cgi:341
[Mon Jul 24 15:50:18 2006] [error] [client 192.168.11.100] Premature end of
script headers: diary.cgi
--
gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o
-lruby-static
-ldl -lcrypt -lm -o ruby
Everyone is trying their hardest to do their job but management has set it
up so that it''s impossible.
Take the control over your money, track your expenses http://justbudget.com
Mathieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://r...
2002 Feb 19
3
ACL fully functional?
I have compiled both my kernel (2.4.17) and samba (2.2.3a) to support
ACL/EAs. It looks like it has gone well, but I get one message that
worries me, but I don't know if it should or not.
checking whether to support ACLs... checking for acl_get_file in -lacl... yes
checking for ACL support... yes
Using posix ACLs
checking for acl_get_perm_np... no
As you can see, the last line is where my
2004 Jun 17
1
Fwd: Re: Question on undefined reference to 'crypt'
Hello
Thanks for your response. The platform is lynxos. However when I add --with-ldflags=-lcrypt
I get the following error:
WS5000# ./configure --with-ssl-dir=/usr/local --with-ldflags=-lcrypt
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
chec...
2001 Jan 03
1
PORT BUG: openssh 2.3.0p1 in Linux Slackware 7
...I had a problem using
openssh 2.3.0p1. Slackware 7 uses shadow passwords. Openssh picks up the
shadow password information correctly but doesn't encrypt the incoming
password properly so all password authentication fails.
The problem is that sshd *must* be compiled with the link flag
'-lcrypt' which includes libcrypt with the proper password crypt()
function. Without '-lcrypt', a different crypt() function (from the C
library, I guess) is used which isn't compatible with the shadow password
suite distributed with Slackware. In Slackware 7, libcrypt is in /lib so
no ...
2015 Mar 03
2
Building for CygWin without OpenSSL fails
...h-portable-master/openbsd-compat/xcrypt.c:83:
undefined reference to `crypt'
/cygdrive/c/openssh-portable-master/openbsd-compat/xcrypt.c:83:(.text+0x5):
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
`crypt'
I tried to do
./configure --without-openssl --with-ldflags=-lcrypt
but configure fails with
checking compiler and flags for sanity... no
configure: error: *** compiler cannot create working executables,
check config.log ***
Here is my config.log
https://www.dropbox.com/s/65jqwybfh4m4msh/config.log?dl=0
I think have libcrypto and not sure what to do next
ls -...
2006 Jul 25
4
about PATH_INFO and FastCGI
...mping needs to cut PATH_INFO from SCRIPT_FILENAME.
also, I quickly saw a reference about FILEPATH_INFO, I''m not sure what is
the difference. or if we can use it.
/me back to work..... tanoshimi ne
--
gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o
-lruby-static
-ldl -lcrypt -lm -o ruby
Everyone is trying their hardest to do their job but management has set it
up so that it''s impossible.
Take the control over your money, track your expenses http://justbudget.com
Mathieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://r...
2014 Nov 04
0
[PATCH 3/9] build: check for libintl, and use it
...a/customize/Makefile.am b/customize/Makefile.am
index 56c5ad5..c945685 100644
--- a/customize/Makefile.am
+++ b/customize/Makefile.am
@@ -124,7 +124,7 @@ OCAMLCFLAGS = $(OCAML_FLAGS) $(OCAML_WARN_ERROR) $(OCAMLPACKAGES)
OCAMLOPTFLAGS = $(OCAMLCFLAGS)
OCAMLCLIBS = \
- $(LIBXML2_LIBS) -lncurses -lcrypt \
+ $(LIBXML2_LIBS) $(LIBINTL) -lncurses -lcrypt \
-L../src/.libs -lutils \
-L../gnulib/lib/.libs -lgnu
diff --git a/df/Makefile.am b/df/Makefile.am
index 29e0bf5..e56ac79 100644
--- a/df/Makefile.am
+++ b/df/Makefile.am
@@ -71,6 +71,7 @@ virt_df_LDADD = \
$(top_builddir)/src/libguestfs.la...
2007 Mar 16
2
crypt missing (configure problem)
Hi, I need some feedback for the following problem I encountered
compiling dovecot.
It seems to be a wrong check in configure, that comes out in a fatal
error (crypt symbol not found because the -lcrypt is omitted).
With these configure parameters no crypt module is recognized (and so
the need_crypt variable is still off), but at compile time gcc fails
to create executables.
I solve the issue forcing the need_crypt variable to on in configure,
but maybe it can be solved clearly adding the right c...
2018 Jan 23
1
[PATCH] customize: Use libxcrypt if available to provide crypt(3).
.../guestfs-misc-libraries.m4
@@ -17,14 +17,25 @@
dnl Miscellaneous libraries used by other programs.
-dnl Check if crypt() is provided by a separate library.
-old_LIBS="$LIBS"
-AC_SEARCH_LIBS([crypt],[crypt])
-LIBS="$old_LIBS"
-if test "$ac_cv_search_crypt" = "-lcrypt" ; then
- LIBCRYPT_LIBS="-lcrypt"
-fi
-AC_SUBST([LIBCRYPT_LIBS])
+dnl glibc 2.27 removes crypt(3) and suggests using libxcrypt.
+PKG_CHECK_MODULES([LIBCRYPT], [libxcrypt], [
+ AC_SUBST([LIBCRYPT_CFLAGS])
+ AC_SUBST([LIBCRYPT_LIBS])
+],[
+ dnl Check if crypt() is provided by...
2009 Oct 20
1
RPgSQL installation problem
Hi everybody
I am trying to install RPsSQL and get the following error message:
When I do ./configure form the untarred source directory I get
loading cache ./config.cache
checking for crypt in -lcrypt... no
No crypt function found
When I use the Package installer in R I get
install.packages("/Users/christiaanpauw/tmp/RPgSQL/", , NULL, type =
"source")
Warning in install.packages("/Users/christiaanpauw/tmp/RPgSQL/", , NULL, :
argument 'lib' is missing: u...