r1 - 05 Apr 2004 - 10:50:07 - BobKrzaczekYou are here: TWiki >  Help Web  > BuildingApg
Tags:
create new tag
, view all tags
  • Version: 2.2.3
  • Summary: Automated Password Generator, used for generating or suggesting passwords that are hard to guess yet not hard to remember.

Source

Pull the latest package down from http://www.adel.nursat.kz/apg/ and unpack it under /cis/src/misc

Solaris

Set things up for the standalone build, not the client-server build. Backup and edit the Makefile and make the following changes.

  • Define CC to cc -xtarget=ultra
  • Define FLAGS to -O
  • Define LIBS to -lcrypt
  • Define LIBM to -lm
  • Define INSTALL_PREFIX to /cis
  • Uncomment the CS_LIBS lines for Solaris
  • Ensure that crypted passwords are allowed.
  • Since we're in the United States, use SHA instead of CAST.

   make
   sudo make install
   make clean

Then set up the documentation. Yes, you'll get a warning that doc/man is a directory. Big deal.

   mkdir /cis/share/doc/apg
   cp [A-Z]* doc/* /cis/share/doc/apg
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback