Click to See Complete Forum and Search --> : Kylix Help!!!


Seko
10-25-2002, 11:55 AM
I just create a project compile and run it in the IDE however when i closed the Ide and want to execute the executable file it gives this:

Project1: error while loading shared libraries: libborqt-6.9.0-qt2.3.so: cannot open shared object file: No such file or directory

I searched my home and find the file in HOME/kylix3/bin

Can anyone tell me what the problem is???

mrBen
10-25-2002, 12:01 PM
What happens if you do "locate lib<and all the rest>"?

Sounds like it's having problems finding a library?

z0mbix
10-25-2002, 12:09 PM
I'm, no programmer, so I may be wrong, but try adding the path to the library to /etc/ld.so.conf, then run ldconfig to update the shared libraries.

Also, I don't know if adding the directory to your $PATH will help. Let us know, I'm interested.

Seko
10-25-2002, 12:16 PM
i just added the HOME/kylix3/bin and HOME/kylix3/lib to the ld.so.conf file and execute ldconfig everything is OK now thx again...

z0mbix
10-25-2002, 12:19 PM
Originally posted by Seko
i just added the HOME/kylix3/bin and HOME/kylix3/lib to the ld.so.conf file and execute ldconfig everything is OK now thx again...

Cool, I'm not as useless as I thought! :)