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

Title: Bestcrypt 1.6-6
Post 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
Title: Bestcrypt 1.6-6
Post by: daniel3000 on September 11, 2006, 03:41:49 am
AFAIK you need the kernel sources in order to compile Bestcrypt (because kernel modules have to be built).
Could that be the problem?

daniel
Title: Bestcrypt 1.6-6
Post by: bam on September 11, 2006, 04:00:49 am
modules built just fine these are errors from tring to make bctool
Title: Bestcrypt 1.6-6
Post by: bam on September 13, 2006, 08:47:34 pm
currently there seems to be an issue with mounting--.suspending-->rebooting, results in a ro filesystem error on reboot, any ideas?
Title: Bestcrypt 1.6-6
Post by: miskinis on September 13, 2006, 09:27:52 pm
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!