Displaying 20 results from an estimated 5000 matches similar to: "dovecot does not find libpam when compiling with customized prefix"
2008 Feb 15
2
PAM libraries not found
When I add the --with-pam option in my configure command I get the
following error:
checking for pam_start in -lpam... no
configure: error: Can't build with PAM support: libpam not found
PAM is most certainly installed on the machine:
ii libpam-modules 0.79-5
Pluggable Authentication Modules for PAM
ii libpam-runtime 0.79-5
Runtime support
2006 Sep 04
1
Can't build with PAM support
I'm having trouble getting dovecot to compile with PAM support.
Output from the configure command says its checking for pam_start in
-lpam .... no.
I've checked, there is a pam_start in there.
So how can I force configure to see what its looking for? I've tried
the --with-pam switch and that doesn't work.
I'm trying to build the latest RC7 on a Debian Sarge box.
Regards
2005 Apr 07
1
pam problems
Hi,
i'm quite new to dovecot.
i built it from the stable-1.0 sources.
i have the following error messages in syslog when trying to launch dovecot:
dovecot: Dovecot v1.0-stable starting up
dovecot: auth(default): Unknown passdb type 'pam'
dovecot: Auth process died too early - shutting down
dovecot: child 373 (auth) returned error 89
i googled a bit, and found some posts
2017 Apr 25
2
building Dovecot in Debian 9
I?m trying to build Dovecot 2.2.29.1 in a Docker container today and have the following error in ./configure:
checking for shadow.h... yes
checking for pam_start in -lpam... no
checking for auth_userokay... no
checking for mysql_config... mysql_config
checking for mysql_init in -lmysqlclient... no
configure: error: Can't build with MySQL support: libmysqlclient not found
#> find / -name
2007 Dec 02
1
1.0.8 install trouble on Ubuntu dapper (PAM)
Hi,
I was running the Ubuntu dovecot package until now, and decided to
upgrade because of an issue with Thunderbird. I downloaded and
compiled 1.0.8, and it's not starting up. The error I'm getting is:
Dec 2 15:35:04 jfootoo dovecot: auth(default): Unknown passdb driver
'pam' (typo, or Dovecot was built without support for it? Check with
dovecot --build-options)
D
I used
2008 Aug 22
1
Dovecot not compiling with pam
Hi,
I'm new here in the list so Hello to everyone!
I'm compiling dovecot 1.0.10 with pam support in SLES 9 but i'm getting
errors in config.log and it won't compile with pam support.
Here are the results:
s1:~/dovecot-1.0.10# ./configure --with-pam | grep pam
checking for pam_start in -lpam... no
and in config.log:
configure:28830: checking for pam_start in -lpam
2007 Mar 24
0
configure/makefile cleanup: remove LIBSELINUX, LIBWRAP and LIBPAM
Hi all.
Now that we have SSHDLIBS for the libraries required by sshd only, it's
possible to remove some of the single-purpose variables from Makefile.
If this is worth doing, the next step would probably be to move the
OpenSSL libs into CRYPTOLIBS since binaries such as scp and sftp don't
need to be linked with libcrypto.
Index: Makefile.in
2002 Jul 25
2
pam_smbpass.so won't load
I've just built samba debs from 2_2 head.
looks like all is cool except pam_smbpass.so
Jul 25 17:44:42 bitc passwd[18770]: PAM unable to
dlopen(/lib/security/pam_smbpass.so)
Jul 25 17:44:42 bitc passwd[18770]: PAM [dlerror:
/lib/security/pam_smbpass.so: undefined symbol: ldap_value_free]
Jul 25 17:44:42 bitc passwd[18770]: PAM adding faulty module:
/lib/security/pam_smbpass.so
ldd
2003 Jun 03
1
Re: ./configure --with-pam fails always
John, don't be harsh with Philippe. To answer his
question, you don't really need any more information
than what he abundantly provided in his mailing.
His problem is that he hasn't installed the ldap-devel
or pam-devel or some other of the more than 100 devel packages that might be needed to compile samba with
a distinctive set of --with-this-or-that options.
His compiler simply
2017 Aug 03
2
pam auth problem
# dovecot --version
2.2.31 (65cde28)
on freebsd 64 10.3
system converted to dovecot 2 against my will and consuming a lot of
time sorting it out. i am glad google does not charge. have spent
two hours on this one alone; and undoubtedly it is my st00pidity. so
excuse my desperate posting to lazynet.
cram-md5 works, pam not so much
Aug 3 06:06:35 psg auth: in openpam_parse_chain():
2004 Dec 28
2
LinuxPAM and sshd: changing conversation function doesn't work but claims to.
Hi.
I'm one of the OpenSSH developers, and I've done some of the work on
sshd's PAM interface recently.
I've discovered some behaviour peculiar to LinuxPAM that I can't
explain: changing the conversation function does not appear to work,
even though the pam_set_item() call claims to succeed. The previous
conversation function is still called.
Background: the PAM API
2019 Apr 08
3
libpam-smbpass
Hi Everybody
I have a linux debian 8 server with samba user share. I have tried to
upgrade to version 9. The package (libpam-smbpass) wich made
synchronize linux password to the samba password is missing the new.
Are there any way to synchronize unix local password with samba
password ?
Or can I download libpam-smbpass source from somewhere ?
Thanks
Zoltan
2017 Apr 25
0
building Dovecot in Debian 9
You might have to install the package default-libmysqlclient-dev from
the Debian repo.
Peter
On 4/25/17 1:37 PM, KT Walrus wrote:
> I?m trying to build Dovecot 2.2.29.1 in a Docker container today and have the following error in ./configure:
>
> checking for shadow.h... yes
> checking for pam_start in -lpam... no
> checking for auth_userokay... no
> checking for
2002 Nov 24
1
[PATCH] PamServiceNameAppend
Hello,
Here's the situation I'm facing : I'm running OpenSSH on a server. On
a gateway, I forward TCP:22 to the server TCP:22. So far, so good. I can
log in from inside the lan by connecting using standard SSH port, or
from the other network through the gateway.
Now, I'd like a different configuration for connections from the
outside. I start another SSHd on the
2008 Nov 29
2
Dovecot POP3 problem: Authentication suddenly fails until dovecot gets restarted
Hi,
I am running dovecot with postfix and OTRS2 on a fresh Ubuntu 8.10
Server system.
OTRS2 is configured to poll new email to otrs-incoming at localhost via
POP3 every 5 minutes. It works, but after approximately 20 hours it
suddenly stops working and only a restart of dovecot helps.
The outage starts at different times during night (00:15 on Thursday,
1:15 on Friday, 3:20 on
2002 Jun 24
3
samba 2.2.5 don't compile with-smbwrapper and enable-cups params
Hello all.
I use:
# ./configure --prefix=/some/dir --enable-cups --with-smbwrapper ...
# make
...
...
Compiling smbwrapper/wrapped.c with -fPIC
Using LIBS = -lcups -lssl -lcrypto -lcrypt -lpam -lpopt
Linking shared library bin/smbwrapper.so
/usr/libexec/elf/ld: cannot find -lcups
*** Error code 1
Stop in /root/work/src/other/samba-2.2.5/source.
My system is FreeBSD 4.4-RELEASE
Please help.
2016 Dec 14
1
cwrap: pam_wrapper: pam_wrapper.c errors
An embedded and charset-unspecified text was scrubbed...
Name: pam_wrapper.c
URL: <http://lists.samba.org/pipermail/samba/attachments/20161214/1f29843b/pam_wrapper.c>
2017 Apr 25
2
building Dovecot in Debian 9
> On Apr 25, 2017, at 2:16 PM, Peter van der Does <peter at avirtualhome.com> wrote:
>
> You might have to install the package default-libmysqlclient-dev from
> the Debian repo.
Isn?t that the MariaDB package? I don?t really want to mix MariaDB with MySQL (even though they are probably still compatible, but diverging as time passes).
Dovecot does build with
2000 Apr 01
0
Authentication failure (next try)
1.) I have 4 Samba servers 2 run 2.0.6 (rpm binaries) 1 runs 2.0.7Pre2
and one runs tng-alpha.011.
Here is the error message:
Jan 1 11:00:57 fire PAM_pwdb[883]: authentication failure; (uid=0) -> sandra for samba service
(two clients, W95a, all users have matching passwords and accounts on all
servers). I am not running smbpasswd or usermaps.
The above pam error shows up but the user gets
2018 Feb 12
3
FreeBSD Core dump: PAM authentication with Kerberos credentials (GSSAPI_MIT)
Hi everyone,
I have a repeatable core dump when running dovecot on FreeBSD in the
specific scenario described below.
Dovecot is linked against MIT kerberos in /usr/local/lib/, whilst PAM is
linked against Heimdal in /usr/lib/.
My expectation was that dovecot authentication using GSSAPI would use MIT
kerberos in /usr/local/lib, whereas PAM authentication is independent from
dovecot and would