does libprotobuf.so depends on another library ?

On Wednesday, May 16, 2012 4:22:41 PM UTC+4:30, Hassan Monfared wrote:
>
> Hi, 
> I made a message, named RequestModel and when I declare pointer of 
> RequestModel like : 
> LOG("MSG_BEFORE"); 
> RequestModel  *mmodel; 
> ...... 
> My module get loaded by apache  and I get the MSG_BEFORE in my apache 
> log. 
> But when I "new" my object, apache does'nt even call my function 
> without any error or segmentation fault : 
>
> LOG("MSG_BEFORE"); 
> RequestModel  *mmodel=new RequestModel() ; 
> ...... 
> this way I don't get MSG_BEFORE in apache error.log. 
> can some one guess what's going on? 
>
> Regards, 
> Sky

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/protobuf/-/LlhZNOb8W4gJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to