php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26923 ext/imap: pam and crypt libraries missing when build as shared
Submitted: 2004-01-15 12:00 UTC Modified: 2004-01-16 18:56 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: eder at upf dot br Assigned: sniper (profile)
Status: Closed Package: Compile Failure
PHP Version: 4CVS, 5CVS OS: Linux
Private report: No CVE-ID: None
 [2004-01-15 12:00 UTC] eder at upf dot br
Description:
------------
Hi,
support for pam in php is autodetect,
but, in some cases, I want no support
for that, but don't have a "--disable-pam" 
style option in configure script. The
solution for me was patch the configure
script for don't scan for the libpam.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-01-15 12:04 UTC] eder at upf dot br
Well, my sugest is implement a option
to disable support to pam in configure script.
(sorry for my bad english)
 [2004-01-16 07:43 UTC] sniper@php.net
Won't happen. The libpam is needed by the c-client. (to disable it, just don't include --with-imap in your configure line)

 [2004-01-16 08:23 UTC] eder at upf dot br
but I'm compiling imap support like external module (shared),
the -lpam need to be linked only in the imap.so php module, 
not in the php apache module or the php binary, right?
 [2004-01-16 18:29 UTC] sniper@php.net
Thank you for not telling that in your bug report.
I'm fixing this now..

 [2004-01-16 18:56 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC