OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Linux Applications => Topic started by: bam on September 11, 2006, 03:37:49 am
-
anyone have an idea on how to solve this?
misc.o: In function `LoadKeygens':
/hdd2/build_system/src_compile/bestcrypt/bcrypt/src/misc.c:617: undefined reference to `dlopen'
/hdd2/build_system/src_compile/bestcrypt/bcrypt/src/misc.c:617: relocation truncated to fit: R_ARM_PC24 dlopen
that way I can support an ipk for bestcrypt, without having to "tweak" it after installs
-
AFAIK you need the kernel sources in order to compile Bestcrypt (because kernel modules have to be built).
Could that be the problem?
daniel
-
modules built just fine these are errors from tring to make bctool
-
currently there seems to be an issue with mounting--.suspending-->rebooting, results in a ro filesystem error on reboot, any ideas?
-
I've heard of folks having the "dlopen" unresolved symbol, from a messed
up glibc and/or not having the -ldl on the make line, but those were on older
LINUX distributions. In some cases, reinstalling glibc fixed it!