Changes between Version 4 and Version 5 of jazz/09-04-28
- Timestamp:
- Apr 28, 2009, 2:57:25 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-04-28
v4 v5 16 16 $ sudo apt-get install php5-gd php5-mysql mysql-server drbl 17 17 }}} 18 * 其中 [http://people.redhat.com/nalin/oddjob/ oddjob] 因為是 Redhat 的人開發的,所以目前仍需要額外自行下載安裝,我用 checkinstall 來產生 deb 套件。在 ./configure 過程中發現相依一些套件包含 D-Bus-1 , SELinux Header, libxml-2.0 跟 libpam0g-dev 套件裡的 /usr/include/security/pam_modules.h (用 apt-file 去找)18 * 其中 [http://people.redhat.com/nalin/oddjob/ oddjob] 因為是 Redhat 的人開發的,所以目前仍需要額外自行下載安裝,我用 checkinstall 來產生 deb 套件。在 ./configure 過程中發現相依一些套件包含 D-Bus-1 , SELinux Header, libxml-2.0, libpam0g-dev 套件裡的 /usr/include/security/pam_modules.h 跟 python2.5-dev 裡的 /usr/include/python2.5/Python.h (用 apt-file 去找) 19 19 {{{ 20 $ sudo apt-get install libdbus-1-dev libxml2-dev libselinux1-dev libpam0g-dev 20 $ sudo apt-get install libdbus-1-dev libxml2-dev libselinux1-dev libpam0g-dev python2.5-dev 21 21 $ wget http://people.redhat.com/nalin/oddjob/oddjob-0.29.1-1.tar.gz 22 22 $ tar zxvf oddjob-0.29.1-1.tar.gz … … 50 50 Enter a number to change any of them or press ENTER to continue: 51 51 52 ~/oddjob-0.29.1-1$ sudo dpkg --info oddjob-0.29.1_0.29.1-1nchc_amd64.deb 53 Package: oddjob-0.29.1 54 Priority: extra 55 Section: optional 56 Installed-Size: 768 57 Maintainer: Jazz Yao-Tsung Wang 58 Architecture: amd64 59 Version: 0.29.1-1nchc 60 Depends: libdbus-1-dev, libxml2-dev, libselinux1-dev, libpam0g-dev, python2.5-dev 61 Provides: oddjob-0.29.1 62 Description: invoke and control applications by issuing requests using the D-Bus 63 The oddjob package provides a means for unprivileged applications 64 to invoke and take limited control of privileged applications by 65 issuing requests using the D-Bus system message bus. 52 66 }}}