php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10107 imap dosn't work
Submitted: 2001-04-02 05:42 UTC Modified: 2001-04-02 07:24 UTC
From: apurva1978 at hotmail dot com Assigned:
Status: Not a bug Package: IMAP related
PHP Version: 4.0.4pl1 OS: Redhat 6.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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: apurva1978 at hotmail dot com
New email:
PHP Version: OS:

 

 [2001-04-02 05:42 UTC] apurva1978 at hotmail dot com
Dear sir
I have php 4.0.4pl1 with imap-2000-2.6 ,krb5 1.1.1-25
apache 1.3.9
previously i have compiled php with following options
'./configure --with-imap --with-kerberos --with-
mysql --with-gd --with-apxs=/usr/sbin/apxs --with-xml --enable-track-vars --enable-debugger --enable-versioning
.At that time apache give me error that 
Cannot load /usr/modules/libphp4.so into server: /usr/modules/libphp4.so: undefined symbol: SSL_CTX_set_tmp_rsa_callback.
Then  i had compiled it with 
./configure --with-imap-ssl --with-kerberos --with-
mysql --with-gd --with-apxs=/usr/sbin/apxs --with-xml --enable-track-vars --enable-debugger --enable-versioning.
It works fine with apache but imap dosn't seems working.
Just go to this link
www.eyes4web.com/demp.php .I had written only phpinfo() function in that file.It shows nothing about imap.
Another thing there is no php.ini created in /usr/local/lib .

So what should i do start imap.I want to run web-based mail service on my server.

Regards
Apurva Shah

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-02 07:12 UTC] sniper@php.net
I guess you figured out that you need --with-imap-ssl in your configure line? Anyway, this is no bug in PHP.


 [2001-04-02 07:14 UTC] apurva1978 at hotmail dot com
I have solved the problem.
 [2001-04-02 07:24 UTC] sniper@php.net
good.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC