Last modified by Bastian Triller on 2013/05/21 17:09

From version 3.1
edited by Bastian Triller
on 2013/05/21 17:09
Change comment: There is no comment for this version
To version 4.1
edited by Bastian Triller
on 2013/05/21 17:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,7 +12,7 @@
12 12  
13 13  {{/code}}
14 14  
15 -Edit //make.config// and change the value of //ADAPTOR//OS// to //LINUX//. (this can be found in Adaptors directory (JS)) (Adaptors directory is now under %PATH//OF//UNZIPPED//SOURCE%/Utilities )
15 +Edit //make.config// and change the value of //ADAPTOR_OS// to //LINUX//. (this can be found in Adaptors directory (JS)) (Adaptors directory is now under %PATH_OF_UNZIPPED_SOURCE%/Utilities )
16 16  
17 17  If using modern Ubuntu (and OpenSuse 11.1 too) releases, you'll find that srandom is missing, so as mentioned on the list (JL) :
18 18  
... ... @@ -51,7 +51,7 @@
51 51  
52 52  {{/code}}
53 53  
54 -In OpenSuse 11.1, using Yast, you need to install the apache//devel, in order to get apxs2. I needed to create a symlink called apxs, pointing to apxs2, in order to run the make correctly.//
54 +In OpenSuse 11.1, using Yast, you need to install the apache_devel, in order to get apxs2. I needed to create a symlink called apxs, pointing to apxs2, in order to run the make correctly.
55 55  
56 56  {{code}}
57 57  ln -s /usr/sbin/apxs2 /usr/sbin/apxs