Originally posted by: flodstrom
>
> thanks
>
> libgd link was fine but relink libXpm.a to /opt/freeware/lib/libXpm.a
>
> now getting this error.
>
> httpd: Syntax error on line 121 of /usr/fs615web/apache-2.2.20/conf/httpd.conf: Cannot load /usr/fs615web/apache/modules/libphp5.so into server: rtld: 0712-001 Symbol xmlTextReaderSetup was referenced\n from module /usr/fs615web/apache/modules/libphp5.so(), but a runtime definition\n of the symbol was not found.
>
> any idea please ?
Was this Apache built on the previous AIX 5.3 machine (judging from the path's it doesn't look like any familiar pre-built package)?
How does your environment look like? For example do you have LIBPATH set, etc?
Also you should not change links in /usr/lib, like the libXpm.a symbolic link. You will break other things when using the freeware version like that.
Just speculating now but it looks like that Apache environment was built on a somewhat dirty system (custom made changes to system libs, etc.). The best option would probably be to clean up your new 6.1 installation as much as you can (like reversing the changes to symbolic links in /usr/lib, etc.) and then rebuild Apache on the new AIX 6.1 system.
Alternative you could also look at some pre-built packages.
#AIX-Forum