cancel
Showing results for 
Search instead for 
Did you mean: 

Error in starting apache after modifying httpd.conf with load file lines

Former Member
0 Kudos

Dear Experts,

We are in process of implementing DMS ,so installaing content server 640 on HPUX11.31.

We have installed apache httpd 2.2.26 ,With following procedure

1. Downloading source distribution of Apache 2.2.26 from apache.org

2. We are using HP native comipler for compilation,as suggested by sap note

3. Extracted apache tar file in /home/sapcs/httpd-2.2.22

4. configure with following command

./configure --prefix=/home/sapcs --enable-mods-shared=most --enable-shared=max --with-mpm=prefork

5. Set enviormanet

export CFLAGS="+DD64 +DSitanium2"

export LDFLAGS="+DD64 +DSitanium2"

6. make

7.make install

All above steps completed successfully.After this we modified the file httpd.conf file with adding following lines as per note 940584

LoadFile /usr/lib/hpux64/libunwind.so

LoadFile /usr/lib/hpux64/libCsup.so

LoadFile /usr/lib/hpux64/libstd_v2.so

Now when we try to start apache with ./apachectl start command we are getting following error

$ ./apachectl start

httpd: Syntax error on line 44 of /home/sapcs/conf/httpd.conf: Cannot load /usr/lib/hpux64/libunwind.so into server: '/usr/lib/hpux64/libunwind.so' is not a valid load module: Bad magic number

As per sap note 940584 we have to add the lines then we can start content server installion process.

Please help.

Thanks,

Rushikesh

Accepted Solutions (0)

Answers (1)

Answers (1)

ravi_ekambaram
Active Contributor
0 Kudos

Hi Rushikesh,

Only following Apache server are supported for content server 640.

Apache Web server 1.3.xx and 2.0.xx (starting from 1.3.14 and version 2.0.52 are supported)

Regards,

Ravi