Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Enabling 'mod_expires' in TS 6.7.1?
lidkh
Hello,
I am trying to enable the 'mod_expires' module in TS6.7.1.
This was working fine with TS 6.1.
TS 6.7.1 is shipped with Apache 2.0.58, so I was wondering whether the process was the same as for TS 6.1. I did replace the httpd.conf.template but it does not regenerate the httpd.conf as for previous TS version. (6.1).
In addition, I get the following error when performing this command:
#/iw-webd/bin/iwwebd -v
ld.so.1: iwwebd: fatal: libaprutil-0.so.0: open failed: No such file or directory
Killed
TeamSite is running fine and a restart or a "iwreset -ui" are also working fine..
Am I missing something?
Any help would be really appreciated.
Thanks,
-Khalid
Find more posts tagged with
Comments
nipper
The issue is the environment variables for the shell you are using. There is a variable called LD_LIBRARY_PATH (I am assuming Solaris, but you should confirm). This variable should include the directory that contains the loadable library listed.
You can run:
find /iw-home -name 'libaprutil-0.so*' -print
to find the path.
lidkh
Hi nipper,
I included the path in the LD_LIBRARY path. It is now working perfectly.
Thanks a lot.