This file is indexed.

/usr/share/scilab/etc/librarypath.xml is in scilab-data 5.5.1-7.

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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?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"/>
    <path value="$SCILAB/lib/thirdparty/"/>
    
    <!-- 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/graphic_objects/.libs"/>
    <path value="$SCILAB/modules/scinotes/.libs"/>
    <path value="$SCILAB/modules/commons/.libs"/>
    <path value="$SCILAB/modules/gui/.libs"/>
    <path value="$SCILAB/modules/ui_data/.libs"/>
    <path value="$SCILAB/modules/javasci/.libs"/>
    <path value="$SCILAB/modules/.libs"/>
    <path value="$SCILAB/.libs"/>
    
    <!-- Default path to the JNI classes under some Linux (JoGL under Debian for example) -->
    <path value="/usr/lib/jni/"/>
    
    <!-- Standard path for %{_jnidir} rpm macro (jpackage) -->
    <path value="/usr/lib/java/"/>
    <path value="/usr/lib64/java/"/>
    
    <!-- RedHat put JNI on /usr/%{libdir}/%{name} instead of /usr/lib/jni -->
    <path value="/usr/lib/jogl2/"/>
    <path value="/usr/lib64/jogl2/"/>
    <path value="/usr/lib/gluegen2/"/>
    <path value="/usr/lib64/gluegen2/"/>
    
    <!-- Some distributions (like openSUSE) put gluegen-rt in /usr/lib instead pf /usr/lib/jni -->
    <path value="/usr/lib/" />
    <path value="/usr/lib64/" />
    
    <!-- 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>