You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/06/12 17:33:09 UTC

DO NOT REPLY [Bug 39788] New: - Modules not loading on AIX

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788

           Summary: Modules not loading on AIX
           Product: Apache httpd-2
           Version: 2.0.58
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: phil@redthreeconsulting.com


I am compiling Apache 2.0.58 on AIX 5.2 as follows following the guidance of
http://people.apache.org/~trawick/apache-2-on-aix.html

I am using:

CC=xlc_r ./configure --prefix=/usr/apache2 --with-mpm=worker --enable-so
--enable-layout=Apache --enable-mods-shared=most
--with-expat=`pwd`/srclib/apr-util/xml/expat --enable-static-support
--without-berkeley-db && make && make install

I have also tried --enable-mods-shared=all as well as CC=gcc (2.9-aix51-020209)
and CC=cc_r

Apache compiles fine, but when I try to run it (stock httpd.conf) the result is
the same:

/usr/apache2/bin>./apachectl start
Syntax error on line 233 of /usr/apache2/conf/httpd.conf:
Cannot load /usr/apache2/modules/mod_access.so into server: 
/usr/apache2/bin>

../logs is empty.

If I comment out the LoadModule directive on line 233 -- and all other
LoadModule directives, I instead get the expected error: "Invalid command
'Order', perhaps mis-spelled or defined by a module not included in the server
configuration"

There is already on the system an httpd (Apache 1.3.34) that works quite fine
with LoadModule, but an upgrade is necessary if a third party system is to be
supported.

Statically compiling the modules is the last resort...

I have tried contacting Jeff Trawick, as well as the Apache Users mailing list,
with no results, so I turn to bugzilla.  I am not sure if this is a bug or me
not configuring properly, but I hope someone can help me here because I have run
out of options :)

Thanks for your time,

Phil

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788





------- Additional Comments From trawick@apache.org  2006-06-14 22:44 -------
./cantloaddso.pl /usr/apache2/modules/mod_jk.so /usr/apache2 

I wouldn't have tried mod_jk.so first since we dont own tat, but the next stuff
is the scary part:
      
libapr[-0].so wasn't found; is prefix /usr/apache2 correct?
>find /usr/apache2 | grep libapr

(no libapr-0.so.xxxxx or libaprutil-0.so.xxxxx; libtool doing something weird)

2.0.58 built/ran fine for me on 5.3; I'm trying on 5.2 now with your same
invocation.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788





------- Additional Comments From trawick@apache.org  2006-06-15 10:25 -------
I get a good lib directory (has .so files), and DSOs load fine for me:
$ dir lib/
total 5384
drwxr-xr-x   2 trawick  staff           512 Jun 14 19:56 .
drwxr-xr-x  15 trawick  staff           512 Jun 14 19:57 ..
-rw-r--r--   1 trawick  staff          7891 Jun 14 19:56 apr.exp
-rw-r--r--   1 trawick  staff          3692 Jun 14 19:56 aprutil.exp
-rw-r--r--   1 trawick  staff        706793 Jun 14 19:56 libapr-0.a
-rw-r--r--   1 trawick  staff           834 Jun 14 19:56 libapr-0.la
lrwxrwxrwx   1 trawick  staff            18 Jun 14 19:56 libapr-0.so ->
libapr-0.so.0.9.12
lrwxrwxrwx   1 trawick  staff            18 Jun 14 19:56 libapr-0.so.0 ->
libapr-0.so.0.9.12
-rwxr-xr-x   1 trawick  staff        733098 Jun 14 19:56 libapr-0.so.0.9.12
-rw-r--r--   1 trawick  staff        419509 Jun 14 19:56 libaprutil-0.a
-rw-r--r--   1 trawick  staff           940 Jun 14 19:56 libaprutil-0.la
lrwxrwxrwx   1 trawick  staff            22 Jun 14 19:56 libaprutil-0.so ->
libaprutil-0.so.0.9.12
lrwxrwxrwx   1 trawick  staff            22 Jun 14 19:56 libaprutil-0.so.0 ->
libaprutil-0.so.0.9.12
-rwxr-xr-x   1 trawick  staff        417791 Jun 14 19:56 libaprutil-0.so.0.9.12
-rwxr-xr-x   1 trawick  staff        455132 Jun 14 19:56 libexpat.a
-rwxr-xr-x   1 trawick  staff           775 Jun 14 19:56 libexpat.la

This is on AIX 5.2 ML5, "VisualAge C++ Professional / C for AIX Compiler,
Version 6", httpd-2.0.58.tar.gz.

I did not run buildconf (so I used the libtool included in the httpd tarball),
and my configure invocation is this (only prefix changed from your invocation):

CC=xlc_r ./configure --prefix=/home/trawick/2058 --with-mpm=worker --enable-so
--enable-layout=Apache --enable-mods-shared=most
--with-expat=`pwd`/srclib/apr-util/xml/expat --enable-static-support
--without-berkeley-db && make && make install

I should have saved the configure output.  I guess libtool is making some
decisions differently between our two machines.

Are you running buildconf after unpacking the tarball and before configure? 
That brings in some other variables, and you shouldn't have to do that anyway.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788





------- Additional Comments From trawick@apache.org  2006-06-19 14:31 -------
>not sure if that is relevant information.
IZt isn't.

I'm pretty sure the wrong link flags are used by libtool, such that run-time
linking is not enabled and apr and friends are not built as shared libraries. 
When I get a chance I'll look through my 2.0.58 tree to see what influences the
link.

The only software I know of that differs between your build and mine is

AIX 5.2: we're almost certainly at different service levels; mine is ML5,
possibly with additional fixes

compiler: we're possibly at different service levels, though I'm sure that
doesn't matter; I haven't seen any of this linking change across different major
versions of the compiler and AIX 4.3.3-5.3.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788





------- Additional Comments From phil@redthreeconsulting.com  2006-06-15 14:13 -------
Okay. I make clean-ed and recompiled apache using the ./configure options you 
specified (leaving out --with-mod_jk for now).  Using no options 
on ./configure gave me an apache that started, but did not work with 
LoadModule.  Using the options you recomment gives an apache that does not 
start, because the modules that enable stuff like 'Order' cannot be loaded via 
LoadModule.  So either way, I am unable to use 'LoadModule':

/usr/apache2/bin>./apachectl start
Syntax error on line 233 of /usr/apache2/conf/httpd.conf:
Cannot load /usr/apache2/modules/mod_access.so into server: 

Now I use your tool cantloaddso.pl and I get the same error:

/usr/apache2/modules>/tmp/cantloaddso.pl ./mod_access.so /usr/apache2
libapr[-0].so wasn't found; is prefix /usr/apache2 correct?

Inspecting the apache2 and apache 1.3 modules I see they look like they are in 
the same format:

/usr/apache2/modules>file ./mod_access.so
./mod_access.so: executable (RISC System/6000) or object module not stripped
/usr/apache2/modules>file /usr/apache/libexec/mod_jk.so
/usr/apache/libexec/mod_jk.so: executable (RISC System/6000) or object module 
not stripped

But I still do not know where to start to fix it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788





------- Additional Comments From phil@redthreeconsulting.com  2006-12-12 11:24 -------
We have applied ML5 to AIX 5.2, did `make clean && ./configure --tons-of-options
--see-original-comment-for-details && make && make install`, and are now
experiencing new errors that I am looking into.

The errors are:

/usr/apache2/bin>./apachectl configtest
Syntax error on line 233 of /usr/apache2/conf/httpd.conf:
Cannot load /usr/apache2/modules/mod_access.so into server: rtld: 0712-001 Symbo
l apr_table_get was referenced\n      from module /usr/apache2/modules/mod_acces
s.so(), but a runtime definition\n      of the symbol was not found.\nrtld: 0712
-001 Symbol apr_ipsubnet_test was referenced\n      from module /usr/apache2/mod
ules/mod_access.so(), but a runtime definition\n      of the symbol was not foun
d.\nrtld: 0712-001 Symbol apr_pstrdup was referenced\n      from module /usr/apa
che2/modules/mod_access.so(), but a runtime definition\n      of the symbol was
not found.\nrtld: 0712-001 Symbol apr_array_push was referenced\n      from modu
le /usr/apache2/modules/mod_access.so(), but a runtime definition\n      of the
symbol was not found.\nrtld: 0712-001 Symbol apr_ipsubnet_create was referenced\
n      from module /usr/apache2/modules/mod_access.so(), but a runtime definitio
n\n      of the symbol was not found.\nrtld: 0712-001 Symbol apr_strerror was re
ferenced\n      from module /usr/apache2/modules/mod_access.so(), but a runtime
definition\n      of the symbol was not found.\nrtld: 0712-001 Symbol apr_palloc
 was referenced\n      from module /usr/apache2/modules/mod_access.so(), but a r
untime definition\n      of the symbol was not found.\nrtld: 0712-001 Symbol apr
_array_make was referenced\n      from module /usr/apache2/modules/mod_access.so
(), but a runtime definition\n      of the symbol was not found.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788





------- Additional Comments From phil@redthreeconsulting.com  2006-06-15 11:39 -------
No I did not run buildconf.  It seems to me like the .a files are some kind of
archives inside which there are .so files?

Dazed and confused...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788





------- Additional Comments From phil@redthreeconsulting.com  2006-06-14 21:03 -------
>./cantloaddso.pl /usr/apache2/modules/mod_jk.so /usr/apache2       
libapr[-0].so wasn't found; is prefix /usr/apache2 correct?
>find /usr/apache2 | grep libapr
/usr/apache2/lib/libapr-0.0.9.12
/usr/apache2/lib/libapr-0.0
/usr/apache2/lib/libapr-0
/usr/apache2/lib/libapr-0.la
/usr/apache2/lib/libapr-0.a
/usr/apache2/lib/libaprutil-0.0
/usr/apache2/lib/libaprutil-0.0.9.12
/usr/apache2/lib/libaprutil-0
/usr/apache2/lib/libaprutil-0.la
/usr/apache2/lib/libaprutil-0.a

Here is something that might shed light
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.vacpp7a.doc/getstart/overview/port_aix_obj_lib.htm
but I do not have the technical competency to make heads or tails out of it...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788


phil@redthreeconsulting.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From phil@redthreeconsulting.com  2006-12-12 13:47 -------
The above errors were generated using 2.0.58 sources.

Using 2.0.59 sources, I have successfully compiled LoadModule support on AIX 5.2
ML 5 using:

make clean

CC=gcc ./configure --prefix=/usr/apache2 --with-mpm=worker --enable-so
--enable-layout=Apache --enable-mods-shared=most
--with-expat=`pwd`/srclib/apr-util/xml/expat --enable-static-support
--without-berkeley-db && make && make install

(not tested, but CC=xlc_r should concievably work as well, as it worked for 2.2.3)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788





------- Additional Comments From phil@redthreeconsulting.com  2006-06-19 14:05 -------
Followup:

I tried recompiling with --enable-access=shared as per
http://www.linuxquestions.org/questions/showthread.php?t=450020 but the results
are exactly the same.

I did notice, during installation, either during make or make install, make was
telling the following about every module:

----------------------------------------------------------------------
rm -f /usr/apache2/modules/mod_dir.so
/scratch/a2.0_tc5.0/httpd-2.0.58/srclib/apr/libtool --silent --mode=install cp
mod_dir.la /usr/apache2/modules/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/apache2/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LIBPATH' environment variable
     during execution
   - use the `-Wl,-blibpath:LIBDIR:/usr/lpp/xlopt:/usr/lib/threads:/usr/lib:/lib
' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

I am not sure if that is relevant information.

Unable to use Apache on AIX,

Phil

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788


phil@redthreeconsulting.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From phil@redthreeconsulting.com  2006-06-12 16:37 -------
I guess thinking too hard about a problem only makes this worse.  This is not a
bug at all as I suspected.

Changing the configure to be:

./configure && make && make install

Fixed it.  One of those configure flags must have confused AIX somehow.  It
might be interesting to investigate which one and why (and might be indicative
of a hidden bug), but my issue is resolved.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788





------- Additional Comments From phil@redthreeconsulting.com  2006-12-12 12:23 -------
Update.

Apache 2.2.3 compiles and runs fine with LoadModule for us now, using configure
line:

CC=gcc ./configure --prefix=/usr/apache2 --with-mpm=worker --enable-so
--enable-layout=Apache --enable-mods-shared=most
--with-expat=`pwd`/srclib/apr-util/xml/expat --enable-static-support
--without-berkeley-db

Using the same line with Apache 2.0.58 source gives the symbol not found errors
above.  (We need Apache 2.0.x not 2.2.x)

I am now trying 2.0.59, but after that I am out of options.  But at least I have
error messages to give you guys now.  Any pointers/ideas?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788





------- Additional Comments From trawick@apache.org  2006-06-14 20:50 -------
Can you run 

http://people.apache.org/~trawick/cantloaddso.pl

and post the output here?  Often it can find symbol resolution problems which
prevent module loading.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788


phil@redthreeconsulting.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |




------- Additional Comments From phil@redthreeconsulting.com  2006-06-14 20:07 -------
Well, this bug/issue is still unresolved.

Using ./configure without options resulted in an install where ./apachectl start
works.  However, this install still doesnt work with LoadModule directives in
the conf file.  It appears it simply statically compiled all the modules into httpd.

So I am still unable to load modules, as before.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788





------- Additional Comments From trawick@apache.org  2006-06-19 20:07 -------
libtool decides to use old-style libraries vs. new-style libraries based on
whether or not it sees "brtl" in LDFLAGS.

APR always turns that on for AIX >= 4.2 to select new-style libraries
(apr/build/apr_hints.m4).

Here's something you can try to narrow down where something is going wrong on
your system.  Attach the output of these commands in your httpd-2.0.58 tree:

cd srclib/apr
rm libapr-0.la
make LTFLAGS=' '
ls -l .libs

Thanks!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39788] - Modules not loading on AIX

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39788





------- Additional Comments From phil@redthreeconsulting.com  2006-06-21 13:57 -------
...........omitting long compile lines..........
ranlib .libs/libapr-0.a
creating libapr-0.la
(cd .libs && rm -f libapr-0.la && ln -s ../libapr-0.la libapr-0.la)
Target "local-all" is up to date.
Target "all" is up to date.
/scratch/a2.0_tc5.0/httpd-2.0.58/srclib/apr>ls -l .libs
total 9096
lrwxrwxrwx   1 root     sys              15 Jun 21 10:13 libapr-0 -> libapr-
0.0.9.12
lrwxrwxrwx   1 root     sys              15 Jun 21 10:13 libapr-0.0 -> libapr-
0.0.9.12
-rwxr-xr-x   1 root     sys         1562744 Jun 21 10:13 libapr-0.0.9.12
-rw-r--r--   1 root     sys         3074285 Jun 21 10:13 libapr-0.a
-rw-r--r--   1 root     sys            8276 Jun 21 10:13 libapr-0.exp
lrwxrwxrwx   1 root     sys              14 Jun 21 10:13 libapr-0.la -
> ../libapr-0.la
-rw-r--r--   1 root     sys             729 Jun 21 10:13 libapr-0.lai


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org