LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-28-2004, 03:18 AM   #1
Rv5
Member
 
Registered: Sep 2003
Distribution: RedHat9
Posts: 114

Rep: Reputation: 15
Kylix Wont Start


Did a search and found a number of people have problems with kylix. didnt find anything exactly like my problem however. everything in the install went perfectly fine. went to start the program and it doesnt do anything. i have fedora core 3 and it installs icons in my menu. when i click those icons, its box will appear in my task bar with an hour glass over it. it sits there for about 30 seconds and then disappears. i run the startkylix script which is says i can also do, but each time i do that it tells me to run the startdelphi script first which i do, but that never works.

any ideas? i just want to get a decent c++ ide. Ive been playing around with kdev, but havent been too happy with it so far.
 
Old 11-28-2004, 01:13 PM   #2
Rv5
Member
 
Registered: Sep 2003
Distribution: RedHat9
Posts: 114

Original Poster
Rep: Reputation: 15
one bump
 
Old 11-30-2004, 11:05 AM   #3
PeterKlancic
LQ Newbie
 
Registered: Nov 2004
Location: Near Reading (UK)
Distribution: Suse 9.2
Posts: 11

Rep: Reputation: 0
Kylix does not Load uder Suse 9.2

I'm just having the same problem with Kylix (Delphi).

It was loading & running under Suse 9.0 & 8.2, but I just loaded 9.2 and Kylix fails to load. It shows some activity for a few seconds and then stops. I notice that Suse had a similar problem with 7.2. I'm waiting to hear what they have to say. (I may have to re-load 9.0 for now.)

By the way my C++ IDE never has worked, but I think this is because I've got Delphi & would need to buy C++.
 
Old 12-14-2004, 01:07 PM   #4
DonLuigi
LQ Newbie
 
Registered: Dec 2004
Location: Medellin Colombia
Distribution: Fedora Core 3
Posts: 2

Rep: Reputation: 0
Same problem for me (using FC3). any solution please
 
Old 12-15-2004, 12:47 AM   #5
DonLuigi
LQ Newbie
 
Registered: Dec 2004
Location: Medellin Colombia
Distribution: Fedora Core 3
Posts: 2

Rep: Reputation: 0
ok. I found it.
Quote:
The reason Kylix do not start is because of some virtual memory problems. Type this as root in a console :

echo 1 > /proc/sys/vm/legacy_va_layout

And everything will work after
 
Old 12-15-2004, 03:45 AM   #6
PeterKlancic
LQ Newbie
 
Registered: Nov 2004
Location: Near Reading (UK)
Distribution: Suse 9.2
Posts: 11

Rep: Reputation: 0
Found the Delphi solution

I've now found a Fix (can't find source now), but you can search for the original. In the startdelphi script add

export LD_ASSUME_KERNEL=2.4.0

before the source statement.

My next propblem is going to get Kylix with MYSQL. All the answers I've seen so far are partial!
 
Old 01-16-2005, 03:56 AM   #7
shadow_ro
LQ Newbie
 
Registered: Jan 2005
Posts: 2

Rep: Reputation: 0
@PeterKlancic

what probs do u have with K3 and MySQL ?

cheers,
shadow
 
Old 01-16-2005, 06:06 AM   #8
PeterKlancic
LQ Newbie
 
Registered: Nov 2004
Location: Near Reading (UK)
Distribution: Suse 9.2
Posts: 11

Rep: Reputation: 0
K3 and MySql Problems

I have got to the point where everybody reports the problems. I assume people have fixed them, but have found not clear descriptions of fixes anywhere. I've found two commercial sites (crlab & scibit) which provide drivers and components. However I do not want to go this route if I can help it as I have working code in delphi, so just need the driver sorted.

I then 'lost' my main PC with Windows and had to spend a lot of time re-constructing the PC and doing upgrades. I also moved to 9.2 at this point. This has solved a number of minor problems although the Networking does not work properly & I have not worked out why.

I then went through my Delphi code and removed as much as possible that varies between Delphi & Kylix - so next week problems.

I've downloaded a lot of reading and checked my SQL server is working. Now I need to get the MySQL that came with Suse to work with Kylix.
 
Old 01-16-2005, 07:32 AM   #9
gootz
LQ Newbie
 
Registered: Jan 2005
Location: Pirna, Germany
Distribution: Knoppix 3.6
Posts: 7

Rep: Reputation: 0
I had the same problem with Kylix 3.

Maybe it will work when you type
export LC_ALL=en_US
on your console and then start kylix.

Götz
 
Old 01-18-2005, 03:28 PM   #10
shadow_ro
LQ Newbie
 
Registered: Jan 2005
Posts: 2

Rep: Reputation: 0
none of the solutions posted before, worked for my Suse 9.2 and Kylix 3 OE.

what's up guys ?

how can I start it ?

10x

really appreciate it.
 
Old 01-18-2005, 03:43 PM   #11
PeterKlancic
LQ Newbie
 
Registered: Nov 2004
Location: Near Reading (UK)
Distribution: Suse 9.2
Posts: 11

Rep: Reputation: 0
The ASSUME worked for me.

However if MySQL is the problem then I dont think you will get a solution because everything I've seen says the Open Edition does not do Databases.
 
Old 01-18-2005, 04:16 PM   #12
Ruler2112
Member
 
Registered: Oct 2004
Location: Michigan, US
Distribution: Redhat 7.3, 9.0; Slackware 10, 10.1, 10.2, 11; FreeBSD 7.0; KnoppMyth 5.5
Posts: 125

Rep: Reputation: 16
The only thing I know how to check in regards to kylix not starting is to make certain that the license file is in the proper place (normally your user directory).

Check out http://www.dubaron.com/ for a small freeware component that will allow mysql access with the OE version of Kylix. Once you get used to how it behaves, it's great.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kylix program will not run outside Kylix vinsky2002 Programming 3 09-30-2005 11:57 AM
Kylix Program can not be executed outside Kylix vinsky2002 Linux - Software 1 01-10-2005 08:35 AM
X wont start fester2001 Linux - Software 2 09-02-2004 12:12 AM
x wont start jsmarshall85 Debian 14 07-22-2004 04:41 PM
x wont start hurricane Slackware 4 10-17-2003 02:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration