The above workaround didn't work for me; I still get the segfault.

[EMAIL PROTECTED] ~ $ ll /usr/local/rsi/lib
total 948
lrwxrwxrwx 1 root    root        15 2007-05-03 11:54 libX11.so.6 -> 
libX11.so.6.2.0
-rw-r--r-- 1 koresko koresko 965952 2007-03-08 17:40 libX11.so.6.2.0

The relevant section of my idl script looks like this:

    "linux")
        NEW_TEXT="$BIN_DIR:$BIN_DIR/dm/lib"
        if [ "$LD_LIBRARY_PATH" = "" ]; then
            LD_LIBRARY_PATH="$NEW_TEXT"
        else
            LD_LIBRARY_PATH="$NEW_TEXT:$LD_LIBRARY_PATH"
        fi

        #  Append the Sybase lib directory if Sybase set for Dataminer
        if [ "$SYBASE" != "" ]; then
             LD_LIBRARY_PATH="$SYBASE/lib:$LD_LIBRARY_PATH"
        fi
        export LD_LIBRARY_PATH

        #  Append the Oracle lib directory if ORACLE_HOME set for Dataminer
        if [ "$ORACLE_HOME" != "" ]; then
             LD_LIBRARY_PATH="$ORACLE_HOME/lib:$LD_LIBRARY_PATH"
        fi

        if [ "$IDLJAVAB_LIB_LOCATION" != "" ]; then
             
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$IDLJAVAB_LIB_LOCATION:$IDLJAVAB_LIB_LOCATION/..:$IDLJAVAB_LIB_LOCATION/../native_threads"
        fi

        LD_LIBRARY_PATH=$INSTALL_DIR/lib:$LD_LIBRARY_PATH
        echo "The value of LD_LIBRARY_PATH is set to $LD_LIBRARY_PATH"
        export LD_LIBRARY_PATH
        ;;


[EMAIL PROTECTED] ~ $ idl
The value of LD_LIBRARY_PATH is set to 
/usr/local/rsi/lib:/usr/local/rsi/idl_6.3/bin/bin.linux.x86:/usr/local/rsi/idl_6.3/bin/bin.linux.x86/dm/lib
IDL Version 6.3 (linux x86 m32). (c) 2006, Research Systems, Inc.
Installation number: 16978.
Licensed for use by: Jet Propulsion Laboratory

IDL> plot, sin(findgen(100))
Segmentation fault (core dumped)
[EMAIL PROTECTED] ~ $

-- 
Security update of libx11-6 causes IDL segfault
https://bugs.launchpad.net/bugs/107945
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to