./apachectl start
Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/dynamoApache.so into server:
ld.so.1: httpd: fatal: relocation error: file /usr/local/apache2/
modules/dynamoApache.so: symbol ap_pcalloc: referenced symbol not
found
---------------------------------------------------------------------------------------------------------------------------------
Versions and steps I followed :
Apache2(Version 2.0.59) is installed on Sun OS 5.10. I got the source
code from sunfreeware(httpd-2.0.59.tar.gz) and compiled it using the
options
$ ./configure --enable-rule=SHARED_CORE --enable-module=so
--prefix=/usr/local/apache2
then
$ make
$ make install
This was successful.
I then copied the dynamoApache.so from ATG7.0 installed on a different
box running Sun OS 5.9 to the web server box then I ran the command
$ /usr/local/apache2/bin/apxs -i -a -n dynamo /usr/local/apache2/bin/
dynamoApache.so
I then modified the httpd.conf and mime.types
When I start the webserver I got the error listed above.
I would appreciate any suggestions to over come this issue.
Thanks
- George
Thanks again
On Jul 12, 10:06 am, "George Oprica" <gopr...@gmail.com> wrote:
> It looks like you are using the Apache 1.3 CM install steps instead of
> the 2.0. Check the latest 2006.3 docs since the older versions of the
> docs don't contain the apache 2.0 install steps, which are
> different...
>
> - George
>