RC2 builds fine with my rebuild script (always good for testing :). Sincerely, Steven Roussey Network54.com http://network54.com/?pp=e > -----Original Message----- > From: Steven Roussey [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 21, 2001 6:40 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP-DEV] RE: 4.0.5RC1 static build with Apache 1.3.19 > problem > > > Yes, I have tried it both ways. I configure Apache a second time > after making php and it still does not work. :( > > Sincerely, > > Steven Roussey > Network54.com > http://network54.com/?pp=e > > > > > Subject: Re: [PHP-DEV] RE: 4.0.5RC1 static build with Apache 1.3.19 > > problem > > > > > > Did you configure Apache after you did the make install from > PHP? In the > > PHP directory run make install-sapi and see that PHP copies > everything to > > the right directory. > > > > Andi > > > > At 07:12 PM 3/16/2001 -0800, Steven Roussey wrote: > > > > Subject: 4.0.5RC1 static build with Apache 1.3.19 problem > > > > > >Also happens in Apache 1.3.12 > > > > > >Sincerely, > > > > > >Steven Roussey > > >Network54.com > > >http://network54.com/?pp=e > > > > > >cd apache_1.3.12 > > >CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 > -march=i686 " \ > > >./configure \ > > >--activate-module=src/modules/php4/libphp4.a --enable-module=rewrite > > >cd .. > > > > > >cd php-4.0.5RC1 > > >CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 > -march=i686 " \ > > >./configure --with-mysql --with-xml --with-dom --with-zlib --with-gd \ > > >--with-openssl --with-sablot --with-apache=../apache_1.3.12 > > --enable-inline- > > >optimization > > >make > > >make install > > >cd .. > > > > > >cd apache_1.3.12 > > >make > > >===> src/modules/php4 > > >make[4]: *** No rule to make target `all'. Stop. > > >make[3]: *** [all] Error 1 > > >make[2]: *** [subdirs] Error 1 > > >make[2]: Leaving directory > `/home/network54/webserver/apache_1.3.12/src' > > >make[1]: *** [build-std] Error 2 > > >make[1]: Leaving directory `/home/network54/webserver/apache_1.3.12' > > >make: *** [build] Error 2 > > > > > > > > >-- > > >PHP Development Mailing List <http://www.php.net/> > > >To unsubscribe, e-mail: [EMAIL PROTECTED] > > >For additional commands, e-mail: [EMAIL PROTECTED] > > >To contact the list administrators, e-mail: > [EMAIL PROTECTED] > >
wget --passive-ftp http://www.openssl.org/source/openssl-0.9.6.tar.gz gunzip < openssl-0.9.6.tar.gz | tar xvf - cd openssl-0.9.6 make clean CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 -march=i686 " \ ./config make make install cd .. wget --passive-ftp ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/libxml2-2.3.4.tar.gz gunzip < libxml2-2.3.4.tar.gz | tar xvf - cd libxml2-2.3.4 CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 -march=i686 " \ ./configure --disable-corba make make install cd .. wget --passive-ftp http://ftp1.sourceforge.net/expat/expat-1.95.1.tar.gz gunzip < expat-1.95.1.tar.gz | tar xvf - cd expat-1.95.1 CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 -march=i686 " \ ./configure make make install cd .. wget --passive-ftp http://www.gingerall.com/perl/rd?url=sablot/Sablot-0.51.tar.gz gunzip < Sablot-0.51.tar.gz | tar xvf - cd Sablot-0.51 CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 -march=i686 " \ ./configure make make install cd .. wget --passive-ftp http://freshmeat.net/projects/zlib/altdownload/zlib.tar.gz gunzip < zlib.tar.gz | tar xvf - cd zlib-1.1.3 CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 -march=i686 " \ ./configure --shared make make install cd .. wget --passive-ftp http://httpd.apache.org/dist/apache_1.3.19.tar.gz gunzip < apache_1.3.19.tar.gz | tar xvf - cd apache_1.3.19 CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 -march=i686 " \ ./configure \ --activate-module=src/modules/php4/libphp4.a --enable-module=rewrite cd .. wget --passive-ftp http://www.php.net/distributions/php-4.0.5RC2.tar.gz gunzip < php-4.0.5RC2.tar.gz | tar xvf - cd php-4.0.5RC2 CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 -march=i686 " \ ./configure --with-mysql --with-xml --with-dom --with-zlib --with-gd \ --with-openssl --with-sablot --with-apache=../apache_1.3.19 --enable-inline-optimization make make install cd .. cd apache_1.3.19 CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 -march=i686 " \ ./configure \ --activate-module=src/modules/php4/libphp4.a --enable-module=rewrite make make install cd .. cd php-4.0.5RC2 CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 -march=i686 " \ ./configure --with-mysql --with-xml --with-dom --with-zlib --with-gd \ --with-openssl --with-sablot --enable-inline-optimization make make install cd ..
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]