#1 (permalink)  
Old 06-30-2009, 06:00 PM
Registered User
 
Join Date: Jun 2009
Posts: 1
Edgark is on a distinguished road
mail/exim not working

Hi,
after setting up cpanel on a fresh fedora 11 server everything works fine for except the mail.
It looks like exim didn't got installed. I tried to run /script/eximup but it fails with the following errors:
Any tips what to do?

Code:
perl.c:91: error: 'boot_DynaLoader' undeclared (first use in this function)
perl.c:92: error: 'xs_expand_string' undeclared (first use in this function)
perl.c:93: error: 'xs_debug_write' undeclared (first use in this function)
perl.c:94: error: 'xs_log_write' undeclared (first use in this function)
perl.c: In function 'init_perl':
perl.c:102: error: 'SV' undeclared (first use in this function)
perl.c:102: error: 'sv' undeclared (first use in this function)
perl.c:103: error: 'STRLEN' undeclared (first use in this function)
perl.c:103: error: expected ';' before 'len'
perl.c:105: error: 'interp_perl' undeclared (first use in this function)
perl.c:111: error: 'dSP' undeclared (first use in this function)
perl.c:121: error: 'SP' undeclared (first use in this function)
perl.c:122: error: 'G_SCALAR' undeclared (first use in this function)
perl.c:122: error: 'G_DISCARD' undeclared (first use in this function)
perl.c:122: error: 'G_KEEPERR' undeclared (first use in this function)
perl.c:124: error: 'errgv' undeclared (first use in this function)
perl.c:124: error: 'len' undeclared (first use in this function)
perl.c: In function 'cleanup_perl':
perl.c:141: error: 'interp_perl' undeclared (first use in this function)
perl.c: In function 'call_perl_cat':
perl.c:152: error: 'dSP' undeclared (first use in this function)
perl.c:153: error: 'SV' undeclared (first use in this function)
perl.c:153: error: 'sv' undeclared (first use in this function)
perl.c:154: error: 'STRLEN' undeclared (first use in this function)
perl.c:154: error: expected ';' before 'len'
perl.c:158: error: 'interp_perl' undeclared (first use in this function)
perl.c:164: error: 'ENTER' undeclared (first use in this function)
perl.c:165: error: 'SAVETMPS' undeclared (first use in this function)
perl.c:166: error: 'SP' undeclared (first use in this function)
perl.c:168: error: 'PUTBACK' undeclared (first use in this function)
perl.c:169: error: 'G_SCALAR' undeclared (first use in this function)
perl.c:169: error: 'G_EVAL' undeclared (first use in this function)
perl.c:170: error: 'SPAGAIN' undeclared (first use in this function)
perl.c:171: error: 'POPs' undeclared (first use in this function)
perl.c:173: error: 'errgv' undeclared (first use in this function)
perl.c:175: error: 'len' undeclared (first use in this function)
perl.c:185: error: 'FREETMPS' undeclared (first use in this function)
perl.c:186: error: 'LEAVE' undeclared (first use in this function)
make[1]: *** [perl.o] Error 1
make[1]: Leaving directory `/root/rpmbuild/BUILD/exim-4.69/build-Linux-i386'
make: *** [go] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.YXURBI (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.YXURBI (%build)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-30-2009, 08:05 PM
Spiral's Avatar
Registered User
 
Join Date: Jun 2005
Location: Area 51
Posts: 1,501
Spiral is on a distinguished road
Question

Fedora 11 is not supported by cPanel and is definitely not my first choice for a cPanel server builds
even in other releases just since it is known to not play particularly happy with the other kids ....

That said though, it looks like you are missing a good Perl build and I suspect probably
are possibly missing a lot of core components to your build environment as well which
happens a lot with base Fedora system builds at a lot of data centers for some odd reason
particularily with compiler C library header files more often than not.

You should run up2date to get your latest OS updates and patches and
to install standard core items and libraries such as your GCC compiler, make
and build utilities, libpng, libjpeg, libexif, coreutils, etc and Bob's your uncle.

From your error messages, may want to also make sure you got a good
up to date release of Perl installed on your server.

Code:
# cd /usr/local/src
# wget http://httpupdate.cpanel.net/perl588installer.tar.gz
# tar zxvf per588installer.tar.gz
... That'll give you the base perl installer to get Perl up and running!

Run /scripts/checkperlmodules and make sure you got your needed modules

Run /scripts/upcp --force to make sure you got everything for Cpanel

Then you can try /scripts/eximup --force again and see if things improve.

Personally though I would go with CentOS v5 or one of the other really strong
operating environments already known to work well with Cpanel before getting
into the headaches you are asking to get into trying Fedora 11.

Last edited by Spiral; 07-01-2009 at 01:29 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-01-2009, 01:05 PM
Registered User
 
Join Date: Jul 2005
Location: New Jersey, USA
Posts: 385
PlatinumServerM is on a distinguished road
Fedora 11 is not supported by Cpanel, so you may want to consider changing otherwise you may continually run into anomalies like this.
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Exim/Mail Segfaults and mail delivery fails when using MBOX on CURRENT kenrbnsn Mail 37 07-23-2008 05:36 AM
[cPanel] Function mail(); and fowarders e-mail - not working KamilPRO cPanel and WHM Discussions 2 07-24-2007 07:20 AM
PHP mail script owner and exim mail logs neo4242002 cPanel and WHM Discussions 2 05-16-2007 09:06 AM
Exim send mail to another mail service that will then delivery the message ? prixone cPanel and WHM Discussions 1 03-29-2007 07:39 AM
:fail: is not working for dictionary attack (mail getting stored in exim queue) qwerty cPanel and WHM Discussions 7 12-30-2005 08:25 PM


All times are GMT -5. The time now is 12:16 AM.


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