HPE GreenLake Administration
Operating System - Linux
1829562
Members
2218
Online
109992
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 07:22 AM
08-15-2002 07:22 AM
RPM
# ls -l
total 2660
drwxrwxr-x 2 veb veb 4096 Aug 12 10:33 bin
drwxr-xr-x 3 veb veb 4096 Aug 12 17:45 Desktop
-rw-r--r-- 1 root root 173 Aug 15 10:12 ipop3
-rw------- 1 veb veb 5334 Aug 15 07:31 mbox
-rw-r--r-- 1 root root 423111 Aug 15 10:10 php-imap-4.0.4pl1-9.i386.rpm
drwxr-xr-x 10 veb veb 4096 Aug 14 16:47 qpopper4.0.4
-rw-r--r-- 1 veb veb 2261992 Aug 13 09:21 qpopper4.0.4.tar.gz
# rpm -i *.rpm
package php-imap-4.0.4pl1-9 is already installed
[root@cabot-biz veb]# rpm -e *.rpm
error: package php-imap-4.0.4pl1-9.i386.rpm is not installed
#
I'm trying to install the imap package in hopes it contains pop-3 which I still can't get to work. What am I doing wrong here ???
Thanks and points for any help !
total 2660
drwxrwxr-x 2 veb veb 4096 Aug 12 10:33 bin
drwxr-xr-x 3 veb veb 4096 Aug 12 17:45 Desktop
-rw-r--r-- 1 root root 173 Aug 15 10:12 ipop3
-rw------- 1 veb veb 5334 Aug 15 07:31 mbox
-rw-r--r-- 1 root root 423111 Aug 15 10:10 php-imap-4.0.4pl1-9.i386.rpm
drwxr-xr-x 10 veb veb 4096 Aug 14 16:47 qpopper4.0.4
-rw-r--r-- 1 veb veb 2261992 Aug 13 09:21 qpopper4.0.4.tar.gz
# rpm -i *.rpm
package php-imap-4.0.4pl1-9 is already installed
[root@cabot-biz veb]# rpm -e *.rpm
error: package php-imap-4.0.4pl1-9.i386.rpm is not installed
#
I'm trying to install the imap package in hopes it contains pop-3 which I still can't get to work. What am I doing wrong here ???
Thanks and points for any help !
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 08:30 AM
08-15-2002 08:30 AM
Re: RPM
Hi Vernon,
The php-imap rpm is imap support for the php scripting language. Are you looking to add support to php or just for the pop-3 daemons?
Is this a RedHat system? If so and you are just looking for the pop daemons, they are in the imap rpm which I think is 'imap-.i386.rpm' or imap-2000-.i386.rpm' if I remember correctly.
Also, in your command above to remove the rpm the correct syntax would only include the first part of the name of the rpm. So the command would be: rpm -e php-imap
You can also get a list of packages installed that include 'imap' in the name with the command: rpm -qa | grep -i imap
Hope this helps...
Tony
The php-imap rpm is imap support for the php scripting language. Are you looking to add support to php or just for the pop-3 daemons?
Is this a RedHat system? If so and you are just looking for the pop daemons, they are in the imap rpm which I think is 'imap-
Also, in your command above to remove the rpm the correct syntax would only include the first part of the name of the rpm. So the command would be: rpm -e php-imap
You can also get a list of packages installed that include 'imap' in the name with the command: rpm -qa | grep -i imap
Hope this helps...
Tony
got root?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 12:54 PM
08-15-2002 12:54 PM
Re: RPM
Thanks for your reply !!
I'm trying to get pop-3 working without reformat and reinstall of RedHat 7.1
Ron sent me a link that said pop-3 was part of the imap package. Was not able to install it as you can see above.
So I downloaded qpopper did the configure make and make install. All seemed to be well; there were no error messages and popper was installed in /usr/local/sbin which was a different location than that in the documentation. Also the inetd.conf entry in the documentation is not compatable with the xinetd.d method of RedHat 7.1.
I entered ipop3 entry in xinetd.d as per my previous post, but it did not get popper to start. No error messages, just didn't start.
So that's where I'm at. Just trying to get email to work.
I'm trying to get pop-3 working without reformat and reinstall of RedHat 7.1
Ron sent me a link that said pop-3 was part of the imap package. Was not able to install it as you can see above.
So I downloaded qpopper did the configure make and make install. All seemed to be well; there were no error messages and popper was installed in /usr/local/sbin which was a different location than that in the documentation. Also the inetd.conf entry in the documentation is not compatable with the xinetd.d method of RedHat 7.1.
I entered ipop3 entry in xinetd.d as per my previous post, but it did not get popper to start. No error messages, just didn't start.
So that's where I'm at. Just trying to get email to work.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP