I couldn't understand why you put Kylix3's bin directory to /etc/ld.so.conf
; you have to add the library paths and do ldconfig.
Are the library files of Kylix also stands in /usr/local/kylix3/bin
directory ???

--
Hakan Terzioglu

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 7:52 PM
Subject: Problem with Kylix3?


| I've installed it...:)
|
| Simply do:
|  sh install.sh -m
|
| Without that -m flag, kylix3 files will go crazy under / folder instead of
| its normal place at /usr/local/kylix3.
|
| Once installed, don't forget to edit the /etc/ld.so.conf that reads like
| this:
|
|  [root@localhost root]# cat /etc/ld.so.conf
|  /usr/kerberos/lib
|  /usr/X11R6/lib
|  /usr/lib/qt-3.0.5/lib
|  /usr/lib/sane
|  /usr/lib/mysql
|
| Add this line on the first line:
|  /usr/local/kylix3/bin
|
| So now it looks like:
|  [root@localhost root]# cat /etc/ld.so.conf
|  /usr/local/kylix3/bin
|  /usr/kerberos/lib
|  /usr/X11R6/lib
|  /usr/lib/qt-3.0.5/lib
|  /usr/lib/sane
|  /usr/lib/mysql
|
| Then, as root do:
|  [root@localhost root]# /sbin/ldconfig
|
| Make your first 'hallo world' kylix. Compile it and run it with this:
|  # ./Project1
|
| Everything must work by now. At least it works with mine...:)
|
| Oh yach..., don't forget to put the reg**.txt file in your home file. The
**
| of that reg**.txt depends on your version. You can ask Borland to send one
| for you.
|
|
| JD
|
|
|
| --
| Psyche-list mailing list
| [EMAIL PROTECTED]
| https://listman.redhat.com/mailman/listinfo/psyche-list
|



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to