Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages!

You are not logged in. Login here for full access privileges.

Previous Message | Next Message | Back to General discussion on Husky Soft...  <--  <--- Return to Home Page
   Networked Database  General discussion on Husky Soft...   [132 / 150] RSS
 From   To   Subject   Date/Time 
Message   Jeff Smith    Bill Mcgarrity   Re: Some info...   January 19, 2017
 3:43 AM *  

Hello Bill,

>> While I would agree with the above installation order. I think that the
>> Husky documentation offers somewhat conflicting information on the
>> actual install process especially for a first time or newbie software
>> source  compiler.

> It's got my head spinning... lol!!

Here is a script that you might try. It acquired, compiled, and installed the
specified "Modules" ok. It had troubles with the nltools module. Haven't
checked into why yet.

---Begin---
#!/bin/sh -e

# Define your variables
# ------------------------------
HUSKYSRC=$HOME/bbs/src/husky
PREFIX=$HOME/husky
MODULES="huskylib smapi fidoconf areafix hpt htick msged"
CVSROOT=:pserver:anonymous@husky.cvs.sourceforge.net:/cvsroot/husky
CC="gcc -Wl,-rpath,$PREFIX/lib"
# ------------------------------
setup ()
{
  mkdir -p $HUSKYSRC
  cd $HUSKYSRC
  cvs -d$CVSROOT co huskybse
  cp -p huskybse/huskymak.cfg $HUSKYSRC
}

checkout ()
{
  cd $HUSKYSRC
  cvs -d$CVSROOT co $MODULES
}

build ()
{
  cd $HUSKYSRC/$1
  make PREFIX=$PREFIX CC="$CC" LDCONFIG=
  make PREFIX=$PREFIX CC="$CC" LDCONFIG= install
}

setup
checkout

for module in $MODULES; do
  build $module
done

---End---

Jeff


--- BBBS/Li6 v4.10 Toy-3
 * Origin: The OuijaBoard - Anoka, MN  (1:282/1031)
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to General discussion on Husky Soft...  <--  <--- Return to Home Page

VADV-PHP
Execution Time: 0.0783 seconds

If you experience any problems with this website or need help, contact the webmaster.
VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved.
Virtual Advanced Copyright © 1995-1997 Roland De Graaf.
v2.0.140505

Warning: Unknown: open(c:\Sessions\sess_ue4ci4c9qdph1hc1dn6o51okt2, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0 PHP Warning: session_start(): open(c:\Sessions\sess_ue4ci4c9qdph1hc1dn6o51okt2, O_RDWR) failed: No such file or directory (2) in D:\wc5\http\public\VADV\include\common.inc.php on line 45 PHP Warning: Unknown: open(c:\Sessions\sess_ue4ci4c9qdph1hc1dn6o51okt2, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0