logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: need to find a apache 2.2 binary with ssl and ldap for unix
Author
chars



Joined: 14 Dec 2006
Posts: 11

PostPosted: Thu 21 Dec '06 6:37    Post subject: need to find a apache 2.2 binary with ssl and ldap for unix Reply with quote

Hi,

How r u?

I am sorry that I am not only interested apache2 with ldap/ssl in windows but in unix as well.
Do you know anywhere to find a apache2.2 binary version with ssl and ldap enabled for unix system? The only binary apache2.2 that I found in sunfreeware with ssl but not ldap enabled. Need your help please.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Thu 21 Dec '06 10:18    Post subject: Reply with quote

On unix you should download the sources and compile it yourself. There are a lot of unix forums where you can ask how to to that.
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Thu 21 Dec '06 13:19    Post subject: Reply with quote

James Blond wrote:
On unix you should download the sources and compile it yourself. There are a lot of unix forums where you can ask how to to that.


There are some binaries for distro's but they usually suck.

Like James said its best to compile.
If you don't want that you need to run

yum install apache or emerge apache

or commands along those lines... its best to look into the distro's manual
Back to top
chars



Joined: 14 Dec 2006
Posts: 11

PostPosted: Thu 21 Dec '06 18:30    Post subject: Would you tell me one or two unix-apache forums please Reply with quote

Hi Guys,

Thanks. I need to find out the apache requirements for the unix environment for the configure/compile process. When I tried to configure
apache 2.2, didn't pass it with errors complained about the version number of
apr-util 1.2.0 or above, but I installed apr-util 1.2.2 in that box. I need to go through the "configure" file for httpd2.2 and understand it a little bit. It is a big file and so many unknowns. Tell me one or two apache-unix forum please.

Thanks a lot.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Thu 21 Dec '06 20:34    Post subject: Reply with quote

A very short guide can be found here

http://www.apachelounge.com/viewtopic.php?t=711

a very good forum I know is http://www.rootforum.de/forum/
yes, it is is german, but i know that this guys also can english Wink

an english forum
apachefriends.org/f/viewforum.php?f=17

another one (not tested, just googled)
http://www.unix.com/forumdisplay.php?f=2
Back to top
chars



Joined: 14 Dec 2006
Posts: 11

PostPosted: Fri 22 Dec '06 19:59    Post subject: Reply with quote

Thanks a lot,

I am sorry that I am talking about the unix-httpd here. You are welcome to give your comments and I am also on a unix forum to find a clue.

The configuration for httpd2.2.3 with ssl and ldap in Solaries 10 has been passed and it had some errors/fails related wtih
configure: failed program was:
| /* confdefs.h. */
But I got errors on the make stage to complain about "Undefined symbols", such as,
Undefined first referenced
symbol in file
apr_ldap_info server/.libs/libmain.a(exports.o)
apr_ldap_init server/.libs/libmain.a(exports.o)
apr_ldap_url_parse_ext server/.libs/libmain.a(exports.o)
apr_ldap_ssl_deinit server/.libs/libmain.a(exports.o)
apr_ldap_is_ldapi_url server/.libs/libmain.a(exports.o)
apr_ldap_is_ldaps_url server/.libs/libmain.a(exports.o)
apr_ldap_set_option server/.libs/libmain.a(exports.o)
apr_ldap_get_option server/.libs/libmain.a(exports.o)
apr_ldap_is_ldap_url server/.libs/libmain.a(exports.o)
apr_ldap_ssl_init server/.libs/libmain.a(exports.o)
apr_ldap_url_parse server/.libs/libmain.a(exports.o)

It also displayed the following message to tell me the error cause as:
The following command caused the error:
otarget=`echo all-recursive|sed s/-recursive//`; \
list=' srclib os server modules support'; \
for i in $list; do \
if test -d "$i"; then \
target="$otarget"; \
echo "Making $target in $i"; \
if test "$i" = "."; then \
made_local=yes; \
target="local-$target"; \
fi; \
(cd $i && make $target) || exit 1; \
fi; \
done; \
if test "$otarget" = "all" && test -z 'httpd shared-build '; then \
made_local=yes; \
fi; \
if test "$made_local" != "yes"; then \
make "local-$otarget" || exit 1; \
fi
make: Fatal error: Command failed for target `all-recursive'

I am still on the study page and need to understand the reasons and find
the clue.
Back to top
chars



Joined: 14 Dec 2006
Posts: 11

PostPosted: Sat 23 Dec '06 3:55    Post subject: Reply with quote

It took a lot of time to figure out of configure/make the apache 2.2.3 in unix
with ldap enabled and it worked.
I downloaded the apache2.2.3 from apache.org
and installed Openldap client
and configure/make for apr and apr-util and then
configure/make for apache2.2.3
Done for this stage.
I am going to install an Opeldap server and see how it work.

Thanks for all your help.
Back to top


Reply to topic   Topic: need to find a apache 2.2 binary with ssl and ldap for unix View previous topic :: View next topic
Post new topic   Forum Index -> Apache