View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#6
Originally Posted by rocketscientist View Post
I installed nano, untared the alpine-1.10-n800.tar.gz file from the University of Washington website.
What maemo version are you running? That binary is linked against openssl 0.9.7 so it looks like it was built for Chinook or earlier (poor man's ldd:

Code:
$ LD_TRACE_LOADED_OBJECTS=1 ./alpine 
	libcrypt.so.1 => /lib/libcrypt.so.1 (0x4002c000)
	libcrypto.so.0.9.7 => not found
	libncurses.so.5 => /lib/libncurses.so.5 (0x40064000)
	libssl.so.0.9.7 => not found
	libpthread.so.0 => /lib/libpthread.so.0 (0x400a4000)
	libc.so.6 => /lib/libc.so.6 (0x400c4000)
	/lib/ld-linux.so.3 (0x40000000)
on Diablo 5.2008.43-7).

That said if you "provide" what it needs:

Code:
# ln -s  /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.0.9.7
# ln -s  /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.0.9.7
it seems to start fine here (no segmentation fault). Same goes for http://home.mminternet.com/delaroca/...alpine-2.00.gz btw.

I am not really satisfied with email on the n810
There's also mutt as another option.
 

The Following 2 Users Say Thank You to lma For This Useful Post: