Max
Newbie

Offline
Beiträge: 3

|
 |
« am: 17.10.2002, 14:48:11 » |
|
I have trouble to run kylix programs in Linux. When I try to run ./Project1, it tells me : --------------------------------------------------------------------------------- ./Project1: relocation error: /lib/bplvisualclx.so.6.9: undefined symbol: initPAnsiStrings ---------------------------------------------------------------------------------
I checked the option "Build with runtime packages" in the project options. But when I don't check it then tells:
--------------------------------------------------------------------------------- ./Project1: relocation error: ./Project1: undefined symbol: initPAnsiStrings ---------------------------------------------------------------------------------
I copied the bplvisualclx.so.6.9 into /lib/ because when I tried to ran the program it sed:
--------------------------------------------------------------------------------- error while loading shared libraries: bplvisualclx.so.6.9: cannot open shared object file: No such file or directory ---------------------------------------------------------------------------------
So I copied the file from kylix dir to /lib and ran ldconfig. I don't know why my programs doesn't work. I ask anybody to help me because I tried everything...
|