LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-11-2003, 12:06 AM   #1
Sabeer
Member
 
Registered: Mar 2003
Posts: 38

Rep: Reputation: 15
Problem in Installing Domino Server Help!!


Hi

I have Problem in Installing Lotus Domino Server 6.0

I have Red Hat Linux 9.0

I have downloaded Domino Server 6.0 from the site

and when I try to install it I face problems

When i start the installation with ./install script

I get the following error and I am not able to proceed

here is the Error

: command not found

: command not found

: command not found

: command not found

' /install: line 7 : syntax error near unexpected token '{

' /install: line 7 : 'CdPath() {

What could be the reason what is the way to solve this

wheather we can install it in Red Hat 9.0

Kindly Guide me to proceed


Regards
Sabeer
 
Old 11-11-2003, 01:01 AM   #2
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Go to line 7 of the install script and post the entire CdPath function. I sounds like there's a missing library somewhere.
 
Old 11-11-2003, 01:12 AM   #3
Sabeer
Member
 
Registered: Mar 2003
Posts: 38

Original Poster
Rep: Reputation: 15
Hi

Here is the Contents in the script

CdPath() {

# presumes CdPathRoot is set to the real absolute path of the
# kit (dist) root; the dir containing this file
# (not necessarily the root of the cd)

# in: $1: relative (to CdPathRoot) representative
path of
# target file
# $2: (optional) if "noescape", a
backslash char will not be used
# to escape a semicolon in the
filename
# returns: absolute real path of target, or
# ${CdPathRoot}/${1} if not found

targpath=$1

# try as-is
testpath=${CdPathRoot}/${targpath}
if [ -r $testpath ]; then
$echo $testpath
return
fi

# try upper-case
testpath=${CdPathRoot}/`$echo $targpath | $tr [a-z] [A-Z]`
if [ -r $testpath ]; then
$echo $testpath
return
fi

# try lower-case
testpath=${CdPathRoot}/`$echo $targpath | $tr [A-Z] [a-z]`
if [ -r $testpath ]; then
$echo $testpath
return
fi

# try upper-case with version ";1" appended
if [ -r ${testpath}\;1 ]; then
if [ "$2" = "noescape" ]; then
$echo "${testpath};1"
else
$echo ${testpath}\\\;1
fi
return
fi

# didn't find it
$echo ${CdPathRoot}/${targpath}
}



Do I need to Change anything

What Shall I do What is missing
Anyone face this problem before
Guide me futher

Regards
Sabeer
 
Old 12-22-2003, 08:33 AM   #4
thebrain
LQ Newbie
 
Registered: Nov 2003
Posts: 15

Rep: Reputation: 0
Here is an install script from Domino 6.5 (not too sure if it will help):

CdPath() {

# presumes CdPathRoot is set to the real absolute path of the
# kit (dist) root; the dir containing this file
# (not necessarily the root of the cd)

# in: $1: relative (to CdPathRoot) representative path of
# target file
# $2: (optional) if "noescape", a backslash char will not be used
# to escape a semicolon in the filename
# returns: absolute real path of target, or
# ${CdPathRoot}/${1} if not found

targpath=$1

# try as-is
testpath=${CdPathRoot}/${targpath}
if [ -r $testpath ]; then
$echo $testpath
return
fi

# try upper-case
testpath=${CdPathRoot}/`$echo $targpath | $tr [a-z] [A-Z]`
if [ -r $testpath ]; then
$echo $testpath
return
fi

# try lower-case
testpath=${CdPathRoot}/`$echo $targpath | $tr [A-Z] [a-z]`
if [ -r $testpath ]; then
$echo $testpath
return
fi

# try upper-case with version ";1" appended
if [ -r ${testpath}\;1 ]; then
if [ "$2" = "noescape" ]; then
$echo "${testpath};1"
else
$echo ${testpath}\\\;1
fi
return
fi

# didn't find it
$echo ${CdPathRoot}/${targpath}
}
 
Old 01-25-2004, 11:19 AM   #5
cajunteacher16
LQ Newbie
 
Registered: Jan 2004
Posts: 1

Rep: Reputation: 0
Double Check!!

I had the same problem and determined that I was downloading the Domino 6 installer with Windows and then transferring it. It was placing characters in the install file that Linux was puking at. Download it with Linux and then go from there. Worked for me.

Have Fun!!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
domino server help required sibtay Linux - Software 0 11-28-2004 11:24 PM
cant install lotus domino server sibtay Linux - Software 0 11-27-2004 06:34 AM
Domino Server ssetup problem on Red Hat 9.0 ld5221 Linux - General 1 09-17-2004 07:52 AM
problem with domino server on red hat undercrawler Red Hat 1 06-16-2004 02:35 AM
RedHat 9 and Lotus Domino 5.0.5 Server vvandam Linux - General 4 07-22-2003 01:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration