This is how I had to do it. I don't know why having it in the AOLserver tcl directory
doesn't work...
set tcl_library [file join /usr/pkg/lib tcl${tcl_version}]
source [file join $tcl_library init.tcl]
package require pdflib 4.0
Ian Harding
Programmer/Analyst II
Tacoma-Pierce County Health Department
[EMAIL PROTECTED]
(253) 798-3549
>>> [EMAIL PROTECTED] 12/18/02 11:34AM >>>
How do you get this to work. I get an error for package not found.
My library is in:
/usr/local/aolserver/lib/rmadilo
but AOLserver can't find it from a tcl script in the AOLserver tcl
directory (same one as init.tcl).
--Tom Jackson