**** BEGIN LOGGING AT Wed Feb 23 02:59:56 2011 Feb 23 12:43:18 <_kaze_> hi everyone ! Feb 23 12:44:37 <_kaze_> I've ordered yesterday a pogoplug pro, and while it's delivered, I took a look at optware Feb 23 12:45:55 <_kaze_> I've checkout'd the trunk, and prepared it for cross compilation (make cs08q1armel; cd cs08q1armel; make directories toolchain ipkg-utils) Feb 23 12:46:18 <_kaze_> now when I try to build cups, for example, I run into problem : ./genstrings: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory Feb 23 12:46:42 <_kaze_> this lib exists in staging/opt/lib Feb 23 12:47:23 <_kaze_> so I tried "LD_LIBRARY_PATH=/path/to/optware/cs08q1armel/staging/opt/lib:$LD_LIBRARY_PATH make cups" Feb 23 12:47:30 <_kaze_> but it still fails to compile Feb 23 12:48:47 <_kaze_> is there something I missed in preparing the environment ? I'm currently using SourceMage GNU/Linux (kernel 2.6.37.1, gcc 4.4.3 as default compiler, but gcc 3.3 and 3.4 are available too) Feb 23 12:50:08 <_kaze_> on x86 Feb 23 13:30:17 <_kaze_> I think I understand my mistake : genstrings runs on my HOST system, so I must have openssl 0.9.8 installed on this host Feb 23 13:30:56 <_kaze_> so trying to put cross compiled openssl libs in libraries path won't work Feb 23 14:34:33 <_kaze_> Maybe there's something strange in cups Feb 23 14:36:10 <_kaze_> when I run "make cups", I can see : Feb 23 14:36:17 <_kaze_> ./configure \ Feb 23 14:36:17 <_kaze_> --build=i386-pc-linux-gnu \ Feb 23 14:36:17 <_kaze_> --host=i386-pc-linux-gnu \ Feb 23 14:36:51 <_kaze_> while "make hello" returns : Feb 23 14:36:56 <_kaze_> ./configure \ Feb 23 14:36:56 <_kaze_> --build=i386-pc-linux-gnu \ Feb 23 14:36:56 <_kaze_> --host=arm-none-linux-gnueabi \ Feb 23 14:41:33 <_kaze_> mmm... flooding ? :) Feb 23 14:42:04 <_kaze_> cups = ./configure --build=i386-pc-linux-gnu host=i386-pc-linux-gnu target=i386-pc-linux-gnu Feb 23 14:42:28 <_kaze_> hello = ./configure --build=i386-pc-linux-gnu host=arm-none-linux-gnueabi target=arm-none-linux-gnueabi **** BEGIN LOGGING AT Wed Feb 23 22:23:30 2011 **** ENDING LOGGING AT Thu Feb 24 02:59:57 2011