|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: Re: Help with Postfix, BSDI, cyrus-sasl
From: Michael Hall (mhall
riverside.org)Date: Sat Dec 23 2000 - 16:45:03 CST
- Next message: Sean Rima: "Re: Transporting strange local addresses"
- Previous message: Wietse Venema: "Re: Transporting strange local addresses"
- Maybe in reply to: Michael Hall: "Help with Postfix, BSDI, cyrus-sasl"
- Next in thread: Michael Ju. Tokarev: "Re: Help with Postfix, BSDI, cyrus-sasl"
- Maybe reply: Michael Hall: "Re: Help with Postfix, BSDI, cyrus-sasl"
- Reply: Michael Ju. Tokarev: "Re: Help with Postfix, BSDI, cyrus-sasl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Dec 23, 2000 at 04:57:54PM -0500, Wietse Venema wrote:
> > Does anyone have any experience with Postfix & cyrus-sasl on BSDI 3.1?
> > I've successfully built opensssl, cyrus-sasl, but can't get Postfix to
> > compile with them. What I'm trying to do is get SMTP AUTH working using
> > the password file.
> >
> > Appreciate any help, pointers, etc. anyone can share, thanks!
>
> What happens when you do:
>
> make tidy
> make makefiles CCARGS=-DUSE_SASL_AUTH" -I/usr/local/include" \
> AUXLIBS="-L/usr/local/lib -lsasl"
> make
>
> Only the last dozen lines of output are of immediate interest.
>
> With a little more info, someone might recognize the problem.
gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -I/usr/local/include -O -I. -I../../include -DBSDI3 -o smtpd smtpd.o smtpd_token.o smtpd_check.o smtpd_chat.o smtpd_state.o smtpd_peer.o smtpd_sasl_proto.o smtpd_sasl_glue.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libdns.a ../../lib/libutil.a -L/usr/local/lib -lsasl
dlopen.o: Undefined symbol _dlopen referenced from text segment
dlopen.o: Undefined symbol _dlerror referenced from text segment
dlopen.o: Undefined symbol _dlsym referenced from text segment
dlopen.o: Undefined symbol _dlclose referenced from text segment
dlopen.o: Undefined symbol _dlclose referenced from text segment
dlopen.o: Undefined symbol _dlclose referenced from text segment
*** Error code 1
Stop.
*** Error code 1
Stop.
I don't think its a Postfix problem as I just recently compiled/installed
and got this stuff working on my Linux box at home. I had to recompile
the openssl stuff (to make shared libs) otherwise cyrus-sasl complained,
but after doing that things went alright and its working on the Linux
box. I was trying to do the same thing on our mail server (BSDI 3.1) at
work and while openssl, cyrus-sasl, compiled without errors, Postfix is
giving the above error. Neither openssl or cyrus-sasl created any shared
libs so I'm assuming it has something to do with that.
-- Men who have playfull kitties should not sleep in the nude !Mike Hall, Unix Admin - Rock Island Communications <mikeh
rockisland.com> System Admin - riverside.org <mhall
riverside.org>
- Next message: Sean Rima: "Re: Transporting strange local addresses"
- Previous message: Wietse Venema: "Re: Transporting strange local addresses"
- Maybe in reply to: Michael Hall: "Help with Postfix, BSDI, cyrus-sasl"
- Next in thread: Michael Ju. Tokarev: "Re: Help with Postfix, BSDI, cyrus-sasl"
- Maybe reply: Michael Hall: "Re: Help with Postfix, BSDI, cyrus-sasl"
- Reply: Michael Ju. Tokarev: "Re: Help with Postfix, BSDI, cyrus-sasl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]