From owner-freebsd-database@FreeBSD.ORG Sun Dec 4 12:13:51 2005 Return-Path: X-Original-To: freebsd-database@freebsd.org Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2698316A41F for ; Sun, 4 Dec 2005 12:13:51 +0000 (GMT) (envelope-from toshi@ruby.ocn.ne.jp) Received: from smtp.ruby.ocn.ne.jp (ruby.ocn.ne.jp [222.146.40.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id A69D743D45 for ; Sun, 4 Dec 2005 12:13:50 +0000 (GMT) (envelope-from toshi@ruby.ocn.ne.jp) Received: from localhost (p6194-ipadfx01sizuokaden.shizuoka.ocn.ne.jp [219.160.179.194]) by smtp.ruby.ocn.ne.jp (Postfix) with ESMTP id 9F5134784; Sun, 4 Dec 2005 21:13:48 +0900 (JST) Date: Sun, 04 Dec 2005 21:15:01 +0900 (JST) Message-Id: <20051204.211501.260787728.toshi@ruby.ocn.ne.jp> To: freebsd-database@freebsd.org From: SAITOU Toshihide X-GPG-fingerprint: 34B3 0B6A 8520 F5B0 EBC7 69F6 C055 9F8A 0D49 F8FC X-Mailer: Mew version 4.2.50 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Adabas D (included in StarOffice8/StarSuite8) install X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2005 12:13:51 -0000 How can I install Adabas D in FreeBSD? I had tried but failed as follows. rpm -i --force --ignorearch --ignoreos --nodeps *.rpm (I had forgotten about traditional way rpm2cpio at this moment.) after directory adjustment, run x_install, export DBROOT=/usr/opt/adabas export DBCONFIG=$DBROOT/sql export DBWORK=$DBROOT/sql export PATH=$DBROOT/bin:$DBROOT/pgm:${PATH} cd $DBROOT x_install change to the non-privilege user and move to the system console. then, export TERM=vt220 set noglob eval `tset -s` unset noglob xcontrol in this wizard, set the MAXUSERTASKS to 3 and the ``Install Serverdb TESTDB on pcyk'' screen's settings are: SYSTEMDEV F - /tmp/z TRANS LOG F 1500 /tmp/z0 ARCHLOG 1 F 1500 /tmp/z1 DATDEV 01 F 1500 /tmp/z2 then Ctrl-n(Install), and the status screen appears, INSTALL PARAMETERS OK START SERVERDB COLD OK INIT CONFIGURATION ERROR the INIT CONFIGURATION is failed with this message: *** ERROR -8888: SERVERDB NOT ACCESSIBLE, cannot create communication semapho Although if the problem is resolved, that is the start of learning Adabas D with few documentation... Thanks -------- SAITOU Toshihide