Hi,
Currently I am doing a content server migration. The source system is running with Solaris 10, Maxdb 7.6, SAP CS 6.4 and Apache service 1.3.
And the target system is running with AIX 7.1, Max DB 7.9, SAP CS 6.50 and Apache service 2.0.63. I successfully the database form 7.6 to 7.9 and the CS repository are safe and accessible in the database. I have installed the Apache 2.0.63.
I am using the xlc_r compiler to configure. The configuration is successful. while I am issuing the "make" the shared libraries inside the module location generated with ".la" extension. But these are suppose to generate with ".so" extension. So when I am starting the "apachectl start" command. It is looking for "mod_access.so" and don't locate the file as this is generated with "mod_access.la" and starting of Apache service fails.
The libtool here we are using is 1.5.
I am using below env variable and configure command to compile Apache.
export CXX=xlC_r
export CFLAGS="-q64"
export LDFLAGS="-b64"
export EXTRA_LDFLAGS_SHLIB="-b64"
export OBJECT_MODE=64
./configure --prefix=/ContentServer/apache --enable-so --enable-mods-shared=most --with-mpm=prefork
Regards,
Sandeep