not sure if it is relevant, but target... # ls -ld /opt/aixt/apache2/modules/ drwxr-xr-x 2 root system 256 Dec 10 16:50 /opt/aixt/apache2/modules/ # ls -l /opt/aixt/apache2/modules/ total 0 # df /opt/aixt/apache2/modules/ Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd10opt 327680 130464 61% 2132 13% /opt
On Thu, Dec 10, 2009 at 11:26 PM, Michael Felt <[email protected]> wrote: > Not much extra that means anything to me: > > # /data/prj/alpha/httpd-2.3.4-alpha/srclib/apr/libtool --mode=install > install mod_authn_file.la /opt/aixt/apache2/modules/ > libtool: install: install .libs/mod_authn_file.lai > /opt/aixt/apache2/modules/mod_authn_file.la > > find: bad status-- /opt/aixt/apache2/modules/mod_authn_file.la > install: File mod_authn_file.lai was not found. > # du > 1352 ./.libs > 4048 . > # pwd > /data/prj/alpha/httpd-2.3.4-alpha/modules/aaa > > > > On Thu, Dec 10, 2009 at 7:28 PM, Jeff Trawick <[email protected]> wrote: > >> On Thu, Dec 10, 2009 at 12:44 PM, Michael Felt <[email protected]> wrote: >> > Success - well almost. Was this also covered in the VOTE thread? >> > ==== >> > Making install in modules >> > Making install in aaa >> > rm -f /opt/aixt/apache2/modules/mod_authn_file.so >> > /data/prj/alpha/httpd-2.3.4-alpha/srclib/apr/libtool --silent >> --mode=install >> > install mod_authn_file.la /opt/aixt/apache2/modules/ >> > find: bad status-- /opt/aixt/apache2/modules/mod_authn_file.la >> > install: File mod_authn_file.lai was not found. >> > make: 1254-004 The error code from the last command is 2. >> >> You may get a better idea if you run the libtool command manually >> without the "--silent" option. >> > >
