This file is indexed.

/usr/share/scilab/etc/librarypath.xml is in scilab-data 5.3.3-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE librarypaths SYSTEM "../modules/jvm/xml/librarypath.dtd">
<!-- =================== -->
<!--
 default java.library.path for Scilab
 add path only if path exists
 @author Allan CORNET
 @author Sylvestre Ledru
 @date INRIA 2007/2008
 ===================
 Don't touch if you do not know what you are doing

* @TODO See if it would be interesting to add a tag for the misc archs 
-->
<!-- =================== -->

<librarypaths>
<!-- Scilab binary -->
<path value="$SCILAB/bin"/>

<!-- Developpement environment -->
<path value="$SCILAB/modules/action_binding/.libs"/>
<path value="$SCILAB/modules/console/.libs"/>
<path value="$SCILAB/modules/history_manager/.libs"/>
<path value="$SCILAB/modules/completion/.libs"/>
<path value="$SCILAB/modules/localization/.libs"/>
<path value="$SCILAB/modules/renderer/.libs"/>
<path value="$SCILAB/modules/graphic_export/.libs"/>
<path value="$SCILAB/modules/scinotes/.libs"/>
<path value="$SCILAB/modules/commons/.libs"/>
<path value="$SCILAB/.libs"/>

<!-- Default path to the JNI classes under some Linux (JoGL under Debian for example) -->
<path value="/usr/lib/jni/"/>

<!-- Some distributions (like openSUSE) put gluegen-rt in /usr/lib instead pf /usr/lib/jni -->
<path value="/usr/lib" />

<!-- Make install with prefix -->
<path value="$SCILAB/../../lib/scilab/"/>

<!-- Standard path -->
<path value="/usr/lib/scilab/"/>

<!-- Standard path for 64 bits -->
<path value="/usr/lib64/scilab/"/>

</librarypaths>