[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libidn2-2.1.1] version number of libidn2.so
From: |
Kiyoshi KANAZAWA |
Subject: |
[libidn2-2.1.1] version number of libidn2.so |
Date: |
Sat, 9 Feb 2019 07:58:39 +0900 (JST) |
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