Easysoft
ODBC Drivers for Oracle, SQL Server, Firebird, ISAM, InterBase, Sybase, MS Access & more.

Easysoft ODBC-SQL Server Driver

Why do I get error "Can't open shared library" or "cannot open shared object file" when running tdshelper?

Article : 00975
Last Reviewed : 26th July 2007
Revision : 1

tdshelper is a diagnostic program supplied with the Easysoft ODBC-SQL Server Driver that lets you test the connection to a SQL Server instance.

tdshelper is dependent on shared objects in install_dir/easysoft/lib, where install_dir is the Easysoft installation directory, by default, /usr/local. If you get "Can't open shared library" or "cannot open shared object file" errors when trying to run tdshelper, you need to tell the dynamic linker where to find the shared objects that tdshelper depends on. To do this, set and export the appropriate environment variable for your linker and platform:

VariablePlatform
SHLIB_PATHSome versions of HP-UX. For example:
SHLIB_PATH=$SHLIB_PATH:/usr/local/easysoft/lib
export SHLIB_PATH
LD_LIBRARY_PATHLinux, Solaris, some versions of HP-UX. For example:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/easysoft/lib
export LD_LIBRARY_PATH
LIBPATHAIX. For example:
LIBPATH=$LIBPATH:/usr/local/easysoft/lib
export LIBPATH
Applies To

Knowledge Base Feedback

* Did this content help you?
Yes
No
Maybe
 
* Please select one option based on your first choice:
I'm very satisfied
I think it will help, but I haven't tried it yet
It is helpful, but I need more information
It is helpful, but hard to understand
Seemed relevant in search results, but didn't help me
The information is incorrect
The page contains one or more broken links
 
  Suggest new content or let us know how we can improve this content:

 
  (* Required Fields)   



© 1993 - 2008 Easysoft Limited. All rights reserved.