Problem Installing Apache from rpm

I am attempting to install an rpm of Apache from perzl.org on an AIX 6100-07-03-1207 server and it is failing. I think I have all of the dependencies installed. Can anyone help? Any help would be appreciated.

It fails with the following error:

# rpm -Uvh httpd-2.4.2-2.aix5.1.ppc.rpm   
error: failed dependencies:
        liblua-5.1.a(liblua-5.1.so) is needed by httpd-2.4.2-2

I have a copy of liblua-5.1.so:

# find /  -name liblua* -ls
25657  357 -rwxr-xr-x  1 root      system      365031 Jun 17 07:52 /opt/freeware/lib/liblua-5.1.so
25658  388 -rwxr-xr-x  1 root      system      397264 Jun 17 07:52 /opt/freeware/lib/liblua-5.2.so
25659 1609 -rw-r--r--  1 root      system     1646695 Jun 17 07:52 /opt/freeware/lib/liblua.a
69737  397 -rwxr-xr-x  1 root      system      406009 Jun 17 07:52 /opt/freeware/lib64/liblua-5.1.so
69738  434 -rwxr-xr-x  1 root      system      443618 Jun 17 07:52 /opt/freeware/lib64/liblua-5.2.so
 3282    1 lrwxrwxrwx  1 root      system          36 Jul  9 14:31 /usr/lib/liblua-5.1.so -> ../../opt/freeware/lib/liblua-5.1.so
 3283    1 lrwxrwxrwx  1 root      system          36 Jul  9 14:31 /usr/lib/liblua-5.2.so -> ../../opt/freeware/lib/liblua-5.2.so
 3284    1 lrwxrwxrwx  1 root      system          31 Jul  9 14:31 /usr/lib/liblua.a -> ../../opt/freeware/lib/liblua.a
176149    1 lrwxrwxrwx  1 root      system          38 Jul  9 14:31 /usr/lib64/liblua-5.1.so -> ../../opt/freeware/lib64/liblua-5.1.so
176150    1 lrwxrwxrwx  1 root      system          38 Jul  9 14:31 /usr/lib64/liblua-5.2.so -> ../../opt/freeware/lib64/liblua-5.2.so

I think I have my paths set right:

# echo $LD_LIBRARY_PATH
/usr/dt/lib:/usr/lib:/opt/freeware/lib
# echo $LIBPATH        
/usr/dt/lib:/usr/lib:/opt/freeware/lib

And, here is what I have installed so far:

# rpm -qa
cdrecord-1.9-9
mkisofs-1.13-9
AIX-rpm-6.1.7.1-1
tcl-8.4.7-3
tk-8.4.7-3
expect-5.42.1-3
sudo-1.6.9p15-2noldap
bash-3.2-1
bash-doc-3.2-1
expat-2.1.0-1
apr-1.4.6-1
apr-util-1.4.1-1
db4-4.7.25-2
apr-util-db4-1.4.1-1
openssl-1.0.1c-1
openldap-2.4.23-0.3
apr-util-ldap-1.4.1-1
bzip2-1.0.6-1
libgcc-4.7.1-1
libffi-3.0.10-1
gettext-0.17-1
info-4.13a-2
glib2-2.30.3-1
readline-6.2-3
zlib-1.2.7-1
pcre-8.21-1
lua-5.2.1-1
zlib-devel-1.2.7-1

Any ideas?

This won't be much help, but I recently ran into the same thing. I did get 2.2 running from his rpms, but I could never get 2.4 going. Like you I had all the dependencies installed but I kept getting the lua error .... I installed 5.1 thinking 5.2 might be the issue, but that did not resolve the issue. Hopefully someone more knowledgeable will chime in.

Try to Include this in $LIBPATH

/opt/freeware/lib64/

Vit0, I tried that with the same result. :frowning: