![]() |
![]() |
![]() |
|
|
|
|
|
|
|
|
|
|
Using a self-compiled Mix executable on Linux/UNIXIf you really want to compile the sources by yourself, perhaps the best way would be to use the admin scripts. If you do not want this, please follow these instructions:Compiling the sourcesFisrt, go into the source directory:
There are several configuration options available to adapt the source configuration
to you system. For detailed help run
Now run the configure command:
The output will be something like
If configure didn't completely run through, you can check the config.log file for errors (e.g. using less config.log). Toward the end of that file you
may find a clue as to what went wrong. Look for a line that contains the error message
that you got from configure. Like this one:
Above this error message you will find the test that caused the error and possibly a more detailed error message. If configure didn't show any errors, you are ready to compile. Type
You should now have an executable file called 'mix' in this directory.
It is the Mix server component.
Do a quick test to see if it starts:
This should list a short description of the command line options. Now Start it for testing using a shipped configuration with:
You should see something like this
The mix will look for the next mix, but there is none, of course. Shut it down by pressing CTRL+C.
Now you can use your own config file in the same way and start your mix.
Be sure to let it run as daemon, as otherwise it will be shut down when
you log out from the console:
|
|
||||||||||
|
|
|
|||||||||||