Hi, have you verified, that your platform compiler can compile in 64-bit mode? In case of gcc, you can forcce it with -m64. Create a little helloworld-program and compile it with -m64. If the compiler complains, you can't build 64-bit executables. You may also want to try to set CFLAGS to "-m64" (for gcc). Regards, Edgar > Thanks Jorge. > > Is it possible to build for x86-64 machine? > > I am trying to build with --host=x86_64-linux-gnu --enable-lib64=yes > It builds but when I look at the modules file mod_ssl.so. They are > all 32 bit only. > > What could be the mistake that I am doing. > > Please let me know. > > Thanks & Regards, > Aruna. > > --- On *Thu, 11/19/09, Jorge Medina *<jmedina@xxxxxxxxxxxx> wrote: > > From: Jorge Medina <jmedina@xxxxxxxxxxxx> > Subject: RE: Apache build > To: "users@xxxxxxxxxxxxxxxx" <users@xxxxxxxxxxxxxxxx> > Date: Thursday, November 19, 2009, 1:49 AM > > It is doable. I compile my own apache and provide it as a tar.gz file > bundled with other set of scripts. > > If the paths on the target machine do not match the paths on your > build machine, then you will need to define LD_LIBRARY_PATH > > *From:* Aruna Gummalla [mailto:aruna_gummalla@xxxxxxxxx] > *Sent:* Wednesday, November 18, 2009 3:11 PM > *To:* users@xxxxxxxxxxxxxxxx > *Subject:* Apache build > > Hi, > > I want to build httpd server and install on some other machine with > my own build scripts. > > Does it hard codes any paths internally? > > Thanks & Regards, > Aruna. > > > --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx