[OpenAFS-devel] openafs for ia64?
chas williams
chas@cmf.nrl.navy.mil
Thu, 15 Nov 2001 20:34:00 -0500
>/usr/bin/ld: ptuser.o: @gprel relocation against dynamic symbol pruclient
yeah, sorry about that. it seems that the linker/runtime doesnt like
to mix global variables from static libs with dynamic libraries (both
are gprel so i guess it cant decide which is which)
>Any suggestions, opinions or pointers?
dont build/use the pam stuff for right now. (i can send a patch later
if you need it) of course this option may not be viable if you really
want users to be able to login with their afs password. something like
--- Makefile.in.000 Thu Nov 15 20:31:57 2001
+++ Makefile.in Thu Nov 15 20:32:03 2001
@@ -272,7 +272,7 @@
${COMPILE_PART1} sia ${COMPILE_PART2} ;; \
sun4x_55 ) \
${COMPILE_PART1} login ${COMPILE_PART2} ;; \
- parisc_linux24) \
+ parisc_linux24 | ia64_linux24 ) \
echo Skipping pam/login for parisc_linux24 ;; \
sun4x_* | sunx86_* | hp_ux11* | *linux* | *fbsd* ) \
${COMPILE_PART1} pam ${COMPILE_PART2} ;; \
rebuild your makefiles with config.status and try building again.