Hi guys. I just got some problem when i follow the SDK Guide for The 
Append-Transform Plugin. i Compile plugin source code(from example folder), 
creating a shared library. then i copy the append-transform.so into 
/usr/local/libexec/trafficserver/ (the default plugin floder), then, i configer 
my plugin.config as the Guide mentioned mentioned :append-transform.so 
/home/cheng.chang/file.text
when i restart my ATS, i found error from error log. it said:[append-transform] 
Could not load /home/cheng.chang/file.text[append-transoform] Unable to 
initialize plugin
no mater i changed the path of the file. i still get same error.
After i check the source code of  Append-Transform Plugin, i found the 
INKfopen(filename, "r") caused this problem, it's always return false i think.
So, anyone has same problem as me?  Any Suggestion?
Thanks                                    

Reply via email to