d.apache.org
> Betreff: Re: AW: Can't Compile httpd 2.2.11 linked statically with ssl
> and zlib
>
>
> On Fri, 2008-12-19 at 10:56 +0100, xPostings wrote:
> > > > compiled zlib:
> > > > ./configure
> > > > make
> > > > make install
On Fri, 2008-12-19 at 10:56 +0100, xPostings wrote:
> > > compiled zlib:
> > > ./configure
> > > make
> > > make install
> >
> > What's your prefix here? It'd probably default to /usr/local
>
> default prefix is /usr/local (compiled library will be in /usr/local/lib and
> include files are in /u
> > compiled zlib:
> > ./configure
> > make
> > make install
>
> What's your prefix here? It'd probably default to /usr/local
default prefix is /usr/local (compiled library will be in /usr/local/lib and
include files are in /usr/local/include)
> > compiled openssl 0.9.8i:
> > ./config no-zlib s
xPostings wrote:
Hi Morgan
Yes, I know apt-get very well. But in this case we need to compile the httpd
ourself to get exactly the build we want to, we also include the newest jk_mod
and newest openssl in the build. We did this build for years now and haven't
had any problems till now.
cheer
On Dec 18, 2008, at 5:47 AM, xPostings wrote:
compiled zlib:
./configure
make
make install
What's your prefix here? It'd probably default to /usr/local
compiled openssl 0.9.8i:
./config no-zlib shared
make
make install
Again, what's the prefix? And, specifying 'shared' will build the
mike
-Ursprüngliche Nachricht-
Von: Morgan Gangwere [mailto:0.fracta...@gmail.com]
Gesendet: Donnerstag, 18. Dezember 2008 15:30
An: users@httpd.apache.org
Betreff: Re: Can't Compile httpd 2.2.11 linked statically with ssl and
zlib
xPostings wrote:
> I'm trying to compile an httpd
xPostings wrote:
I'm trying to compile an httpd on a linux system (debian etch) completly static
but can't succeed.
Why?
Debian already has stable in source control.
Simply make sure the source repositories are enabled. Go google around
"apt-get build from source" or some such.
--
Morgan G
I'm trying to compile an httpd on a linux system (debian etch) completly static
but can't succeed.
What I did is following:
compiled zlib:
./configure
make
make install
compiled openssl 0.9.8i:
./config no-zlib shared
make
make install
compiled apache httpd:
./buildconf
./configure --prefix=/u