Find the answer to your Linux question:
Results 1 to 4 of 4
hi guys my work about mail system i install php rpm package not .tar.gz and i need to configure php with imap without ./configure command to show my mailbox. please ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    2

    Need help with php

    hi guys
    my work about mail system
    i install php rpm package not .tar.gz and i need to configure php with imap without ./configure command to show my mailbox.
    please tell me how i can do that
    thanx

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Hi and welcome to the forum.

    You can add imap support to the php you installed from rpm, by installing the php-imap rpm from your distros installation discs or software repositories. On Fedoa based distros you can do the following as root,
    Code:
    yum -y install php-imap

  3. #3
    Just Joined!
    Join Date
    Mar 2009
    Posts
    2
    Quote Originally Posted by daark.child View Post
    Hi and welcome to the forum.

    You can add imap support to the php you installed from rpm, by installing the php-imap rpm from your distros installation discs or software repositories. On Fedoa based distros you can do the following as root,
    Code:
    yum -y install php-imap


    thanx
    but this command is not enough i need more details

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Quote Originally Posted by superfriend2 View Post
    thanx
    but this command is not enough i need more details
    The command achieves what you asked for i.e. to add imap support to the php package you installed from rpm, so I am not sure what other details you need.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...