On 2013-06-05 at 20:34 +0000, Prashanth Katuri wrote:
> Phil,
>
> As suggested, I am trying to upgrade the exim version (4.80.1) ans still getting the below error.
>
> ld: warning: global symbol '_END_' has non-global binding:
> (file /usr/local/lib/liblber.so value=LOCL);
> ld: warning: global symbol '_START_' has non-global binding:
> (file /usr/local/lib/liblber.so value=LOCL);
> Undefined first referenced
> symbol in file
> ldap_start_tls_s lookups/lookups.a(ldap.o)
> ld: fatal: symbol referencing errors. No output written to exim
> collect2: ld returned 1 exit status
> make[1]: *** [exim] Error 1
> make[1]: Leaving directory `/home/pkaturi/exim-4.77/build-SunOS5-5.10-sparc'
> make: *** [all] Error 2
rm -rf build-SunOS5-5.10-sparc
vi Local/Makefile
## make sure that you again have LDAP_LIB_TYPE=SOLARIS
make makefile
make
If that fails, then please send me these three files:
build-SunOS5-5.10-sparc/Makefile
build-SunOS5-5.10-sparc/config.h
build-SunOS5-5.10-sparc/os.h
Alternatively, instead of sending me the files, create a gist on github
or use pastebin or whatever, and post a link here.
Thanks,
-Phil