Return
I am getting an error saying that I need libmysqlclient.so.6.0.0.
Where can I get it. ?
I have installed InstallMade, but it doesn't work.
?
I have extracted all the files to my Linux box from
my Windows machine but it doesn't work!
Access violation at address 00000000, accessing address
00000000.
I have created the im.bin package but it does not
do anything
Will Installmade work with Kylix 2?
Problem running InstallMade 0.6.0
How to you start the new InstallMade?
How to Install multiple versions of Kylix?
Can InstallMade create RPM?
tar -xvzf installmade.tar.gz |
|
How do you start the new installmade? I tried start_im which runs for about a second then ends with no messages. There is a patch for ver 0.6.0 only installmade-fix-06.bin.im |
I tried im_k2 which complains about not finding library. Finally I tried running kylixpath first which points to the dir where bplvisualclx.so.6.5 lives and it still says it can't load the library. InstallMade relies on properly installed Kylix. In other words InstallMade expects bplvisualclx.so.x.x to be in the kylix[x]/bin directory. You will get this error if the Kylix directory /kylix[x]/bin has been moved manually. These happens because the symlinks to shared objects no longer reflects current position of this shared objects. To fix this problem it is necessary to recreate symlinks in the /kylix[x]/bin directory to reflects its current location or reinstall Kylix to the current user space. Also, please check the Installing multiple versions of Kylix.
|
Installing multiple versions of Kylix can be accomplished by installing each version as a regular user to /home/user space. For each Kylix version you may create a new user, login as a user and install this new version of Kylix. Also you may create a separate public directory on /home and give to this /home/public directory read/write/execute rights to all users. This way /home/public will become convenient place for interchange kylix project files.
|
Can InstallMade create RPM?
|
Yes, InstallMade can work with RPM (currently in
testing phase ver. 0.7.1) |
When I run start_im am
getting Exception EInOutError in module start_im at 0805228B File not
found. |
Just downloaded InstallMade.. I followed
the instructions but am getting a message: The lib path of k1 is: The lib path of k2 is: /usr/local/kylix2/bin InstallMade will no run from root account Exception EInOutError in module start_im at 0805228B File not found. 1. Delete all the files the installmade062.im.bin created. 2. Copy the file (installmade062.im.bin) into your home directory (Important) For example if your user name is "mark" then you should have: /home/mark/installmade062.im.bin chmod it if necessary and run it. If run from the "/home/user" symbolized as "~" directory then the instllmade062.im.bin will create directories: ~/installmade/bin Change to ~/installmade/bin directory and run start_im cd ~/installmade/bin ./start_im InstallMade need to be run from a fix location, from ~/installmade/bin |