I did a clean install of F9 a few days ago, and installed oorexx from extras... The following sample rexx script used to work (on previous Fedoras), but now fails complaining about librexxutil.so I can't find anything about that so file.... Any suggestions? Thanks, [don@boris ~]$ cat trysleep.cmd /* REXX */ say 'Hello' call SysSleep 5 say 'Good bye' [don@boris ~]$ rexx trysleep Hello *E* Unable to load library: librexxutil.so ! Error message: librexxutil.so: cannot open shared object file: No such file or directory 4 *-* call SysSleep 5 REX0043E: Error 43 running /home/don/trysleep.cmd line 4: Routine not found REX0417E: Error 43.1: Could not find routine "SYSSLEEP" [don@boris ~]$ -- There are 10 types of people in the world: those who understand binary, and those who don't. :-) -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list