Kylix - rodar no RedHat 9 |
Top Previous Next |
Kylix 3 no RedHat 9
I have managed to get it working in RH9. These are the steps I have taken. Please do note that RH9 is not a supported platform for Kylix 3. These suggestions are provided for people who still would like to run it regardless of support.
1. make sure gcc is installed. 2. upgrade your RH9 to latest kernel 3. ln -s /usr/X11R6/lib/libX11.so.6.2 /usr/X11R6/lib/libX11.so 4. use setup.sh from the kylix 3 disc (some people claim they have to use -m option, I didn't have to) 5. add LD_ASSUME_KERNEL=2.2.5; export LD_ASSUME_KERNEL to the startdelphi script (kylix will freeze when you try to run programs if you do not have this) 6. startdelphi
- You can install as root and start as any user. - If you run the compiled program from shell, you will also need to set LD_LIBRARY_PATH to the kylix bin directory... - You will have to do more than this if you have been running a Enterprise trial version and you are installing a Professional version now. Otherwise Kylix will throw errors when you start it up.
--------------------------------------------------------
Faça o seguinte script na pasta do /kylix/bin:
export LD_ASSUME_KERNEL=2.2.5 ./startdelphi
and run.
---------------------------------------------------------
1. This time round, I did not update the kernel. However, I did make sure that the X11 sources and Kernel sources were installed. 2. I used the normal setup.sh as root. Installation was smooth. 3. add LD_ASSUME_KERNEL=2.2.5;export LD_ASSUME_KERNEL in startdelphi and startbcb. 4. Kylix Delphi starts and compiles nicely. 5. Install compat-glibc-6.2-2.1.3.2 from Redhat 7.2 CD 6. startbcb 7. close the current project 8. Project | Options | Directories 9. Remove /usr/include and /usr/lib 8. Add /usr/i386-glibc21-linux/include and /usr/i386-glibc21-linux/lib at the front instead. Add them to "Include" and "Library" path respectively.
Everything now runs smoothly.
|