On 02/17/14 12:53, Joerg Schilling wrote: > Dagobert Michelsen <[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) -- Juraj Lutter <[email protected]>
