On Tuesday 10 October 2006 16:53, Ryan Novosielski wrote: > I have been working on a regression script for Bacula and am now > starting to try to get Bacula to compile a regress environment on my > test system. However, the trouble here is my test system runs HP-UX 11i, > and apparently at least on my install, it falsely detects IPv6. I cannot > use IPv6 and the install blows up unless I comment out that line in > config.h. However, running configure overwrites config.h and 'make > setup' in regress runs configure.
> > What is the best way to make sure that IPv6 stays out? I don't see a way > to add a --disable flag for it (what would the flag be called and how > would I find this out?) I'm also not sure what the best way after that > would be. Autoconf is really not freely available as a package for my > platform without building it and all of its dependencies on really slow > hardware. Is there a quick way to make this work without too much trouble? Hack <regress>/scripts/setup and add a sed just after the ./configure that "patches" the config.h file to turn off IPv6. If you then diff the original to the modified file and save it, if you ever pull a new regress source, you will have a nice patch file for re-inserting the hack. The long term "correct" solution is to change <bacula>/autoconf/configure.in to correctly detect (or override incorrect detection) on HP machines or find the root of the problem. > > Sorry, I'm not too familiar with the internal workings of the > 'configure' package. :-\ > -- > ---- _ _ _ _ ___ _ _ _ > |Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Systems Programmer III > |$&| |__| | | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922) > \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630 > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Bacula-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/bacula-users > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
