Message155150
| Author |
liuqianhn |
| Recipients |
eric.araujo, liuqianhn, loewis |
| Date |
2012年03月08日.05:26:40 |
| SpamBayes Score |
0.00012632684 |
| Marked as misclassified |
No |
| Message-id |
<CALAhSX3TcrSwXMbnn-1yR-9uOhueh+0AvToHxpmLkn9ahcGuiA@mail.gmail.com> |
| In-reply-to |
<1331158549.73.0.181982980792.issue14216@psf.upfronthosting.co.za> |
| Content |
Hi, Eric Araujo,
Thanks for your help. I run "make -s" and found the following message. It
seems that binascii cannot be built correctly. What should I do? Many
thanks.
libpython2.7.a(posixmodule.o)(.text+0x47e1): In function `posix_tmpnam':
./Modules/posixmodule.c:7370: warning: the use of `tmpnam_r' is dangerous,
better use `mkstemp'
libpython2.7.a(posixmodule.o)(.text+0x46c7): In function `posix_tempnam':
./Modules/posixmodule.c:7317: warning: the use of `tempnam' is dangerous,
better use `mkstemp'
building dbm using gdbm
/usr/bin/ld: /usr/local/lib/libz.a(crc32.o): relocation R_X86_64_32 against
`a local symbol' can not be used when making a shared object; recompile
with -fPIC
/usr/local/lib/libz.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
/usr/bin/ld: /usr/local/lib/libz.a(crc32.o): relocation R_X86_64_32 against
`a local symbol' can not be used when making a shared object; recompile
with -fPIC
/usr/local/lib/libz.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
Python build finished, but the necessary bits to build these modules were
not found:
_sqlite3 bsddb185 dl
imageop sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the
module's name.
*Failed to build these modules:*
*binascii zlib*
Best regards,
Qian Liu |
|