This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mmokrejs
Recipients loewis, mmokrejs
Date 2008-07-03.06:52:41
SpamBayes Score 0.14806233
Marked as misclassified No
Message-id <1215067964.06.0.0666159902903.issue3264@psf.upfronthosting.co.za>
In-reply-to
Content
# ar x /usr/lib/libcrypt.a;nm -g des_crypt.o
         U ___errno
0000033c T _des_crypt
00000274 T _des_encrypt
         U _des_encrypt1
000001b0 T _des_setkey
         U _mutex_lock
         U _mutex_unlock
         U _thr_getspecific
         U _thr_keycreate
         U _thr_setspecific
0000033c W des_crypt
00000274 W des_encrypt
000001b0 W des_setkey
         U free
         U malloc
#

The installation is actually very fresh, as I re-installed the
machine some year ago but it was turned off since few days. With
whatever last aggregate patches were available on dying Solaris
web pages.

# gcc -v
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.6/3.4.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls --disable-libgcj
--enable-languages=c,c++
Thread model: posix
gcc version 3.4.2
#
History
Date User Action Args
2008-07-03 06:52:44mmokrejssetspambayes_score: 0.148062 -> 0.14806233
recipients: + mmokrejs, loewis
2008-07-03 06:52:44mmokrejssetspambayes_score: 0.148062 -> 0.148062
messageid: <1215067964.06.0.0666159902903.issue3264@psf.upfronthosting.co.za>
2008-07-03 06:52:43mmokrejslinkissue3264 messages
2008-07-03 06:52:41mmokrejscreate