Anik Pal wrote: > But it looks like it place the build binary of > apache in the default location, I want it to build and place > the binary in the my defined location. > I know in the unix set up > %Configure --prefix="Traget_directory" > you can direct it to place the binary. But as I'm not directly running > configure rather running % apache2-2.2.6-1.sh conf (hope it will apply > cygwin specific patches) so I can't input the prefix target directory. > > So what changes to be required to redirect the binary in my defined > location? Regards
Just edit apache2-2.2.6-1.sh and find where it runs configure, you can edit the --prefix setting there. It's in the conf() shell function definition, around line 197. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/