Mark,

  I fixed this problem with some sysbolic links in /usr/lib.

    was:
    ls -lrt /usr/lib/librex*
    -rwxr-xr-x 1 root root   63860 2008-02-23 01:08
    /usr/lib/librexxutil.so.3.0.4
    -rwxr-xr-x 1 root root 1242256 2008-02-23 01:08
    /usr/lib/librexx.so.3.0.4
    -rwxr-xr-x 1 root root   51060 2008-02-23 01:08
    /usr/lib/librexxapi.so.3.0.4
    lrwxrwxrwx 1 root root      16 2009-04-18 14:15
    /usr/lib/librexx.so.3->librexx.so.3.0.4
    lrwxrwxrwx 1 root root      20 2009-04-18 14:15
    /usr/lib/librexxutil.so.3 -> librexxutil.so.3.0.4
    lrwxrwxrwx 1 root root      19 2009-04-18 14:15
    /usr/lib/librexxapi.so.3 -> librexxapi.so.3.0.4

    Added:
    # ln -s /usr/lib/librexx.so.3 /usr/lib/librexx.so
    # ln -s /usr/lib/librexxutil.so.3 /usr/lib/librexxutil.so
    # ln -s /usr/lib/librexxapi.so.3 /usr/lib/librexxapi.so

    Now:
    # ls -lrt /usr/lib/librex*
    -rwxr-xr-x 1 root root   63860 2008-02-23 01:08
    /usr/lib/librexxutil.so.3.0.4
    -rwxr-xr-x 1 root root 1242256 2008-02-23 01:08
    /usr/lib/librexx.so.3.0.4
    -rwxr-xr-x 1 root root   51060 2008-02-23 01:08
    /usr/lib/librexxapi.so.3.0.4
    lrwxrwxrwx 1 root root      16 2009-04-18 14:15
    /usr/lib/librexx.so.3 -> librexx.so.3.0.4
    lrwxrwxrwx 1 root root      20 2009-04-18 14:15
    /usr/lib/librexxutil.so.3 -> librexxutil.so.3.0.4
    lrwxrwxrwx 1 root root      19 2009-04-18 14:15
    /usr/lib/librexxapi.so.3 -> librexxapi.so.3.0.4
    lrwxrwxrwx 1 root root      21 2009-05-08 10:59 /usr/lib/librexx.so
    -> /usr/lib/librexx.so.3
    lrwxrwxrwx 1 root root      25 2009-05-08 10:59
    /usr/lib/librexxutil.so -> /usr/lib/librexxutil.so.3
    lrwxrwxrwx 1 root root      24 2009-05-08 11:02
    /usr/lib/librexxapi.so -> /usr/lib/librexxapi.so.3

Thanks for your time.

For the list, here is the complete error message:

    $ HTML_Dir Awesome_Woodcarving.eml
     *E* Unable to load library: librexxutil.so !
    Error message: librexxutil.so: cannot open shared object file: No
    such file or directory
         4 *-* Call SysFileTree Dir, Test, 'FO'
    REX0043E: Error 43 running /home/wre00/bin/HTML_Dir line 4:  Routine
    not found
    REX0417E: Error 43.1:  Could not find routine "SYSFILETREE"

If got the rpms from Redhat not SourceForge.

Mark Miesfeld wrote:
> On Thu, May 7, 2009 at 5:06 PM, William Estrada <mrumun...@popdial.com> wrote:
>
>   
>>  I just upgraded(?) to FC10. I installed the rexx rpm. Now when I run a
>> proven
>> script I get this:
>>
>>    Could not find routine "SYSFILETREE"
>>
>> Where do I start to find the fix for this problem??
>>     
>
> William, exactly which rpm did you install?  Did you get it from
> SourceForge, if so, what was the file name?
>
> --
> Mark Miesfeld
>
>   


-- 
William Estrada
mrumun...@popdial.com
Mt-Umunhum-Wireless.net ( http://64.124.13.3 )
Ymessenger: MrUmunhum



------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to