亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 1783 | 回復(fù): 0
打印 上一主題 下一主題

技術(shù)日志_1 python package version issue [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2010-01-04 17:03 |只看該作者 |倒序?yàn)g覽

v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}

  
  


  Normal
  0
  
  
  
  7.8 磅
  0
  2
  
  false
  false
  false
  
  EN-US
  ZH-CN
  X-NONE
  
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
  
  
   
   
   
   
   
   
   
   
   
   
   
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

/* Style Definitions */
table.MsoNormalTable
        {mso-style-name:普通表格;
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-priority:99;
        mso-style-qformat:yes;
        mso-style-parent:"";
        mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
        mso-para-margin:0cm;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.5pt;
        mso-bidi-font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-font-kerning:1.0pt;}


  

Installed
pycurl-7.19.0 but when used, got this error: Fatal
Python error: pycurl: libcurl link-time version is older than compile-time
version. Googled it immediately of course. This
post seems useful but no detail info of how, so helpless to a newbie like
me.
At least
I know it’s the damn version issue. How about installing the latest cURL lib?
Tried but failed. However, I noticed the following msg after installation:
If you ever happen to want to link
    against installed libraries in a given directory, LIBDIR, you must either
    use libtool, and specify the full pathname of the library, or use the
    `-LLIBDIR' flag during linking and do at least one of the following:
   
  
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during
    execution
   
   - add LIBDIR to the `LD_RUN_PATH'
    environment variable during linking
  
    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   
  
    - have your system administrator add LIBDIR to `/etc/ld.so.conf'
   
I
followed the first suggestion and added my installation dir “/usr/local/lib” to
LD_LIBRARY_PATH, and, HOORAY, it worked.
Remaining
question: “/usr/local/lib” and “/usr/lib” are default installation dir for most
libs, why they are not searched by default? Really weird of lib/include path
issue in Linux.
VERSION
ISSUE again. When I resolved libcurl version issue, I got another more: ImportError:
/usr/local/lib/python2.6/site-packages/libxml2mod.so: symbol
xmlFirstElementChild, version LIBXML2_2.7.3 not defined in file libxml2.so.2
with link time reference. Google, google, google, and
this bug report
helped me: some expert asked “This sounds like your may have some other (old)
libxml2.so.2 filegetting in the way”. Actually I got “l(fā)ibxml2.so.2.6.32” under /usr/lib,
and “l(fā)ibxml2.so.2.7.6” under /usr/local/lib. Seems the former old one is
provided by Debian. So the solution is rather simple now: put /usr/local/lib
before /usr/lib in my LD_LIBRARY_PATH in ~/.bashrc.
Remaining
question: Is it better to always put /usr/local/lib before /usr/lib?

               
               
               
               
               

本文來自ChinaUnix博客,如果查看原文請點(diǎn):http://blog.chinaunix.net/u/21990/showart_2139206.html
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP