Subject | Re: [firebird-support] Re: Problem with instalation on Mandrake Linux - |
---|---|
Author | Helen Borrie |
Post date | 2004-09-03T12:44:46Z |
At 11:30 AM 3/09/2004 +0000, you wrote:
The proper way to invoke isql on Linux is:
cd /opt/firebird/bin
./isql -user sysdba -password ui&yrtE
(That is dot-slash-isql)
I don't know what you are trying to say here:
cd /opt/firebird
Then...
You can look at the contents of SYSDBA.password using this command:
cat SYSDBA.password
(not ./ this time)
Write this password down. Until you change it, it is the SYSDBA password.
./heLen
It seems you need to get familiar with Linux, too. Look for a HOWTo
document on the linux sites about using the bash shell. Most of the very
basic docs for Linux are available in a lot of languages.
>Firebird already installed OK, (only in services is still writtenAs I wrote before:
>stopped) but when I test it according to page 57 in Release notes
>
> cd /opt/firebird/bin
> isql -user sysdba -password (password from sysdba.password)
>
>returns
>
> bash: isql: command not found
>
>password is correctly written from generated file sysdba.password not
>ommitting size of letters.
>I have already tried to instal versions SS 1.03, CS 1.5.1, SS 1.5.1,
>SS 1.5.1 nptl but the result is always the same.
>
>What am I doing wrong?
> > 2. Have you read the release notes, that are in the docsLinux
> directory? There
> > should be 2 PDF files, one named Firebird_v1.5.ReleaseNotes.pdf,
> the other
> > named Firebird_v1.5.1.ReleaseNotes.pdf. You need BOTH. The
> > installation notes are in _v1.5, while the *corrections* are inThe 1.5 release notes are corrected in the notes for 1.5.
> _v1.5.1.
> >
The proper way to invoke isql on Linux is:
cd /opt/firebird/bin
./isql -user sysdba -password ui&yrtE
(That is dot-slash-isql)
I don't know what you are trying to say here:
> password is correctly written from generated file sysdba.password notommitting size of letters.
cd /opt/firebird
Then...
You can look at the contents of SYSDBA.password using this command:
cat SYSDBA.password
(not ./ this time)
Write this password down. Until you change it, it is the SYSDBA password.
./heLen
It seems you need to get familiar with Linux, too. Look for a HOWTo
document on the linux sites about using the bash shell. Most of the very
basic docs for Linux are available in a lot of languages.