Subject | Re: [ib-support] Installation problems in Firebird for Linux |
---|---|
Author | Milan Babuskov |
Post date | 2002-12-16T13:45:26Z |
sujan420@... wrote:
cd /opt/interbase/firebird/bin
./isql /opt/interbase/firebird/examples/employee.gdb
Note the ./ for current directory.
If you want to be sure you can always use the full path
/opt/interbase/bin/isql
./ibaccess.sh
You can add & at the end of line, to move ibaccess in background.
Perhaps Kylix installs libgds.so for access to Interbase 6 OE, or something
like that.
Or maybe just my shot in the dark ;)
Check the ibaccess.sh script and see what variables it exports. Maybe you
have multiple versions on libgds.so and the wrong one is loaded. I just
installed Firebird and ibaccess on clean machine w/ Mandrake 9.0 and it
worked "out of the box".
set).
All .sh files should have it, and many others like isql...
HTH
--
Milan Babuskov
http://sourceforge.net/projects/fbexport
> I tried to use ISQL to connect to theI just want to correct Helen on this one:
> /opt/interbase/examples/employee.gdb but it does not work.
>
> ISQL command line options are DSN [UID] [PWD] [options]
> but when I type: " isql /opt/interbase/examples/employee.gdb -user
> sysdba -password masterkey" nothing happens.
cd /opt/interbase/firebird/bin
./isql /opt/interbase/firebird/examples/employee.gdb
Note the ./ for current directory.
If you want to be sure you can always use the full path
/opt/interbase/bin/isql
> Next I tried to see if I can connect to Firebird using a graphicalNo need to bash, just
> interface. I downloaded IBAccess for Linux from www.ibaccess.org. It
> got installed in /home/sujan/ibaccess. To run it I typed at the
> terminal screen: "bash ibaccess.sh" which opens the GUI
./ibaccess.sh
You can add & at the end of line, to move ibaccess in background.
> In the GUI when I try to connect to the employee.gdb it terminatesThis looks like some of kylix shared object files.
> with the following message: "./ibaccess: error while loading shared
> libraries: /usr/lib/libgds.so.0:undefined symbol: crypt"
Perhaps Kylix installs libgds.so for access to Interbase 6 OE, or something
like that.
Or maybe just my shot in the dark ;)
Check the ibaccess.sh script and see what variables it exports. Maybe you
have multiple versions on libgds.so and the wrong one is loaded. I just
installed Firebird and ibaccess on clean machine w/ Mandrake 9.0 and it
worked "out of the box".
> P.S. When I use a "ls -l" command some files have a * mark at theJust like someone wrote, it means the file is executable (has executable bit
> end of the filename. What does that mean?
set).
All .sh files should have it, and many others like isql...
HTH
--
Milan Babuskov
http://sourceforge.net/projects/fbexport