📄 install
字号:
* Installing the rrdtool module as an embedded extensionInstalling rrdtool module as an embedded extension provides all ofyour php4 scripts access to the rrd_* functions without having toload any shared libs with the dl() function of php. In order to install the rrdtool module as an embedded extensionyou will need to have autoconf/automake and friends installed. 1. make sure you have the php4 sources untarred somewhere, lets call it /src/php-4.2.3/ 2. untar php-rrdtool.tar in the extension directory of the php source tree. % cd /src/php-4.2.3/ext % tar zxvf php-rrdtool.tar.gz 3. recreate the configure scripts for php4. % cd /src/php-4.2.3 % ./buildconf 4. you should now be ready to run configure for php4. make sure you include "--with-rrdtool=path" in the options where path is the path to where rrdtool is installed to configure. % ./configure --with-rrdtool=/usr/local 5. now run make, and then make install. you should be ready to go.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -