This shows you the differences between two versions of the page.
aix:install_apache [2021/01/01 21:21] 127.0.0.1 external edit |
aix:install_apache [2021/12/13 17:49] (current) manu [AIX: Install php5] |
||
---|---|---|---|
Line 162: | Line 162: | ||
Open a Web browser with the IP of you server, and the Web page should print the php version (Ex: PHP Version 5.3.6) | Open a Web browser with the IP of you server, and the Web page should print the php version (Ex: PHP Version 5.3.6) | ||
+ | |||
+ | ===== Error ===== | ||
+ | |||
+ | ==== libiconv.so.2 ==== | ||
+ | |||
+ | After upgrading apache, error with library: | ||
+ | <cli prompt='#'> | ||
+ | [root@apache]/root# ar -tv /usr/lib/libiconv.a | ||
+ | r--r--r-- 2/2 234348 Sep 11 22:33 2018 shr4.o | ||
+ | r--r--r-- 2/2 234598 Sep 11 22:33 2018 shr.o | ||
+ | [root@apache]/root# ar -tv /opt/freeware/lib/libiconv.a | ||
+ | rwxr-xr-x 0/0 1089146 May 16 22:53 2012 libiconv.so.2 | ||
+ | r--r--r-- 0/0 117162 Aug 21 15:39 2012 shr4.o | ||
+ | r--r--r-- 0/0 117386 Aug 21 15:39 2012 shr.o | ||
+ | </cli> | ||
+ | |||
+ | Modify your apache start script to add LIBPATH | ||
+ | LIBPATH=/opt/freeware/lib | ||