I have tried moving the packages to the /opt directory but still cannot be found. Previously, I had run everything as root user to ensure it's not permissions issues. Packages in /opt/mylib directory root@koroma:/export/apps/woof05b4# ll /opt/mylib/ total 20 drwxr-xr-x 5 bwaan bwaan 4096 Jun 15 03:45 ./ drwxr-xr-x 3 root root 4096 Jun 15 03:38 ../ drwxr-xr-x 2 bwaan bwaan 4096 Jun 15 03:44 doaa/ drwxr-xr-x 2 bwaan bwaan 4096 Jun 15 03:45 sqlite3.21.0/ drwxr-xr-x 126 bwaan bwaan 4096 Jun 15 03:45...
I had a quick look. Can you please try moving the doaa directory (as well as any other packages that were not part of woof that you may be calling directly or indirectly through doaa) out of the lib directory to somewhere else, say /opt/mylib and then add the following line to config/application.cfg set lib_dirs [list /opt/mylib] Please try that and let me know. Also I presume you are using lighttpd? /Ashok
I had a quick look. Can you please try moving the doaa directory (as well as any other packages that were not part of woof that you may be calling directly or indirectly through doaa) out of the lib directory to somewhere else, say /opt/mylib and then add the following line to config/application.cfg set lib_dirs [list /opt/mylib] Please try that and let me know /Ashok
Received. But replies to your email bounce. I'll take a look over the weekend.
I have mailed the details
Please email them to me apnmbx-wits at yahoo.com
Thanks, that should be fine. Yes my code is publicly accessible. How can I share credentials?
Let me know if I should send the credentials here
Will have to take a look but it might be a couple of days. Is your code online and public?
Apologies for my late response, hadn't gotten back to working on this for days. I tried the following; added the following line to $woof_install/app/config/application.cfg set lib_dirs [list /export/apps/tcl868/lib /export/apps/tcl868/lib/doaa] browser error Could not load package doaa Error code: NONE Error: Could not load package doaa while executing "error "Could not load package $name"" (procedure "::woof::safe::package_loader" line 18) invoked from within "woof_package_loader doaa 0-" ("package...
Just to rule out the obvious, did you do the steps described in http://woof.sourceforge.net/woof-ug-0.5/_woof/docs/ug/loading_packages /Ashok
Including a package
Did you run the installer script as detailed in http://woof.sourceforge.net/woof-ug-0.5/_woof/docs/ug/installation ? In addition to copying files it will also set up some required configuration (it's been a while so I forget exactly what!) as there are some differences in terms of how headers etc. are passed from different servers and apis. /Ashok
I found the startup script I was looking for in install_dir/lib/webservers/scgi_server.tcl Will close this ticket
Woof! Startup Script for Linux
remove trailing blanks in [my _code_sample {}
Thanks for your modifications. There seem to be typos or inconsistencies in the spelling of the new options: -skiptrilingempties (note missing "a") -skitrailingempties (note missing "p") For a cleaner merge, please correct both these to -skiptrailingempties and resubmit. Also, I'm not sure exactly what the problem was from the description. Exact reproduction steps would help me verify. Thanks again /Ashok
remove trailing blanks in [my _code_sample {}
Bug #7. Added -checked option for form input fi...
pure::form should allow specification of checked attribute
Fixed for 0.5b5
pure::form should allow specification of checked attribute
Some test shortcuts
Added tag woof-0.5b4 for changeset 4a09ce5bef4e
Fix URLs
Added zip
Some comments
Fix version number
Update manual. Fix for -fromscm 1 when creating...
Fix bug #6 - https proxy fail due to syntax err...
woof 0.5b3 fails on https proxy
woof 0.5b3 fails on https proxy
Fixed in 0.5b4
woof 0.5b3 fails on https proxy
Added -hidesourcecomments and bump to 0.5.0
Added -autolink option. Fix destructor document...
Please do suggest ideas. Code is welcome too but accompanied by documentation please:-)...
Great! I like the whole concept. Please don't abandon it. In a short while, I would...
Finally, I have gotten a new release out - 0.5b3 So I claim, yes, it is now actively...
Fixed in 0.5b3
util::url_encode not found when calling make_query_string
Added tag woof-0.5b3 for changeset e6da11cd914a
Updated links
Fixes for test directories
Fix hesc namespace
Rename _application.cfg to _application.cfg-tem...
Misc test fixes
Added new files from tcllib packages
Add tcl 8.6.3 tclkit for bowwow. Bump to versio...
Convert to markdown
Renamed announce
Bump version, new front material
Directly implement hesc instead of needing html...
Updated docs
Change CGI to readlink
Updated to tcllib 1.16
Get rid of outdated twapi
Documentation updates
Successful tests with Apache CGI and SCGI dedic...
Initial cut at Apache 2.4 test templates
Added check for prerequisite packages
Start on apache tests
Added Apache mod_proxy_scgi docs
Update Apache CGI docs for Apache 2.4
Enable distribution to be created on *ix
Default to NPH for scgi
Default to NPH for scgi
Added tag pre-isapi-reconfig for changeset a964...
Minor test page changes
Change test scripts to use isapi_scgi.dll from ...
Check if file exists before trying to backup in...
Convert query and post from utf-8
Fix unicode param test check (undo a prior chec...
Remove extraneous debug puts
Make html static dir and move manual there
IIS7 config changes
Ignore more files
More test framework changes
Remove websh support
Whole bunch of test infrastructure refactoring
More test refactoring
Update distro docs
Reworked test framework
Fix invocation of logging cmd
Implemented distro::uninstall and bumped distro...
Actually delete files during uninstall
Restructured samples directory