| Author |
Message |
xavi
Joined: 05 Jun 2003 Posts: 3
|
Posted: Thu Jun 05, 2003 9:46 am Post subject: libsybtcl.so crash |
|
|
Hi.
i'm trying to connect to sybase ASA 7 using kylix. My linux distribution is redhat 9.0.
I don't have the openclient software (is not included with my sybase version) but i installed sybperl-ctlib-2.09_05-2.i386.rpm that includes the libraries.
When i make connect -> true, kylix say: unable to load libsqlsyb.so
when i try to execute ./libsqlsyb.so from command line, the result is:
./libsqlsyb.so: relocation error: /lib/libsybtcl.so: undefined symbol: bsd_tcp
can you help me? Thank you. |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Thu Jun 05, 2003 1:17 pm Post subject: |
|
|
Is there libintl.so in sybperl-ctlib package ?
Be sure it's directory is on your LD_LIBRARY_PATH. |
|
| Back to top |
|
 |
xavi
Joined: 05 Jun 2003 Posts: 3
|
Posted: Fri Jun 06, 2003 10:05 am Post subject: lybsybctl.so crash |
|
|
Hi.
Yes, libintl.so is in sybperl-ctlib-2.09_05-2.i386.rpm.
But i have discovered the problem... it's impossible to connect to a sybase server from redhat9. I tried any tool from sybase to connect,
dbisqlc included, always with the same result... I'm thinking that the redhat9 kernel (pthreads) is incompatible.
Any idea?
Thanks so much. |
|
| Back to top |
|
 |
xavi
Joined: 05 Jun 2003 Posts: 3
|
Posted: Fri Jun 06, 2003 1:38 pm Post subject: libsqlsyb.so |
|
|
Hello.
Now i can connect to sybase server from redhat9 using dbisql. The visoco driver tell me : unable to load libdblib7.so.
libdblib7.so is in my LD_LIBRARY_PATH.
when i check lib dependencies:
ldd libdblib7.so
all is correct.
I try to load library by library... all is correct...
but when i load libsqlsyb.so from command line, the result is:
./libsqlsyb.so: relocation error: /lib/libsybtcl.so: undefined symbol: bsd_tcp
Do you have any idea? It's so important for me... Thank you. |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Mon Jun 09, 2003 2:25 pm Post subject: |
|
|
Try "ldd -r libsqlsyb.so"
What does it say ? |
|
| Back to top |
|
 |
|