Hi,
Dagobert Michelsen wrote:
Yes, this is a standard problem when something for a 64 bit build is picked up
in 32 bit, either because no 64 bit version is there or because some wrong path
pickup. Look for /opt/csw/lib instead of /opt/csw/lib/64.
You are right:
rmottola@unstable10x [global]:~ > ls /opt/csw/lib/libopt*
/opt/csw/lib/libopts.so /opt/csw/lib/libopts.so.25.15.1
/opt/csw/lib/libopts.so.25
rmottola@unstable10x [global]:~ > ls /opt/csw/lib/64/libopt*
/opt/csw/lib/64/libopt*: No such file or directory
I suppose libopts was not build in 64bit version? This would imply we
can't compile gnutls as 64bit, I suppose this this undesirable.
I'll try adding 64bit to libobpts I hope this doesn't get a deep
rebuild nightmare. I will ping Peter in case, it is his package.
Riccardo