Hello, Trying to install libidn2-2.1.1, but version number of libidn2.so seems to be strange. It goes back to 0.3.5. (was 4.0.0 in libidn2-2.1.0).
$ uname -a SunOS xxx 5.11 11.3 i86pc i386 i86pc $ cc -V cc: Studio 12.6 Sun C 5.15 SunOS_i386 2017/05/30 $ ./configure CC=cc CXX=CC $ make $ ls -l `find . -name libidn2.so` lrwxrwxrwx 1 xxx xxx 16 Feb 9 07:46 ./lib/.libs/libidn2.so -> libidn2.so.0.3.5 Did the same thing with libidn2-2.1.0: $ ls -l `find . -name libidn2.so` lrwxrwxrwx 1 xxx xxx 16 Feb 9 07:49 ./lib/.libs/libidn2.so -> libidn2.so.4.0.0 Regards, --- Kiyoshi _______________________________________________ Help-libidn mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-libidn
