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 2023/04/09 19:17:24 UTC

[Bug 66561] New: The build fails with slibtool

https://bz.apache.org/bugzilla/show_bug.cgi?id=66561

            Bug ID: 66561
           Summary: The build fails with slibtool
           Product: Apache httpd-2
           Version: 2.4.56
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
          Assignee: bugs@httpd.apache.org
          Reporter: orbea@riseup.net
  Target Milestone: ---

Created attachment 38534
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38534&action=edit
Build fix patch

When building with slibtool instead of GNU libtool the user should be using the
rlibtool symlink which will correctly determine if building shared or static
libraries from the libtool generated by autotools from LT_INIT in configure.in.

However apache-httpd doesn't call LT_INIT and the generated libtool doesn't
exist causing the build to fail. LT_INIT can be simply added to configure.in as
shown in the attached patch which will result in the build working just fine
with both GNU libtool and slibtool, but with GNU libtool it will end up using
the generated libtool rather than /usr/share/apr/build/libtool from the apr
package so I am unsure if that is the idea solution?

This was reported for Gentoo here. https://bugs.gentoo.org/858836

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 66561] The build fails with slibtool

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66561

Sam James <sa...@gentoo.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam@gentoo.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 66561] The build fails with slibtool

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66561

--- Comment #1 from orbea@riseup.net ---
Created attachment 38535
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38535&action=edit
Build log

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org