A
Anonymous
Guest
Tell me about your OS.jackiehms79 said:Hi,
Can somebody please help me out? I tried to install Apache with PHP and its PDFLib but failed. What I did is:
1) In PHP folder which I extracted from the downloaded tar file from php.net, I execute the following command:
a) ./configure --with-mysql --with-pdflib-dir=/tmp/pdflib --with-tiff --with-png --with-apache=/tmp/apache --enable-track-vars
b) make
c) make install
2)After that I compile the Apache:
a) ./configure --activate-module=src/modules/php4/libphp4.a
b) make
c) make install
3) Then I copy the php.ini-disted to /usr/local/lib/php.ini
4) AddType to Apache's httpd.conf:
AddType application/x-httpd-php .php
5) Then httpd start
6) I created phpinfo.php which the contents as below:
<?
phpinfo();
?>
7) When I run the phpinfo.php, i have notice that the configure command row only shows "./configure"
Did I miss out any steps??