php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20257 libpam.so not available
Submitted: 2002-11-05 06:18 UTC Modified: 2002-11-05 09:54 UTC
From: sesser@php.net Assigned:
Status: Not a bug Package: IMAP related
PHP Version: 4CVS-2002-11-05 OS: SuSE Linux 8.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sesser@php.net
New email:
PHP Version: OS:

 

 [2002-11-05 06:18 UTC] sesser@php.net
SuSE Linux 8.1 comes out of the box with an SSL powered
IMAP library. When trying to configure --with-imap and
--with-imap-ssl (btw... shouldn't --with-imap-ssl be enough???) you get a not really descriptive error.
Configure simply breaks. I tracked this error down to
the lack of libpam.so when I created a symbolic link to
libpam.so.0 everything works fine.

So a) any way to handle that problem?
   b) --with-imap-ssl should imply --with-imap


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-05 09:54 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

The libpam.so should have been created by ldcondif from libpam.so.0.
The --with-imap-ssl option allows you to specify the path the OpenSSL library, which is needed if you want IMAP SSL support. The --with-imap is what enables the actual imap extension and allows you to specify the path where imap library can be found.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 12:01:32 2024 UTC