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?
 

When I run start_im I am getting the error: Exception EInOutError in module start_im at 0805228B File not found.

 

I am getting an error about libmysqlclient.so.6.0.0. Where can I get it.?


Extracting libmysqlclient.so.6.0.0 from MySQL-shared-3.22.32-1.i386.rpm 

- Download MySQL-shared-3.22.32-1.i386.rpm 
- To see the file structure:
   rpm2cpio MySQL-shared-3.22.32-1.i386.rpm | cpio -t 

- To extract libmysqlclient.so.6.0.0 

rpm2cpio MySQL-shared-3.22.32-1.i386.rpm | cpio -ivd usr/lib/libmysqlclient.so.6.0.0 

- Copy libmysqlclient.so.6.0.0 to your /kylix/bin directory. 

- Use the "Add custom *.so" button to include it in the installation package. 
 


 

I have installed InstallMade but it doesn't work.  


  Copy the installmade.tar.gz file to your home directory and type 

   tar -xvzf installmade.tar.gz 
 
 

 

I have extracted all the files to my Linux box from my Windows machine but it doesn't work!


Do not use any windows decompression utilities like WinZIP . 
Copy the installmade.tar.gz file to your home directory and type 

 tar -xvzf installmade.tar.gz 
 
 

 

It works OK, but when I try to edit the start_im file it stopped working.

For series 0.5.x only

Check if your editor is set for saving files in Unix "End of Line". 

Use the utility dos2unix from hd2u-0.5.0-2.i386.rpm to fix the file. 

 dos2unix  start_im 

 

 

Access violation at address 00000000, accessing address 00000000.

I have a small application that browses through a CDS data file. 
I tried your product and received the following: 

 exception EAccessViolation in module <unknown> at 0805E9E1. 
 Access violation at address 00000000, accessing address 00000000. 
 start_a: line 10: 2178 Segmentation fault (core dumped) $ex 

Check the MyBase CheckBox. Your application needs midas.so 

 

I have created the im.bin package but it does not do anything.


By default, the self installable package (im.bin)   has the execute bit turned off.
To make the package active you need to make it executable.
It can be done from the command line like:
 chmod  +x  packagename.im.bin
or from a file explorer by changing the file properties.
 
 

 

Will InstallMade work with Kylix 2 ?


Yes, The version starting from 0.6 will work with Kylix 2 and Kylix 1 plus FreeCLX.



Problem running InstallMade 0.6.0

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  



How to you start the new installmade?

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.




How to Install 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