|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: upgraded to RH EE, Postfix not working
From: Matt Emmott (memmott
gmail.com)
Date: Sun Oct 03 2004 - 20:33:13 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm trying to recompile now, but make fails with the errors:
--------------------------------------
/lib/libdb.so: undefined reference to `pthread_condattr_setpshared'
/lib/libdb.so: undefined reference to `pthread_mutexattr_destroy'
/lib/libdb.so: undefined reference to `pthread_mutexattr_setpshared'
/lib/libdb.so: undefined reference to `pthread_mutexattr_init'
/lib/libdb.so: undefined reference to `pthread_mutex_trylock'
collect2: ld returned 1 exit status
make: *** [master] Error 1
make: *** [update] Error 1
-----------------------------------------
I'm sorry for my noob-ishness, but I'm very green when it comes to
compiling. I'm not sure where to go from here.
On Sun, 03 Oct 2004 21:17:45 -0400, m <m
telerama.com> wrote:
> > From: Matt Emmott <memmott
gmail.com>
> > Reply-To: Matt Emmott <memmott
gmail.com>
> > Date: Sun, 3 Oct 2004 21:09:29 -0400
> > To: <postfix-users
postfix.org>
> > Subject: upgraded to RH EE, Postfix not working
> >
> > Hi all,
> > I had a server (that I inherited, unfortunately) running Red Hat 8.0.
> > I just upgraded it to Red Hat Enterprise Edition 3, and am having
> > problems with postfix.
> >
> > The previous edition of postfix had been compiled, not installed via
> > RPM. The new version does start, but it throws a TON of errors while
> > trying to start. Here's a quick snip:
> >
> > ----------------------------
> > postfix/postfix-script: warning:
> > /var/spool/postfix/lib/security/pam_unix_passwd.so and
> > /lib/security/pam_unix_passwd.so differ
> > postfix/postfix-script: warning:
> > /var/spool/postfix/lib/security/pam_unix_session.so and
> > /lib/security/pam_unix_session.so differ
> > postfix/postfix-script: warning:
> > /var/spool/postfix/lib/security/pam_userdb.so and
> > /lib/security/pam_userdb.so differ
> > postfix/postfix-script: warning:
> > /var/spool/postfix/lib/security/pam_warn.so and
> > /lib/security/pam_warn.so differ
> > -----------------------------
> >
> > My semi-educated guess is that the new postfix doesn't like the
> > libraries that were in use by the old postfix. As a result, even
> > though it says that postfix has started, I can't send or receieve
> > email through the box.
>
> Then why don't you try re-installing it, or compiling it from source?
>
>
>
> >
> > We are also running Cyrus Imap, Vexira Antivirus, and Squirrelmail,
> > all of which are starting correctly.
> >
> > I just tried a make upgrade, and got some errors, including
> > --------------------------------
> > /lib/libdb.so: undefined reference to `pthread_condattr_setpshared'
> > /lib/libdb.so: undefined reference to `pthread_mutexattr_destroy'
> > /lib/libdb.so: undefined reference to `pthread_mutexattr_setpshared'
> > /lib/libdb.so: undefined reference to `pthread_mutexattr_init'
> > /lib/libdb.so: undefined reference to `pthread_mutex_trylock'
> > collect2: ld returned 1 exit status
> > make: *** [master] Error 1
> > make: *** [update] Error 1
> > --------------------------------------
> >
> > Any ideas how I can fix this? Thanks in advance.
> >
> >
>
>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]