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/09/22 13:45:49 UTC

DO NOT REPLY [Bug 40579] New: - Dynamic linking of httpd on HP-UX not possible

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=40579>.
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=40579

           Summary: Dynamic linking of httpd on HP-UX not possible
           Product: Apache httpd-2
           Version: 2.0.58
          Platform: HP
        OS/Version: HP-UX
            Status: NEW
          Severity: major
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: weiss.seal@gmx.de


I�m, trying to build Apache 2.0.58 with dynamic linking on HP-UX with this
configuration:
./configure 	--prefix=/home/scratch/apache2 
	    	--libdir=/home/scratch/apache2/bin 
            	--enable-so --enable-static-support 

./make
./make install
After that httpd runs fine in the PREFIX-Folder.

Now I move the apache to another directory and add the directory to the
�SHLIB_PATH�, following error occurs:
/usr/lib/dld.sl: Can't open shared library: /home/scratch/apache2/bin/libapr-0.sl.9
/usr/lib/dld.sl: No such file or directory

I tried different HP-UX system versions:

HP-UX 11.00 with aCC Version A.03.55
and
HP-UX 11.11 with gcc Version 3.3.2

I also tried different versions of Apache2: 2.0.47, 2.0.59 and 2.2.3.
, but no constellation leads to success.

Didn't you know what's the matter? Other UNIX systems, just like SunOS or IBM
work fine.
Could you please help me?

-- 
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 40579] - Dynamic linking of httpd on HP-UX not possible

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=40579>.
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=40579





------- Additional Comments From weiss.seal@gmx.de  2007-07-24 23:43 -------
Hi,

I run the configure command I described above, without './buildconf' .

The first libtool version I used was 'libtool version 1.5' .
Now I tried 'libtool version 1.5.22' and then '1.5.24', but without success.

I also tried to add my '--libdir' to the 'SHLIB_PATH', but the httpd file did
not used the entry.

-- 
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 40579] - Dynamic linking of httpd on HP-UX not possible

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=40579>.
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=40579





------- Additional Comments From laurent.faillie@st.com  2007-04-26 02:24 -------
Hi,

I add the same problem recently.
The solution I found was to install the latest version of GNU libtool (from GNU
ftp repository) and then to rebuild almost all library used by apache/php.

ldd can help to determine which libraries need to be rebuilded.

Best regards,

Laurent

PS: HP-UX dynamic linker is really the worst linker I used :-(

-- 
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 40579] - Dynamic linking of httpd on HP-UX not possible

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=40579>.
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=40579


jorton@redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From jorton@redhat.com  2006-10-31 08:19 -------
Did you really mean "--libdir=/home/scratch/apache2/bin"?

(not --bindir=... or --libdir=.../lib)

If you configure and install without passing any such arguments, does it work?

-- 
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 40579] - Dynamic linking of httpd on HP-UX not possible

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=40579>.
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=40579





------- Additional Comments From wrowe@apache.org  2007-04-26 02:42 -------
It's simply a libtool bug.  But I don't have enough info to answer, did you
happen to run ./buildconf?  If so, what version of libtool is installed on
the box?

It seems the HPUX libtool maintainer is adverse to relocatable binaries,
because getting it right is trivial.


-- 
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