Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

help on rebview124704

 [1/4] from: carloslorenz:rebolbrasil:nobrenet at: 15-Jul-2004 15:28


Hi list, Is rebview124704 (available for download) a recent version of REBOL/View or not ? I am trying top run it but I have the following error: [kurumin--Duron750]:~$ ./rebview1247042 ../rebview1247042: error while loading shared libraries: libXaw.so.6: cannot open shared object file: No such file or directory Thanks for any help Carlos

 [2/4] from: SunandaDH::aol::com at: 15-Jul-2004 14:35


Carlos:
> Is rebview124704 (available for download) a recent version of REBOL/View or
n I think you may be looking at cmdview1247031.exe It's a beta of Command/View. It will only work if you have a Command license (though you'd expect a clearer failure message than that). The latest non-Command View beta is rebview1246031.exe -- available from: http://www.rebol.net/projects/view1.3/downloads/ Sunanda

 [3/4] from: nitsch-lists:netcologne at: 16-Jul-2004 4:12


On Donnerstag, 15. Juli 2004 20:28, Carlos Lorenz wrote:
> Hi list, > Is rebview124704 (available for download) a recent version of REBOL/View or
<<quoted lines omitted: 3>>
> ./rebview1247042: error while loading shared libraries: libXaw.so.6: cannot > open shared object file: No such file or directory
Yes, very current. But has a bug: it links to libXaw.so.6, and newer linuxes have only libXaw.so.7 . As workaround its possible to link ln -s /usr/X11R6/lib/libXaw.so.7 /usr/X11R6/lib/libXaw.so.6 But somehow my knoppix don't likes this, some config-script deletes this link. From its POV its right, its a wrong link. From my POV thats another thing. So i make this link in another folder, and start rebol with this script: #!/bin/sh REB_DIR=~/rebols #do the ln once: #ln -s /usr/X11R6/lib/libXaw.so.7 $REB_DIR/libXaw.so.6 export LD_LIBRARY_PATH=$REB_DIR $REB_DIR/rebview1247042 "$@" -Volker

 [4/4] from: carloslorenz:rebolbrasil:nobrenet at: 16-Jul-2004 9:47


Volker, Sunanda That's it! Rebview links to an old library and in my Linux box I have fixed the thing this way: I made a copy of /usr/X11R6/lib/libXaw.so.7 to /usr/lib and then rename it to libXaw.so.6 and now it works. I guess /View was compiled in an old Linux distribution :( Carlos On Fri, 16 Jul 2004 04:12:55 +0200 Volker Nitsch <[nitsch-lists--netcologne--de]> wrote:

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted