#1 (permalink)  
Old 07-05-2004, 01:31 PM
Registered User
 
Join Date: Sep 2003
Posts: 656
easyhoster1 is on a distinguished road
Port Problem

Have a melt down on Exim when tring to upgrade to a newer version and cannot get the mail server backup. Anyone seen this error and know of a fix?

===> Deleting distfiles for exim-4.34+22
Dependency error: this port wants the OpenSSL library from the FreeBSD
base system. You can't build against it, while a newer
version is installed by a port.
Please deinstall the port or undefine WITH_OPENSSL_BASE.
*** Error code 1

Tried uninstalling and reinstall the port, but did not help.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-05-2004, 01:47 PM
chirpy's Avatar
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
Did you try and upgrade Exim by hand, or did you mean you used /scripts/exim4? If the former, I'd suggest running /scripts/exim4
__________________
Jonathan Michaelson
cPanel Forum Moderator

Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-05-2004, 01:57 PM
Registered User
 
Join Date: Sep 2003
Posts: 656
easyhoster1 is on a distinguished road
Tried both...However, I submitted a ticket and see the mail is running. Thanks Cpanel


I will see what the fix was and post back with it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-05-2004, 02:34 PM
Registered User
 
Join Date: Sep 2003
Posts: 656
easyhoster1 is on a distinguished road
Thanks to Jason,

Here is the fix.

"I removed the line WITH_OPENSSL_BASE=YES from your /etc/make.conf and
then ran the following commands as root:"

/scripts/installpkg exim
/scripts/restartsrv exim


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-19-2004, 08:03 AM
Registered User
 
Join Date: Mar 2003
Posts: 181
eos1 can only hope to improve
Quote:
Originally Posted by easyhoster1
Thanks to Jason,

Here is the fix.

"I removed the line WITH_OPENSSL_BASE=YES from your /etc/make.conf and
then ran the following commands as root:"

/scripts/installpkg exim
/scripts/restartsrv exim


Thanks to Jason and easyhoster1 for posting this

I almost opened ticket for this issue...
After I run above, exim got upgraded too!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-22-2004, 03:45 AM
Registered User
 
Join Date: Nov 2003
Posts: 6
shlamo
Talking

After going after this problem for 3 hrs I finally found this post.

I had to kill some processes before I could get to this point, but I thank you for posting it here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-23-2004, 09:08 AM
Registered User
 
Join Date: Apr 2004
Posts: 9
eisman
Worked like a charm. Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-23-2004, 09:46 AM
Registered User
 
Join Date: Aug 2002
Posts: 35
Holbrookau
I had the same problem on my FreeBSD5 box. Thanks to easyhoster1 for the fix, however, I had to do the following:
1) Remove the line WITH_OPENSSL_BASE=YES from your /etc/make.conf file
2) Reboot (Graceful reboot in WHM)
3) Run as root /scripts/installpkg exim
4) Reboot again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 07-24-2004, 01:37 AM
cPanel Partner NOC
 
Join Date: May 2002
Posts: 122
dandanfireman is on a distinguished road
We had the same hiccup. Can someone from cpanel please explain how this bug slipped through and broke all of a sudden? We experienced this WITHOUT attempting to upgrade anything.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 07-24-2004, 04:16 AM
chirpy's Avatar
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
If you want to speak to someone from cpanel you will most likely need to log a support request/bugtrack entry and then come back here and tell us what they said
__________________
Jonathan Michaelson
cPanel Forum Moderator

Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 07-24-2004, 05:40 AM
Registered User
 
Join Date: Aug 2002
Posts: 35
Holbrookau
Just had to perform this fix again..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 07-24-2004, 08:49 AM
Registered User
 
Join Date: Sep 2003
Posts: 656
easyhoster1 is on a distinguished road
Quote:
Originally Posted by Holbrookau
Just had to perform this fix again..
I think your reboot is adding WITH_OPENSSL_BASE=YES back to your make.conf file.
Try without the reboot.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 07-24-2004, 09:29 AM
Registered User
 
Join Date: Aug 2002
Posts: 35
Holbrookau
Both reboots are necessary (on this box at least) and no, the line is not added back on reboot. On both occasions the problem appeared after scripts/upcp did its daily thing (2 days apart though). This is just one of a few issues that have cropped up after recent cPanel updates..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 07-25-2004, 09:13 PM
Registered User
 
Join Date: Mar 2004
Posts: 9
batchtech
Interesting...

I did all this and it worked and exim starts fine now but emails are still being rejected. Any ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 07-26-2004, 09:22 AM
Registered User
 
Join Date: Apr 2004
Posts: 9
eisman
I too am having this sroblem. After an upcp run exim couldn't start again. I had to /scripts/installpkg exim, again. I checked /etc/make.conf and the WITH_OPENSSL_BASE line was still commented out. This all started after I compiled apache with OpenSSL support. Would doing easyapache again without OpenSSL support fix this? I can't have email dying every few days, especially since I don't get any notification that it's down.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:14 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc