Displaying 20 results from an estimated 800 matches similar to: "Need help to install dovecot on solaris 10 with openldap libs"
2006 May 31
1
Dovecot 1.0beta8 dovecot-auth consumes 100% CPU time on Solaris 10 amd64
Hello. I hope someone out there can help with this. It is getting pretty urgent.
I am running a Solaris 10 server on Opteron (amd64) hardware and have compiled
Dovecot 1.0beta8 from source. It has openssl compiled in (after much mucking
around with various environment variables and modifying the Makefile), and was
built with:
$ ./configure --with-ldap --with-ssl-dir=/etc/ssl
$ make
# make
2012 Mar 19
1
ABRT interpretation / guidance needed
Greetings -
I have a Centos 6 box fully updated that intermittently sends me an
"[abrt] full crash report" email. I am not familiar with these at all and
in my limited google search have not found good information to interpret
this information. The most recent (and the most frequent one) is listed
below, also I have listed the lines from /var/log/messages that correspond
to
2006 May 16
1
Solaris 10 x64 - crash report
Dear dovecot-devel
I have a newly built dovecot-1.0.beta8 crashing at start
May 16 11:11:33 zorch dovecot: [ID 475045 mail.info] Dovecot v1.0.beta8
starting up
May 16 11:11:34 zorch dovecot: [ID 920869 mail.error] Login process died
too early - shutting down
May 16 11:11:34 zorch dovecot: [ID 684838 mail.error] child 28853
(login) killed with signal 11
Built on Solaris 10u1 x64 with Studio11
2016 Aug 04
0
curl build system is broken and so is mock
Once upon a time, Alice Wonder <alice at domblogger.net> said:
> [alice at pern ~]$ ldd /usr/bin/curl |grep crypto
> libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f4524390000)
> libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007f45234ca000)
What do the following show:
ldd /usr/bin/curl
ldd /usr/lib64/libcurl.so.4
ldd /usr/lib64/libssh2.so.1
I can only guess
2015 Mar 30
0
sssd-ad cannot be installed with sernet samba
sernet-packages should normally replace the distribution packages. On my CentOS box it works really fine.
Do you have sernet-samba-libs installed?
Possibly you have sssd-ad already? Have you checked if there is a file /usr/lib64/sssd/libsss_ad.so or similar?
If yes, check the file's dependencies:
# ldd /usr/lib64/sssd/libsss_ad.so
linux-vdso.so.1 => (0x00007fff769dd000)
2004 Feb 24
4
Pam trouble
Hi folks,
I can't get dovecot to authenticate properly against ldap/pam.
I've been fiddling with it for several days now, to no avail. It keeps crashing
with:
Child died with signal 11
The system is Solaris9. Enclosed is a trace of dovecot-auth for a connection to
pop with correct username and password and my config.
Any help is appreciated.
Cheers
Benjamin
2020 Oct 05
2
logging lines in krb5.conf
On 10/5/2020 12:16 PM, Rowland penny via samba wrote:
> On 05/10/2020 17:01, Jason Keltz via samba wrote:
>> On 10/5/2020 11:58 AM, Rowland penny via samba wrote:
>>
>>> On 05/10/2020 16:30, Jason Keltz via samba wrote:
>>>> Hi.
>>>>
>>>> Using MIT5 backend with Samba..
>>> I hope you mean on the clients, the use of MIT as the
2006 Oct 31
0
PSARC/2002/762 Layered Trusted Solaris
Author: jpk
Repository: /hg/zfs-crypto/gate
Revision: e7e07b2f4fcfbe725493f4074f9e9f0d8bfd8e1c
Log message:
PSARC/2002/762 Layered Trusted Solaris
PSARC/2005/060 TSNET: Trusted Networking with Security Labels
PSARC/2005/259 Layered Trusted Solaris Label Interfaces
PSARC/2005/573 Solaris Trusted Extensions for Printing
PSARC/2005/691 Trusted Extensions for Device Allocation
PSARC/2005/723 Solaris
2008 Oct 01
2
samba-3.2.4 Solaris 9: configure gets error: Active Directory support requires ldap_initialize
Unable to compile samba-3.2.4 on Solaris 9 for sparc.
#building openldap
CC=gcc
#echo $CC
#exit
CPPFLAGS="-I/usr/local/include -I/usr/local/ssl/include
-I/usr/local/BerkeleyDB.4.2/include -I/usr/local/include/sasl"
LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib
-L/usr/local/BerkeleyDB.4.2/lib"
export CC CPPFLAGS LDFLAGS
#
CFLAGS='-D_AVL_H'
export CFLAGS
#
2006 Oct 31
0
6369912 LSARC 2004/811 uses solaris.smf.value authorizations. ON should introduce the auth_attr header line
Author: gww
Repository: /hg/zfs-crypto/gate
Revision: 013f5be6435e99fe3e66bbc0853df751e0b785ce
Log message:
6369912 LSARC 2004/811 uses solaris.smf.value authorizations. ON should introduce the auth_attr header line
Files:
create: usr/src/lib/libsecdb/help/auths/SmfValueHeader.html
update: usr/src/lib/libsecdb/auth_attr.txt
update: usr/src/lib/libsecdb/help/auths/Makefile
update:
2007 Apr 04
3
solaris 10 dovecot-1.0.rc29 - building issue
Hi all,
I'm having terrible time, and a lot of core dumps, building dovecot on
Solaris 10.
My environment:
gcc 3.3.2
LDFLAGS=-L/usr/local/ssl/lib -lssl -lcrypto \
-L/usr/local/BerkeleyDB.4.2/lib -ldb -L/usr/local/lib -lldap
CPPFLAGS=-I/usr/local/BerkeleyDB/include \
-I/usr/local/include -I/usr/local/ssl/include
my configure:
./configure --prefix=/usr/local --with-ldap
...that is:
2005 Dec 01
6
Linking against a specific Berkeley DB install
I sent this question to the OpenLDAP list yesterday, but I still haven't
seen the message come across the list. I am asking here in the hopes of
getting a faster response.
I am trying to compile OpenLDAP 2.3.11 from source on CentOS4. I have the
rpm for db4-4.2.52-7.1 installed and also a source build of BerkeleyDB in
/usr/local/BerkeleyDB.4.4.
How do I get OpenLDAP to link with the bdb
2015 May 15
1
Bug#785132: Bug#785132: No screen refresh on Windows 8.1 with xen-hypervisor-4.5-amd64
Hi,
Here the packages related to xen installed on my system :
ii grub-xen-bin 2.02~beta2-22 amd64 GRand
Unified Bootloader, version 2 (Xen binaries)
ii grub-xen-host 2.02~beta2-22 amd64 GRand
Unified Bootloader, version 2 (Xen host version)
ii libptexenc1 2014.20140926.35254-6 amd64 TeX
Live: pTeX encoding
2004 Dec 30
3
Problems migrating from WBEL
Hi folks:
I've recently migrated one of my production servers (bad Jason!) from
WBEL to CentOS 3.3 using Donavan's instructions in the FAQ
(http://www.centos.org/modules/smartfaq/faq.php?faqid=19). While it
was as painless as the document suggests, I've run into problems with
postgrey (a postfix greylisting daemon) on my server. Whenever I try
to start postgrey, I get the
2003 Nov 03
1
HELP: ServerWorks data corruption after 350 MB with BerkeleyDB 4.0?
Hi,
I received a bug report against BerkeleyDB 4 that may not be BerkeleyDB
related, but a problem with FreeBSD or specific hardware in general.
Jie Song (CC'd) reported that writing files with BerkeleyDB (no
threading or something) on his ServerWorks machine causes data
corruption (detected by BerkeleyDB 4.0 library functions) when the file
sizes grow beyond 350 MB. For details, see PR
2005 May 13
1
samba problems on aix
Installed samba 3.0.4.0 and libiconv 1.9.1 (download from bullfreeware) on
AIX 5.2. When I run smbclient, it says error:
exec(): 0509-036 Cannot load program ./smbclient because of the following
errors:
0509-150 Dependent module libreadline.a(libreadline.so) could not be loaded.
0509-022 Cannot load module libreadline.a(libreadline.so).
0509-026 System error: A file or directory in the path name
2005 May 12
1
Samba & AIX
Does anyone have any experience installing/configuring the latest Samba on
AIX 5.2?... If so, would you care to share your notes?
Thanks all.
Andy Speagle
"Always remember that you are unique. Just like everybody else."
2004 Feb 24
1
Samba 3.0 PDC install with openssl error
Hello,
Trying to configure OpenLDAP, for a Samba PDC server, but I keep getting the
following error;
checking for openssl/ssl.h... no
checking for ssl.h... no
configure: error: Could not locate TLS/SSL package
However, ssl.h is located in /usr/local/ssl/include/openssl/ssl.h
The enveloped configure command is;
env CPPFLAGS='-I/usr/local/BerkeleyDB.4.2/include -I/usr/kerberos/include'
2008 Dec 05
0
resync onnv_105 partial for 6713916
Author: Darren Moffat <Darren.Moffat at Sun.COM>
Repository: /hg/zfs-crypto/gate
Latest revision: 957d30a3607ed9f3cbe490da5894d1e1b2104033
Total changesets: 28
Log message:
resync onnv_105 partial for 6713916
Files:
usr/src/Makefile.lint
usr/src/Targetdirs
usr/src/cmd/Makefile
usr/src/cmd/Makefile.cmd
usr/src/cmd/acctadm/Makefile
usr/src/cmd/acctadm/acctadm.xcl
1999 Jan 05
1
Compiling 1.9.18p10 or p8 on SCO OSR5.0.4
Hi, I am wondering if anyone can help me with a problem I am having when compiling samba. When
I issue the "make" command the compilation of the binaries aborts with the following message.
"replace.c", line 195: error: identifier redeclared: initgroups
*** Error code 1 (bu21)
If I comment out the section of code in "replace.c" that declares initgroups and