Juraj Lutter <[email protected]> wrote: > >> The problem is that mysql actually needs the newer libc-version for > >> getpagesize2() as reported in > >> https://www.opencsw.org/mantis/view.php?id=5137 > >> This is not related to GCC or Sun Studio. I suggest you disable the linker > >> map forcing 1.22.5 in your Makefile with > >> # Disable linker map forcing SUNW_1.22.2 as the linked MySQL needs > >> SUNW_1.22.5 > >> LINKER_MAPS = > >> After that everything sould work cleanly. > > I am a bit confused. What should getpagesize2() be? > > It should be, probably, getpagesize(2)
Well, I am still confused as getpagesize(2) is in libc since a long time (since 2001). Jörg -- EMail:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
