Board index » kylix » Deploy binaries on Fedora Core 5 and 4
|
Toni Martir
kylix Developer |
Deploy binaries on Fedora Core 5 and 42006-06-11 03:00:47 AM kylix2 Hello, Kylix compiled binaries with database access (TClientDataset) had a problem with new pthread implementation, so to work on newer distros I used: export LD_ASSUME_KERNEL=2.2.41 Then the old pthread (libpthread.0.so) implementation is used and the application work ok. But new Fedora Core distros dropped old pthread implementation, that is since Fedora Core 4 there is no support for this feature (choose old LinuxThreads) Is there a way to workaround this? Is there a patch to binaries or libraries to work with new pthreads? Thanks |
