On 02/19/2013 02:09 PM, Chris O'Kelly wrote: > Hi Rolf, > > It looks like you are missing the closing quotes on the line you inserted: > > I insert as line #2 > use lib "/opt/rt4/lib/RT; > > should be > > use lib "/opt/rt4/lib/RT"; The lib line should point only to "/opt/rt4/lib" not the "RT/" directory beneath it.