abrarShariar / ffead-cpp

Automatically exported from code.google.com/p/ffead-cpp
0 stars 0 forks source link

Failed to compile apache_mod_ffead module for my ubuntu 12.04 LTS Linux System #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. compile and install apache web server successfully for my Linux System 
Ubuntu 12.04 LTS.

2. Then compile ffead-server-src-v1.8 source package successfully without any 
issue in my system.

3. After that I have started to compile apache_mod_ffead module for my system 
which gets failed to compile.

What is the expected output? What do you see instead?

Apache module compilation process has been closed due to some error.
make: *** [mod_ffeadcpp.o] Error 1

What version of the product are you using? On what operating system?

ffead-server-src-v1.8 and apache 2.4.9 installed in Ubuntu 12.04 LTS and tried 
to compile apache_mod_ffead module for same.

Please provide any additional information below.

Please find following list of errors for more reference.

1) 
ffead/ffead-server-src-v1.8/Debug/ffead-server/include/ConfigurationData.h:113:2
: error: ‘ConfigurationData::ConfigurationData()’ is private

2) ffead/ffead-server-src-v1.8/Debug/ffead-server/include/SSLHandler.h:40:2: 
error: ‘SSLHandler::SSLHandler()’ is private

3) FfeadCppApacheModule.cpp:155:59: error: no matching function for call to 
‘ServiceTask::ServiceTask(int, std::string&, NULL, bool&, NULL, SSLHandler&, 
ConfigurationData&, void*&)’

4) FfeadCppApacheModule.cpp:321:8: error: ‘class HttpRequest’ has no member 
named ‘setHttpVersion’

5) FfeadCppApacheModule.cpp:337:14: error: ‘class HttpResponse’ has no 
member named ‘getContent_type’

6) FfeadCppApacheModule.cpp:339:30: error: ‘class HttpResponse’ has no 
member named ‘getContent_type’

7) FfeadCppApacheModule.cpp:341:14: error: ‘class HttpResponse’ has no 
member named ‘getContent_str’

8) FfeadCppApacheModule.cpp:343:27: error: ‘class HttpResponse’ has no 
member named ‘getContent_str’

9) FfeadCppApacheModule.cpp:373:2: error: ‘init’ is not a member of 
‘Logger’

10) FfeadCppApacheModule.cpp:374:11: error: ‘getLogger’ is not a member of 
‘Logger’

11) FfeadCppApacheModule.cpp:386:121: error: no matching function for call to 
‘ConfigurationHandler::handle(strVec&, strVec&, std::string&, std::string&, 
std::string&, std::string&, bool&)’

12) FfeadCppApacheModule.cpp:430:62: error: no matching function for call to 
‘ScriptHandler::execute(std::string&, std::vector<std::basic_string<char> >&, 
std::string&)’

Please let me know if you need any more information and help me to solve above 
problems.

Original issue reported on code.google.com by rtshpraj...@gmail.com on 5 Aug 2014 at 4:48

GoogleCodeExporter commented 8 years ago

Original comment by sumeet.chhetri@gmail.com on 5 Aug 2014 at 10:48

GoogleCodeExporter commented 8 years ago
Is there any possible way or solution to solve this type of compilation errors?

Original comment by rtshpraj...@gmail.com on 5 Aug 2014 at 11:03

GoogleCodeExporter commented 8 years ago
Please download the latest version from 
https://github.com/sumeetchhetri/ffead-cpp/archive/master.zip and follow the 
installation instructions.

Original comment by sumeet.chhetri@gmail.com on 5 Aug 2014 at 2:53

GoogleCodeExporter commented 8 years ago
Thanks for providing information.

I will download latest 1.9 package and let you know later it helps me to solve 
my problem or not.

Original comment by rtshpraj...@gmail.com on 6 Aug 2014 at 6:42

GoogleCodeExporter commented 8 years ago
I have tried to compile latest ffead 1.9 package in my Ubuntu Linux System and 
successfully compiled Apache Module without any fail-case.

Thanks sumeet for providing information to solve compilation issue.

Original comment by rtshpraj...@gmail.com on 6 Aug 2014 at 11:42