Displaying 19 results from an estimated 19 matches for "openssldir".
2015 Jun 05
2
[LLVMdev] LLVM-ar and openssl
...vm-ar on Ubuntu 64 bits.
Does anyone knows why? I searched in the llvm-ar doc in order to find if there was an argument or something like that.
For information, I configured openssl with the following parameters :
./Configure darwin64-x86_64-cc enable-ec_nistp_64_gcc_128 no-ssl2 no-ssl3 no-comp --openssldir=/usr/local/ssl/macos-x86_64
And I replaced this line AR= ar $(ARFLAGS) r in the Makefile with this AR= /path/to/llvm-ar $(ARFLAGS) r
Greetings,
Johan Wehrli
2018 Jun 14
0
CentOS7: Setting up ldap over TLS in kickstart file
...n difference is that you install a bundle of certifcates rather
than a single one. There are two issues:
1. Hashing a certificate bundle does no good as far as I know. Hashes
only work on a single cert, right?
2. Unless told otherwise, openssl looks in only one place for a cert
bundle: ${OPENSSLDIR}/cert.pem (where the value of OPENSSLDIR can
be discovered by running "openssl version -d").
You might take a peek at the ldap_tls_cacertdir discussion in the
sssd-ldap(5) man page, which specifies that certificates should be in
individual files.
My suggestion would be to isolate...
2001 Feb 19
1
OpenSSH-2.5.1p1 scp hangs when scping into an RH (6.0|7.0) box
...rce on my Debian potato box
using:
--prefix=/usr/local/openssh --enable-gnome-askpass --with-tcp-wrappers
--with-ipv4-default --with-ipaddr-display
--libexecdir=/usr/local/openssh/lib --disable-suid-ssh --with-pam
I am running OpenSSL-0.9.5a compiled from source with:
--prefix=/usr/local/openssl --openssldir=/usr/local/openssl
I can scp into my other Debian (woody/testing and potato/stable) boxes
and my OpenBSD 2.8 box without issue.
However, when trying to scp a file to an RH 6.0 or 7.0 (the only two
available to me currently) machine, scp hangs after authentication.
Even if I use -v, there is not m...
2008 Jul 03
4
install/enable openssl for rails 2.0.2
I was trying to install Redmine on rails 2.0.2 and I received the
following error message:
no such file to load -- openssl
I went to /ruby-1.8.6/ext/openssl and typed make and received the
following error message:
make: Nothing to be done for `all''.
My question is: How can I install or enable openssl for ruby 1.8.6 in
order to complete my install for rails.
Thank you!
--
Posted
2004 Aug 12
2
Can't locate Net/LDAP.pm in @INC
Hi guys,
I am trying to migrate my NT 4 users to samba and these are the steps that I used for installing samba.
BerkeleyDB
../dist/configure --prefix=/usr
make
make install
MIT Kerberos
./configure --prefix=/usr
make
make install
make check
OpenSSL
./config --openssldir=/usr
make
make install
Cyrus SASL
cd cyrus-sasl-2.1.19
./configure --prefix=/usr --with-dbpath=/usr/etc/sasldb2 --with-dblib=berkeley --with-bdb-libdir=/usr/lib --with-bdb-incdir=/usr/include --with-openssl=/usr --with-plugindir=/usr/lib/sasl2
make
make install
OpenLDAP
env CPPFLAGS=”-I/usr/inc...
2018 Jun 14
3
CentOS7: Setting up ldap over TLS in kickstart file
Hi,
I'm facing a problem with setting up LDAP+TLS client authentication in a
kickstart script on CentOS7 for several days.
Setting up manualy the config with system-config-authentication works but I need
to automate this in kickstart for deploying cluster nodes.
This show that the server side is running fine.
At this time the message is
#systemctl status sssd
|....
2006 May 06
1
IPsec with racoon2
...ed
May 5 13:52:36 biosa-vm4 iked: [INTERNAL_ERR]: isakmp.c:647:isakmp_initiate_cont(): 0:172.20.36.55[0] - 172.20.36.52[0]:0x0:can't find
selector (index (null))
2006-05-05 13:53:54 [INFO]: main.c:269:main(): starting iked for racoon2 20051102a
2006-05-05 13:53:54 [INFO]: main.c:272:main(): OPENSSLDIR: "/etc/ssl"
2006-05-05 13:53:54 [INFO]: main.c:282:main(): reading config /usr/local/etc/racoon2.conf
2006-05-05 13:53:54 [DEBUG]: ike_conf.c:3247:ike_conf_check_consistency(): checking configuration
2006-05-05 13:53:54 [DEBUG]: if_spmd.c:350: spmd I/F connection ok: 220 F8A......76C2B9
2...
2000 Nov 15
4
Openssh-2.3.0p1 protocol 2 problem
...: As I change default configuration files I do regenerate server keys
with make host-key-force as well as I generate user ("me") keys after those
changes.
I used openssl-0.9.6 ssl libraries with compile options:
client > ./Configure hpux-parisc-gcc -D_REENTRANT --prefix=/opt/openssl
--openssldir=/etc/opt/openssl
server > ./Configure linux-elf --prefix=/opt/openssl
--openssldir=/etc/opt/openssl no-asm no-shared.
Is somebody as some idea regarding this problem?
Thanks in advance for help,
Joel
NB: which ftp client could be used with sftp_server?
***********************************...
2000 Mar 13
0
following your openssh footsteps
...egd pointing to my
> egd.pl file.
I have not been able to make openssh work with openssl-0.9.5. I could
make it work with openssl-0.9.4. But I *had* to install rsaref.
I have to add that I do have /dev/random.
Here is how I configured
openssl:
========
./config -d --prefix=/space/local --openssldir=/space/local/openssl \
--install_prefix="$RPM_BUILD_ROOT" \
rsaref
then I ran make as
make PEX_LIBS="-L. -L.. -L../.. -L../../.. -L/space/local/lib"
openssh:
========
LDFLAGS="-L/space/local/lib" \
LIBS="-L/space/local/lib" \
CFLAGS=&qu...
2016 Dec 12
4
Dovecot 2.2.27 & windows 10 outlook (no auth attempts in 0 secs) error.
Aki Tuomi wrote:
>
> Can you do
>
> doveconf -a | grep auth_mech
>
auth_mechanisms = plain login
P.S. Seems this 2.2.24 is the last win10 compatible version (as my
testserver doesn't have win10 users and thunderbird works well), any
never version gives an error. However I didn't find any hint from
http://www.dovecot.org/list/dovecot-news/2016-July/000324.html etc.
--
2002 Jun 11
0
[Bug 272] New: Ctrl-C exits - Can not open TTY
...t other 26 Jun 10 14:46 /dev/tty
-> ../devices/pseudo/sy at 0:tty
# ls -la /devices/pseudo/sy at 0:tty
crw-rw-rw- 1 root tty 22, 0 Jun 10 14:46 /devices/pseudo/sy at 0:tty
# ls /usr/local/src/*ssl*
/usr/local/src/openssl-0.9.6d.tar.gz
# ./config --prefix=/usr/local --openssldir=/usr/local
# ls /usr/local/src/*ssh*
/usr/local/src/openssh-3.2.2p1.tar.gz
# ./configure --prefix=/usr/local --sysconfdir=/usr/local/etc --with-pid-
dir=/usr/local/etc --with-tcp-wrappers --with-egd-pool=/dev/egd-pool
------- You are receiving this mail because: -------
You are the assignee fo...
2003 Feb 06
2
OpenSSL compile problem
...lways reach to this error on configure:
---------------------
checking for RAND_pseudo_bytes... no
checking for OpenSSL_add_all_algorithms... no
checking for SSLeay_add_all_algorithms... no
----------------------
My openssl is 0.9.7 and is installed via this command:
./config --prefix=/usr/local --openssldir=/usr/local/openssl
I'm trying to build tic with this command:
./configure --localstatedir=/var --sysconfdir=/etc --with-openssl-include=/usr/local --with-openssl-lib=/usr/local/lib
or
./configure --localstatedir=/var --sysconfdir=/etc --with-openssl-include=/usr/local --with-openssl-lib=/us...
2017 Apr 05
1
libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64
...pports https... no
to
checking if libcurl supports https... yes
Here are the details
#remove curl
sudo apt-get purge --auto-remove curl
#remove openssl
sudo apt-get purge openssl
#install openssl from http://www.openssl.org/source/openssl-1.1.0e.tar.gz
./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl -Wl,-rpath=/usr/local/openssl/lib
make
make test
sudo make install
/usr/local/openssl/bin$ openssl version
OpenSSL 1.1.0e 16 Feb 2017
[OpenSSL commands were put together / modified from
https://geeksww.com/tutorials/libraries/openssl/installation/installing_openssl_o...
2008 Apr 21
3
FIPS 140-2 OpenSSL(2007) patches
...e.
Disabled RSA1 in FIPS mode.
Add central [FIPS] configuration (currently each binary has its own
configuration.)
Improve fork() logic.
Invite me for a drink.
Best,
Oren Nechushtan
P.S.
The patches are split into two due to mailing list size limitations:
[openssh.spec]
> %define openssldir /usr/local/ssl
> %define openssllib %{openssldir}/lib
> %define opensslinclude %{openssldir}/include
> export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):%{openssllib}
> export CC=gcc
> export LD=fipsld
>
> # --with-md5-passwords
198d221
< --with-md5-passwords \
209a233,2...
2017 Apr 04
2
libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64
Dear Dirk,
Do you mean binaries for R-3.3.3?
I could not find any link on the page you mention
I downloaded R-3.3.3.tar.gz from https://cran.r-project.org/src/base/R-3/
then ran
./configure
I also tried
./configure --enable-R-shlib
based on a suggestion found in
http://jenzopr.github.io/bioinformatics/2016/05/03/r-wheezy-build.html
Many thanks,
Lucio
On 4 April 2017 at 17:17, Dirk
2013 Jan 14
3
Inconsisten declaration of ssh_aes_ctr_iv()
Hi,
The 20130110 snapshot fails to build against OpenSSL 0.9.8 and 1.0.0
with the following error:
gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wno-pointer-sign -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fno-builtin-memset -fstack-protector-all -I. -I. -DSSHDIR=\"/tmp/foo/etc\" -D_PATH_SSH_PROGRAM=\"/tmp/foo/bin/ssh\"
2006 Aug 21
2
Dovecot SSL issue on Solaris 10 x64 (64-bit)
I'm having an issue with Thunderbird (and Opera) and Dovecot SSL on a
Solaris 10.
My OS is Solaris 10 6/06 x86 (running in 64-bit mode) using ZFS (disk
mirror) as the
filesystem for my users. Dovecot version is 1.0rc7 (logs below are from
1.0rc6).
First the connection asks if the SSL-certificate should be accepted,
accepting it
seems to work but then nothing happens. Thunderbird is
2004 Apr 12
1
Initial samba + ldap howto
...k, but could have spent that time figuring out what it all
means. Everything comes from various websites, but there is no site where
it is complete in one place.
-slackware 9.1
standard installation without samba and ldap etc. only basic + compiler +cups.
-openssl-0.9.7d
./config --prefix=/usr --openssldir=/etc/ssl shared zlib ; make ; make install
-perl-5.8.3
built with prefix=/usr , defaults accepted.
perl -MCPAN -e 'shell'
install Bundle::CPAN
(chose follow for dependencies)
install Net::LDAP
install Net::SSLeay
install IO::Socket::SSL
Net::SSLeay failed because of ou of memory
during tc...
2002 Aug 01
1
[Bug 375] New: sshd core dumping with msg "Cannot delete credentials"
...s just something obvious
that I'm missing (like PAM configuration ,etc).
Your help is greatly appreciated.
Steven
Now for the gorey details...
Using GCC version 3.0.3
Here is my build options for each package:
OpenSSL 0.9.6d: Configure solaris-sparcv7-gcc
--prefix=/opt/openssl-0.9.6d --openssldir=/opt/openssl-0.9.6d
Zlib 1.1.4: configure --prefix=/opt/zlib-1.1.4
PRNGD 0.9.24: make CC=gcc CFLAGS="-O -DSOLARIS26 D__EXTENSIONS__"
SYSLIBS="-lsocket -lnsl"
OpenSSH 3.1p1: configure --prefix=/opt/openssh-3.1p1 --with-pam
--without-rsh --sysconfdir=/etc/ssh --with-ssl-dir=...