| 
 | 
| 
Back
Midas
Rome
Roody
Rootana
 | 
|   Midas DAQ System  | 
Not logged in | 
  | 
   | 
   28 Mar 2019, Konstantin Olchanski, Release, midas-2019-03-f 
 |     
   22 May 2019, Konstantin Olchanski, Release, midas-2019-03-g 
 |        
   06 Jun 2019, Konstantin Olchanski, Release, midas-2019-03-h 
 |           
   10 Jun 2019, Konstantin Olchanski, Release, mxml-2019-03-a, midas-2019-03-h 
 |              
   10 Jun 2019, Konstantin Olchanski, Release, bin and lib symlinks, mxml-2019-03-a, midas-2019-03-h 
 |                 
   11 Jun 2019, Stefan Ritt, Release, bin and lib symlinks, mxml-2019-03-a, midas-2019-03-h 
 |                    
   17 Jun 2019, Konstantin Olchanski, Release, bin and lib symlinks, mxml-2019-03-a, midas-2019-03-h 
 |   
 | 
| 
Message ID: 1548
    Entry time: 11 Jun 2019
    In reply to: 1547
    Reply to this: 1552
 |  
| Author: | 
Stefan Ritt  | 
 | Topic: | 
Release  | 
 | Subject: | 
bin and lib symlinks, mxml-2019-03-a, midas-2019-03-h  | 
 
  |  
 
 | 
> The latest version of MIDAS puts libraries and executables in $MIDASSYS/lib and bin (the "linux" part of pathname is removed).
> 
> Some packages (rootana) have been already changed to use this new scheme and they will not build against older versions of midas. 
> I recommend that you create following symlinks to make old versions of midas compatible with the new scheme:
> 
> cd $MIDASSYS # (~/packages/midas)
> ln -s linux/bin .
> ln -s linux/lib .
If i'm not mistaken the proper commands are
cd $MIDASSYS
ln -s ../bin linux/bin
ln -s ../lib linux/lib
Alternatively, you can change your PATH to point to $MIDASSYS/bin instead of $MIDASSYS/linux/bin and link against $MIDASSYS/lib instead of 
$MIDASSYS/linux/lib
Stefan  |