On Thu, Sep 16, 1999 at 04:44:21PM +0700, Usef Saiful Ulum wrote: > Hi there, > > I have installed Apache 1.3.9 with PHP3: > > # tar xvzf apache_1.3.9.tar.gz > # tar xvzf php-3.0.12.tar.gz > # cd apache_1.3.9 > # ./configure --prefix=<apache-install-dir> > # cd ../php-3.0.12 > # ./configure --with-mysql=<path-to-mysql-src> > --with-apache=../apache_1.3.9 --enable-track-vars > # make; make install > # cd ../apache_1.3.9 > # ./configure --prefix=<apache-install-dir> > --activate-module=src/modules/php3/libphp3.a > # make
err... shouldn't it be make && make install instead? > # cd ../php-3.0.12 > # cp php3.ini-dist /usr/local/lib/php3.ini > > The problem is: I didn't get any files on <apache-install-dir> ??? > # ls -al <apache-install-dir> > total 0 > # > > How this could be, and how to solve the problem? hope this helps Marcin -- -------------------------------- Marcin Owsiany [EMAIL PROTECTED] --------------------------------