Branches
Releases
|
Version
|
Focus
|
Date
|
|
1.5.72
|
Minor feature enhancements |
07-Oct-2004 18:40 |
|
1.5.70
|
Minor feature enhancements |
04-May-2004 02:38 |
|
1.5.68
|
Minor feature enhancements |
01-Nov-2003 10:08 |
|
1.5.67
|
Major feature enhancements |
02-Sep-2003 17:33 |
|
1.5.66
|
Minor bugfixes |
06-Jun-2003 11:03 |
|
1.5.64
|
Minor bugfixes |
06-Jan-2003 18:51 |
|
1.5.63
|
Major bugfixes |
07-Oct-2002 16:06 |
|
1.5.62
|
Major bugfixes |
04-Oct-2002 17:33 |
|
1.5.61
|
Minor bugfixes |
18-Sep-2002 04:26 |
|
1.5.60
|
Major bugfixes |
14-Sep-2002 00:57 |
Comments
[»]
Version 1.5.70
by thegrinch - Aug 10th 2005 04:26:00
Greetings<br>
Can anybody let me know where I can download ApacheToolbox-1.5.70.
I've downloaded V1.5.72 compiled but I get the following errors when I
type 'make' in apache-1.3.31 directory on Debian 3.0:
-----------------------------------------------------------------------
If there where _no_ errors run "cd apache_1.3.31;make" now.
Follow the instructions to make the SSL certificate before you install
apache.
Run "make install" in the apache source directory to
install
apache 1.3.31 after you've successfully compiled it.
Please visit www.apachetoolbox.com for updates and the support forum.
-----------------------------------------------------------------------
bos1:/tmp/Apachetoolbox-1.5.72# cd apache_1.3.31
bos1:/tmp/Apachetoolbox-1.5.72/apache_1.3.31# make
===> src
make[1]: Entering directory `/tmp/Apachetoolbox-1.5.72/apache_1.3.31'
make[2]: Entering directory
`/tmp/Apachetoolbox-1.5.72/apache_1.3.31/src'
===> src/os/unix
gcc -c -I/tmp/Apachetoolbox-1.5.72/src/mm-1.3.0 -I../../os/unix
-I../../include -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/db1
-DMOD_SSL=208119 -DEAPI -DEAPI_MM -DUSE_EXPAT -I../../lib/expat-lite
`../../apaci` os.c
gcc -c -I/tmp/Apachetoolbox-1.5.72/src/mm-1.3.0 -I../../os/unix
-I../../include -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/db1
-DMOD_SSL=208119 -DEAPI -DEAPI_MM -DUSE_EXPAT -I../../lib/expat-lite
`../../apaci` os-inline.c
rm -f libos.a
ar cr libos.a os.o os-inline.o
ranlib libos.a
<=== src/os/unix
===> src/ap
gcc -c -I/tmp/Apachetoolbox-1.5.72/src/mm-1.3.0 -I../os/unix -I../include
-DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/db1 -DMOD_SSL=208119 -DEAPI
-DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite `../apaci` ap_cpystrn.c
In file included from ../include/httpd.h:31,
from ap_cpystrn.c:16:
../include/buff.h:86: parse error before `ap_ctx'
../include/buff.h:86: warning: no semicolon at end of struct or union
../include/buff.h:97: parse error before `}'
make[3]: *** [ap_cpystrn.o] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory
`/tmp/Apachetoolbox-1.5.72/apache_1.3.31/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/tmp/Apachetoolbox-1.5.72/apache_1.3.31'
make: *** [build] Error 2
bos1:/tmp/Apachetoolbox-1.5.72/apache_1.3.31# cd ..
[reply]
[top]
[»]
very helpful
by tek - Sep 24th 2001 02:12:54
i did find myself having to go back and turn off features(which i didnt
need to begin with so im not complaining either) that were giving me
errors...
awesome script though, saved me (hours X several machines) = days! over
doing apacompile by hand as i have been doing.
I have been building LAMP machines each different than the last so this is
a godsend for me!
great timesaver and for those less technical it sure makes things much
easier..VERY FULL FEATURED TOO!
[reply]
[top]
[»]
very helpful
by tek - Sep 23rd 2001 23:02:05
i did find myself having to go back and turn off features(which i didnt
need to begin with so im not complaining either) that were giving me
errors...
awesome script though, saved me (hours X several machines) = days! over
doing apacompile by hand as i have been doing.
I have been building LAMP machines each different than the last so this is
a godsend for me!
great timesaver and for those less technical it sure makes things much
easier..VERY FULL FEATURED TOO!
[reply]
[top]
[»]
good program small bug
by OranjC - Aug 31st 2001 04:03:11
overall good program, but you should put some type of timeout for the
downloading fuctions when it can't contact a specific server
[reply]
[top]
[»]
Re: good program small bug
by Bryan Andrews - Nov 29th 2001 10:47:53
> overall good program, but you should put
> some type of timeout for the downloading
> fuctions when it can't contact a
> specific server
>
I use wget to download needed source tarballs, which uses a 2 second
timeout. You can change the timeout to whatever you'd like in
etc/defaults.conf.
[reply]
[top]
[»]
Great system, minor problem
by Osty - Feb 28th 2001 06:03:37
This script is great, but it doesn't look for PostgreSQL in the default
location (/usr/local/pgsql) when configuring php. Small change to fix
this. Just add:
test -f /usr/local/pgsql/include/libpq-fe.h && INSTALL_PHP_POSTGRES=$TRUE
to Apachetoolbox-version/bin/php-postgres.
[reply]
[top]
[»]
Re: Great system, minor problem
by Bryan Andrews - Mar 9th 2001 17:04:38
> This script is great, but it doesn't
> look for PostgreSQL in the default
> location (/usr/local/pgsql) when
> configuring php. Small change to fix
> this. Just add:
>
> test -f
> /usr/local/pgsql/include/libpq-fe.h &&
> INSTALL_PHP_POSTGRES=$TRUE
>
> to
> Apachetoolbox-version/bin/php-postgres.
This has been added to v1.5.14+ , thanks for the tip!
[reply]
[top]
[»]
Re: Great system, minor problem
by SuperZero - Mar 22nd 2001 16:57:31
> This script is great, but it doesn't
> look for PostgreSQL in the default
> location (/usr/local/pgsql) when
> configuring php. Small change to fix
> this. Just add:
>
> test -f
> /usr/local/pgsql/include/libpq-fe.h &&
> INSTALL_PHP_POSTGRES=$TRUE
>
> to
> Apachetoolbox-version/bin/php-postgres.
In my default Debian 2.2r2 Install Postgres was in /usr/include/postgresql
.... Same as above, just a different path.. Works great.
-- -------------------------
Systems Admin
www.we-create.com
[reply]
[top]
[»]
Re: Great system, minor problem
by Bryan Andrews - Mar 26th 2001 18:16:34
>
> % This script is great, but it
> doesn't
> % look for PostgreSQL in the default
> % location (/usr/local/pgsql) when
> % configuring php. Small change to
> fix
> % this. Just add:
> %
> % test -f
> % /usr/local/pgsql/include/libpq-fe.h
> &&
> % INSTALL_PHP_POSTGRES=$TRUE
> %
> % to
> %
> Apachetoolbox-version/bin/php-postgres.
>
>
>
> In my default Debian 2.2r2 Install
> Postgres was in /usr/include/postgresql
> .... Same as above, just a different
> path.. Works great.
>
Added to 1.5.15+
[reply]
[top]
[»]
Get your Webserver Started Quickly
by kapheine - Dec 21st 2000 23:08:03
If you want to get a webserver setup quickly, this is a great program. It
can automatically install many different things for you, but lets you still
customize compilation options. It is especially good if you don't want to
take the 50 hours required to individually compile and setup many different
programs.
[reply]
[top]
[»]
Re: Get your Webserver Started Quickly
by Thomas - Mar 16th 2001 10:48:59
I can agree, and it gets better and better ...
(always up to date with the modules)
Great work
[reply]
[top]
[»]
it can be downloaded to ???? or it´s just the description.....
by hard2kick - Dec 1st 2000 16:30:31
.
[reply]
[top]
|