ubuntu 9.04下/usr/bin/ld: cannot find -lperl的解決方法

來源:互聯網
上載者:User
關鍵字 nbsp; 解決方法 apt-get 安裝 nginx

最近在HTTP://www.aliyun.com/zixun/aggregation/13835.html">Ubuntu10.04中安裝nginx,命令如下:

./configure --prefix=/usr/local/nginx --with-HTTP_stub_status_module --with-HTTP_perl_module --with-openssl=/home/ vince/software/openssl-0.9.8b --with-HTTP_ssl_module --with-pcre=/home/vince/software/pcre-8.00 --with-zlib=/home /vince/software/zlib-1.2.3

編譯安裝時出現如下錯誤:

/usr/bin/ld: cannot find -lperl

按照網上的做法:

Shell代碼

sudo apt-get install libperl-dev

出現如下錯誤:

The following packages have unmet dependencies:
libperl-dev: Depends: perl (= 5.10.0-19ubuntu1.1) but 5.10.1-8ubuntu1 is to be installed
Depends: libperl5.10 (= 5.10.0-19ubuntu1.1) but 5.10.1-8ubuntu1 is to be installed
E: Broken packages

其實這裡的意思是,libperl-dev已經安裝了,但我沒怎麼看提示,找了很久都解決不了這個問題,最後在一個論壇上有朋友說這樣做:

Shell代碼

ln -s libperl.so /usr/lib/libperl.so
ldconfig

靈機一動,馬上到/usr/lib裡查看:

Shell代碼

lrwxrwxrwx 1 root root      17 2010-04-12 04:47 /usr/lib/libperl.so.5.10 -> libperl.so.5.10.1
-rw-r--r-- 1 root root 1358776 2010-01-07 23:24 /usr/lib/libperl.so.5.10.1

libperl已經安裝,會不會是找不到libperl.so呢?

馬上做連結:

Shell代碼

ln -s libperl.so.5.10.1 /usr/lib/libperl.so

然後

Shell代碼

ldconfig

再重新make nginx,成功了,呵呵

第二種方法:解決ubuntu 9.04下/usr/bin/ld: cannot find -lperl

sudo apt-get install libperl-dev

sudo apt-get install libperl-devsudo apt-get install libperl-dev

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.