cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Content Server error

Former Member
0 Likes
3,720

Hello colleagues,

I have this error when start the Content Server,

host:(/directory/apache/bin)(root)#./apachectl start

httpd: Syntax error on line 66 of /directory/apache/conf/httpd.conf: Cannot load modules/mod_sapcs22.so into

server: /directory/apache/modules/mod_sapcs22.so: undefined symbol: ap_log_error

Can you help me?

Thanks

View Entire Topic
madasamy_arunachalam
Active Participant
0 Likes

Hi Victor

There is a note for similar module name "mod_sapcs.cpp", but it is old note...

Can you check if this note is helpful or not ?, 742191 - SAP content server for UNIX cannot be loaded

I remember the error "undefined symbol" which we get  some time while (or after)  updating  SAP Kernel binaries (mainly for library file, .o ) when the required file are missing from /usr/lib/... , this will also happen when required permissions are missing....

Can you check with command  ?, as below under the directory where mod_sapcs22.so is exists .

ldd  mod_sapcs22.so

Regards

Swami