@fanthom
Porteus-2.0 is 40MB smaller than Porteus-1.2
This is great

and I look forward to final version, however I've used claws-mail for many years, so
to fully transition to Porteus I need it in there too.
please use 'slackyd -d gnutls' instead (this topic is covered by FAQ)
I'm very close to success with this one, and I'm learning more doing it by hand.
What's happening with gnutls is this. Older version (2.6.2) compiled fine but did not work. There is
a problem with current gnutls-3.0.23 and it is this: before 2.10.3, gnutls used libcrypt as cryptographic
library, now depends on libnettle and p11-kit. These last two, do fine with 64 bit but there are
some incompatibilities with 32bit, and as a matter of fact are not generally made available anywhere
in 32bit. Now, I've found libnettle and p11-kit in "64bit-but-32bit-compatible" here:
http://slackware.com/~alien/multilib/cu ... -compat32/ thanks to alien.....
With those in, the gnutls-3.0.23 downloaded from slackware.com seems performing fine on my
Porteus 32bit-arch 2.0-rc1 system, but the problem now during claws-mail-3.9.0 (current) compilation is
please post a compilation error you received
that it looks for /usr/lib/libdb-4.8.la and it does not find it.
You have libdb-4.8 in /lib in Porteus 2.0-rc1, so I made a symlink in /usr/lib to it, but it is looking
specifically for libdb-4.8.la, and it is not there. Why wasn't it included? Compilation always looks for
*.la libraries. Any chance you could make it available for me, or post a link to somewhere, so that
I don't have to compile the whole libdb from scratch. This thing is getting a bit frustrating... Thanks.