You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Brent Bailey <bb...@metrocastcablevision.com> on 2004/06/14 21:03:11 UTC

[users@httpd] error message when compiling apache

Hello,
Im trying to compile from source of apache on a solaris 9 machine. Wht im 
actually looking to do is to get apache compiled with

OpenSSl
mod_ssl
mod_perl

Ive already gone and installed openssl then ./configured both mod_ssl by doing

./configure --with-apache=../apache_1.3.27 --with-eapi-only

then i went to the mod_perl dir and did:

perl Makefile.PL APACHE_SRC=../apache_1.3.xx/src \
    DO_HTTPD=1 USE_APACI=1 EVERYTHING=1

so then i went to the apache src dir and did:

./configure --prefix=/usr/local/apache --enable-module=all --enable-
shared=max --enable-rule=EAPI --with-layout=Apache

I then got the following error:

Error: None of Berkeley-DB 1.x, 2.x or 3.x libraries found.
       Either disable mod_auth_db or provide us with the paths
       to the Berkeley-DB include and library files.
       (Hint: INCLUDES, LDFLAGS, LIBS)


Im not sure wheres these libraries are on a solaris 9 machine ?!?

any help is greatly appreciated

thank you 
Brent Bailey 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] error message when compiling apache

Posted by Vasiliy Boulytchev <va...@boulytcheva.com>.
You want to probably get the 4.2...........  Once that is installed, let me
know.   


Vasiliy Boulytchev
Colorado Information Technologies, Inc.
http://www.coinfotech.com

-----Original Message-----
From: Brent Bailey [mailto:bbailey@metrocastcablevision.com] 
Sent: Monday, June 14, 2004 1:14 PM
To: users@httpd.apache.org
Cc: users-return-42396-bbailey=metrocastcablevision.com@httpd.apache.org
Subject: RE: [users@httpd] error message when compiling apache


What version do i want to install ?

db-3.3.11
or
db-4.2.52.NC 

by the way thank you for your reply 

Brent Bailey







On Mon, 14 Jun 2004 13:16:48 -0600, Vasiliy Boulytchev wrote
> If I am not mistaking, you need to install Berkeley DB, and then (if 
> needed), link the libs apache is lookinf for in the configure script,  
> to the installed libs.
> 
> Vasiliy Boulytchev
> Colorado Information Technologies, Inc.
> http://www.coinfotech.com
> 
> -----Original Message-----
> From: Brent Bailey [mailto:bbailey@metrocastcablevision.com]
> Sent: Monday, June 14, 2004 1:03 PM
> To: users@httpd.apache.org
> Subject: [users@httpd] error message when compiling apache
> 
> Hello,
> Im trying to compile from source of apache on a solaris 9 machine. 
> Wht im actually looking to do is to get apache compiled with
> 
> OpenSSl
> mod_ssl
> mod_perl
> 
> Ive already gone and installed openssl then ./configured both mod_ssl 
> by doing
> 
> ./configure --with-apache=../apache_1.3.27 --with-eapi-only
> 
> then i went to the mod_perl dir and did:
> 
> perl Makefile.PL APACHE_SRC=../apache_1.3.xx/src \
>     DO_HTTPD=1 USE_APACI=1 EVERYTHING=1
> 
> so then i went to the apache src dir and did:
> 
> ./configure --prefix=/usr/local/apache --enable-module=all --enable- 
> shared=max --enable-rule=EAPI --with-layout=Apache
> 
> I then got the following error:
> 
> Error: None of Berkeley-DB 1.x, 2.x or 3.x libraries found.
>        Either disable mod_auth_db or provide us with the paths
>        to the Berkeley-DB include and library files.
>        (Hint: INCLUDES, LDFLAGS, LIBS)
> 
> Im not sure wheres these libraries are on a solaris 9 machine ?!?
> 
> any help is greatly appreciated
> 
> thank you
> Brent Bailey
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


Brent Bailey CCNA
High Speed Data Services
MetroCast Cablevision
603-332-8629 ext:242
bbailey@metrocastcablevision.com


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] error message when compiling apache

Posted by Brent Bailey <bb...@metrocastcablevision.com>.
What version do i want to install ?

db-3.3.11 
or
db-4.2.52.NC 

by the way thank you for your reply 

Brent Bailey







On Mon, 14 Jun 2004 13:16:48 -0600, Vasiliy Boulytchev wrote
> If I am not mistaking, you need to install Berkeley DB, and then (if
> needed), link the libs apache is lookinf for in the configure script,
>  to the installed libs.
> 
> Vasiliy Boulytchev
> Colorado Information Technologies, Inc.
> http://www.coinfotech.com
> 
> -----Original Message-----
> From: Brent Bailey [mailto:bbailey@metrocastcablevision.com] 
> Sent: Monday, June 14, 2004 1:03 PM
> To: users@httpd.apache.org
> Subject: [users@httpd] error message when compiling apache
> 
> Hello,
> Im trying to compile from source of apache on a solaris 9 machine. 
> Wht im actually looking to do is to get apache compiled with
> 
> OpenSSl
> mod_ssl
> mod_perl
> 
> Ive already gone and installed openssl then ./configured both 
> mod_ssl by doing
> 
> ./configure --with-apache=../apache_1.3.27 --with-eapi-only
> 
> then i went to the mod_perl dir and did:
> 
> perl Makefile.PL APACHE_SRC=../apache_1.3.xx/src \
>     DO_HTTPD=1 USE_APACI=1 EVERYTHING=1
> 
> so then i went to the apache src dir and did:
> 
> ./configure --prefix=/usr/local/apache --enable-module=all --enable-
> shared=max --enable-rule=EAPI --with-layout=Apache
> 
> I then got the following error:
> 
> Error: None of Berkeley-DB 1.x, 2.x or 3.x libraries found.
>        Either disable mod_auth_db or provide us with the paths
>        to the Berkeley-DB include and library files.
>        (Hint: INCLUDES, LDFLAGS, LIBS)
> 
> Im not sure wheres these libraries are on a solaris 9 machine ?!?
> 
> any help is greatly appreciated
> 
> thank you
> Brent Bailey
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


Brent Bailey CCNA 
High Speed Data Services 
MetroCast Cablevision 
603-332-8629 ext:242 
bbailey@metrocastcablevision.com


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] error message when compiling apache

Posted by Vasiliy Boulytchev <va...@boulytcheva.com>.
If I am not mistaking, you need to install Berkeley DB, and then (if
needed), link the libs apache is lookinf for in the configure script, to the
installed libs. 


Vasiliy Boulytchev
Colorado Information Technologies, Inc.
http://www.coinfotech.com

-----Original Message-----
From: Brent Bailey [mailto:bbailey@metrocastcablevision.com] 
Sent: Monday, June 14, 2004 1:03 PM
To: users@httpd.apache.org
Subject: [users@httpd] error message when compiling apache


Hello,
Im trying to compile from source of apache on a solaris 9 machine. Wht im
actually looking to do is to get apache compiled with

OpenSSl
mod_ssl
mod_perl

Ive already gone and installed openssl then ./configured both mod_ssl by
doing

./configure --with-apache=../apache_1.3.27 --with-eapi-only

then i went to the mod_perl dir and did:

perl Makefile.PL APACHE_SRC=../apache_1.3.xx/src \
    DO_HTTPD=1 USE_APACI=1 EVERYTHING=1

so then i went to the apache src dir and did:

./configure --prefix=/usr/local/apache --enable-module=all --enable-
shared=max --enable-rule=EAPI --with-layout=Apache

I then got the following error:

Error: None of Berkeley-DB 1.x, 2.x or 3.x libraries found.
       Either disable mod_auth_db or provide us with the paths
       to the Berkeley-DB include and library files.
       (Hint: INCLUDES, LDFLAGS, LIBS)


Im not sure wheres these libraries are on a solaris 9 machine ?!?

any help is greatly appreciated

thank you
Brent Bailey 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org