|
<- Previous Message | Next Message -> Thread Index Re: Trouble Making Cyrus-SASL - undefined symbols
It was an annoying little extra space in my ./configure options. I did not want to use gssapi or krb4 and had an extra space in the between the --disable-XXX option switches. It did not flag me that it couldn't read it, so I assumed it switched until I disected the config logs. The errors had me chasing down the wrong path for awhile. Thanks, Gary At 10:10 AM 6/19/2002 -0700, you wrote: >Gary, > > I think pam stands for Plug Authentication Module > or something like that.. > > My guess if you look thru the packages on the > Solaris 8 CD, you will find one that matches > and it hasn't been installed. > > Install it.. > > Mitchell Erblich > ======================= > >Gary C wrote: > > > > Hi. I've been trying to load cyrus-sasl on a solaris 8 sparc platform and > > am running into the following errors: > > > > cc1: warning: changing search order for system directory > "/usr/local/include" > > cc1: warning: as it has already been specified as a non-system directory > > > > and > > > > Undefined first referenced > > symbol in file > > pam_authenticate ../lib/.libs/libsasl.so > > pam_end ../lib/.libs/libsasl.so > > pam_start ../lib/.libs/libsasl.so > > ld: fatal: Symbol referencing errors. No output written to > > .libs/dbconverter-1.5.9 > > collect2: ld returned 1 exit status > > make[2]: *** [dbconverter-1.5.9] Error 1 > > make[2]: Leaving directory `/opt/cyrus-sasl-1.5.27/utils' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/opt/cyrus-sasl-1.5.27' > > make: *** [all-recursive-am] Error 2 > > > > Searching Google, sun.com, and the cyrus archives has proven futile. The > > bad part is that I loaded it succesfully on another machine a few months > > back and had no problem. I just can't seem to remember doing anything > > special. If I'm being boneheaded, can somebody please slap me upside the > > head and put me back on track. > > > > Thanks in advance for your help. > > > > Gary > > >
Thread Index |