ubuntu7.10裝ldap - Linux

Joseph avatar
By Joseph
at 2008-08-28T14:42

Table of Contents

※ 引述《Bekin (白鯨)》之銘言:
: 我在ldap.org上下載了openldap2.4.11.tgz這個檔案,
: 然後var -cvfz 這個檔後,
: 在/home/user/openldap-2.4.11下執行./configure後,
: 出現像以下的訊息:
: (略)
: checking for C compiler default output file name... configure: error: C compiler cannot create executables
: See `config.log' for more details.
: 之後不管怎麼make都無作用,
: 請問這是什麼?一個狀況呢?
: 它說的compiler是指什麼?
: 是gcc嗎?

./configure 若是沒有指定 prefix,大部分情況都會安裝至

系統目錄中,所以必須要確定帳號本身是否有相對應權限。

試試看 sudo make; sudo make install;

--
Tags: Linux

All Comments

Re: 有人用Fedora裝過firefox 3.0嗎

Linda avatar
By Linda
at 2008-08-28T13:56
不好意思再請問一下: 我照著您的方法做了, 在終端機打firefox3可以正確執行firefox3 但是我點桌面的firefox icon 啟動的還是原來的firefox2 是否有辦法可以讓我點選桌面的icon 讓它連結去執行firefox3呢 謝謝 ※ 引述《liyih ()》之銘言: : ※ 引 ...

ubuntu7.10裝ldap

Sarah avatar
By Sarah
at 2008-08-28T13:52
我在ldap.org上下載了openldap2.4.11.tgz這個檔案, 然後var -cvfz 這個檔後, 在/home/user/openldap-2.4.11下執行./configure後, 出現像以下的訊息: Configuring OpenLDAP 2.4.11-Release ... check ...

能有Linux英文介面,但能輸入中文嗎?

Cara avatar
By Cara
at 2008-08-28T13:50
若要環境英文,又能輸入及顯示中文 修改 /etc/profile.d/lang.sh: export LC_CTYPE=zh_TW.utf-8 而 LANG 維持 en_US.utf-8 即可 我的系統是 Slackware ,不過這個設定應該各個 distro 皆可適用 ※ 引述《godf ...

求救~硬碟掛掉

Queena avatar
By Queena
at 2008-08-28T13:44
我詳述一下狀況~ 昨天在跑模擬軟體. 看到他output檔都沒新data出現. 電腦也嚴重lag 要中止執行中的軟體 也中止不了, 我強制關掉軟體. 之後重開機 . 發生了以下狀況.. Your system appears to have shut down uncleanly. Press Y wi ...

安裝crosstool顯示錯誤

Yuri avatar
By Yuri
at 2008-08-28T13:22
系統ubuntu-8.04-desktop-i386 用crosstool-0.43版 按照官網上的how-to一步步做 最後發現以下錯誤訊息 checking for a BSD-compatible install... /usr/bin/install -c checking whether l ...