Subject | Re: [firebird-support] unixODBC driver - newbie tearing his hair out! |
---|---|
Author | Martijn Tonies |
Post date | 2006-01-04T14:14:56Z |
Hi,
line tool.
However, to connect to Firebird, you can also use Firebirds "isql" command
line tool.
Which one are you trying to use?
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
> Help please! for the sake of my sanity!"isql" is two things under Linux. The default is the unixODBC command
>
> I am trying to get the firebird unixODBC driver working, but it is
> just not playing ball.
line tool.
However, to connect to Firebird, you can also use Firebirds "isql" command
line tool.
Which one are you trying to use?
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
> Background:
> Fedora Core 4
> Firebird 1.0.3 installed ok and service is running
>
> I have now installed OdbcJdbc_1.2.0.69
> Installation went fine.
> Created entry [ibsql] in odbc.ini file for the DB connection.
>
> But when I run
> isql -v ibsql
>
> I get:
> [root@Sherlock FirebirdODBC]# isql -v ibsql
> [08004][unixODBC]Unable to connect to data source: library 'libgds.so'
> failed to load
> [ISQL]ERROR: Could not SQLConnect
>
>
> I have now spent two days googling and playing around with this to try
> and get it working to no avail... All the fixes I can find for this
> assume that the symlinks for libgds.so do not exist, but they do exist
> on my system.
>
> I am seriously getting to the point of throwing something out of the
> window... Can anyone help please?