You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ferdie Romero <fe...@gmail.com> on 2012/11/21 09:19:12 UTC

[users@httpd] This platform does not like uninstalled shares libraries

While compiling apache https we encountered the errors below in the make
step:

/usr/local/apache2.1120/httpd-2.2.22/srclib/apr/libtool --silent
--mode=link gcc -g -O2 -pthread -o htpasswd htpasswd.lo -lm
/usr/local/apache2.1120/httpd-2.2.22/srclib/pcre/libpcre.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/
libaprutil-1.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/xml/expat/
libexpat.la /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/libapr-1.la-lrt
-lm -lpthread libtool: link: warning: this platform does not like
uninstalled shared libraries libtool: link: `htpasswd' will be relinked
during installation ld: Can't find dependent library "libapr-1.sl.4" Fatal
error.

*** Warning: linker path does not have real file for library -lrt. *** I
have the capability to make that library automatically link in when *** you
link to this library. But I can only do this if you have a *** shared
version of the library, which you do not appear to have *** because I did
check the linker path looking for a file starting *** with librt and none
of the candidates passed a file format test *** using a file magic. Last
file checked: /usr/lib/pa20_64/./librt.2

Hernandez, Godfrey D. 3:49 PM

*** Warning: linker path does not have real file for library -lrt. *** I
have the capability to make that library automatically link in when *** you
link to this library. But I can only do this if you have a *** shared
version of the library, which you do not appear to have *** because I did
check the linker path looking for a file starting *** with librt and none
of the candidates passed a file format test *** using a file magic. Last
file checked: /usr/lib/pa20_64/./librt.2

*** Warning: linker path does not have real file for library -lm. *** I
have the capability to make that library automatically link in when *** you
link to this library. But I can only do this if you have a *** shared
version of the library, which you do not appear to have *** because I did
check the linker path looking for a file starting *** with libm and none of
the candidates passed a file format test *** using a file magic. Last file
checked: /usr/lib/pa20_64/./libm.2

*** Warning: linker path does not have real file for library -lpthread. ***
I have the capability to make that library automatically link in when ***
you link to this library. But I can only do this if you have a *** shared
version of the library, which you do not appear to have *** because I did
check the linker path looking for a file starting *** with libpthread and
none of the candidates passed a file format test *** using a file magic.
Last file checked: /usr/lib/pa20_64/./libpthread.1

*** Warning: linker path does not have real file for library -lc. *** I
have the capability to make that library automatically link in when *** you
link to this library. But I can only do this if you have a *** shared
version of the library, which you do not appear to have *** because I did
check the linker path looking for a file starting *** with libc and none of
the candidates passed a file format test *** using a file magic. Last file
checked: /usr/lib/pa20_64/./libc.2 *** The inter-library dependencies that
have been dropped here will be *** automatically added whenever a program
is linked with this library *** or is declared to -dlopen it.

We can't seem to figure out the fix for this. Glad if someone can help us.

Thanks.

Re: [users@httpd] This platform does not like uninstalled shares libraries

Posted by FINESEC <in...@finesec.com>.
Did you try installing KRNG11I?
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=KRNG11I

Adam Black,
FINESEC.COM - Authentication software for Apache

On Wed, Nov 21, 2012 at 12:52 PM, Ferdie Romero <fe...@gmail.com>wrote:

> We tried to touch all files indicated in each run of make but we it seems
> its an endless loop because the htpass file reappeared.
>
> Any other suggestion?
>
> Thanks.
> On Nov 21, 2012 7:47 PM, "Ferdie Romero" <fe...@gmail.com> wrote:
>
>> Ok we're gonna try them. It's hp ux by the way.
>>
>> Thanks.
>> On Nov 21, 2012 7:45 PM, "FINESEC" <in...@finesec.com> wrote:
>>
>>> Well, those files are not needed for Apache server to work. You might
>>> disable all of such tools.
>>>
>>> Adam Black,
>>> FINESEC.COM - Authentication software for Apache
>>>
>>> On Wed, Nov 21, 2012 at 12:33 PM, Ferdie Romero <fe...@gmail.com>wrote:
>>>
>>>> We already tried that but when we do that we encounter a new file,
>>>> htdigest and disabling it will then identify another problematic file.
>>>>
>>>> Are we gonna disable all the problematic files?
>>>>
>>>> Thanks.
>>>> On Nov 21, 2012 6:05 PM, "FINESEC" <in...@finesec.com> wrote:
>>>>
>>>>> Is it HP-UX or mingw? Try disabling building of htpasswd tool:
>>>>> cd support
>>>>> touch htpasswd
>>>>> cd ..
>>>>> gmake / make
>>>>>
>>>>> Adam Black,
>>>>> FINESEC.COM - Authentication software for Apache
>>>>>
>>>>> On Wed, Nov 21, 2012 at 9:19 AM, Ferdie Romero <ferdieromero@gmail.com
>>>>> > wrote:
>>>>>
>>>>>> While compiling apache https we encountered the errors below in the
>>>>>> make step:
>>>>>>
>>>>>> /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/libtool --silent
>>>>>> --mode=link gcc -g -O2 -pthread -o htpasswd htpasswd.lo -lm
>>>>>> /usr/local/apache2.1120/httpd-2.2.22/srclib/pcre/libpcre.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/
>>>>>> libaprutil-1.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/xml/expat/
>>>>>> libexpat.la /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/
>>>>>> libapr-1.la -lrt -lm -lpthread libtool: link: warning: this platform
>>>>>> does not like uninstalled shared libraries libtool: link: `htpasswd' will
>>>>>> be relinked during installation ld: Can't find dependent library
>>>>>> "libapr-1.sl.4" Fatal error.
>>>>>>
>>>>>> *** Warning: linker path does not have real file for library -lrt.
>>>>>> *** I have the capability to make that library automatically link in when
>>>>>> *** you link to this library. But I can only do this if you have a ***
>>>>>> shared version of the library, which you do not appear to have *** because
>>>>>> I did check the linker path looking for a file starting *** with librt and
>>>>>> none of the candidates passed a file format test *** using a file magic.
>>>>>> Last file checked: /usr/lib/pa20_64/./librt.2
>>>>>>
>>>>>> Hernandez, Godfrey D. 3:49 PM
>>>>>>
>>>>>> *** Warning: linker path does not have real file for library -lrt.
>>>>>> *** I have the capability to make that library automatically link in when
>>>>>> *** you link to this library. But I can only do this if you have a ***
>>>>>> shared version of the library, which you do not appear to have *** because
>>>>>> I did check the linker path looking for a file starting *** with librt and
>>>>>> none of the candidates passed a file format test *** using a file magic.
>>>>>> Last file checked: /usr/lib/pa20_64/./librt.2
>>>>>>
>>>>>> *** Warning: linker path does not have real file for library -lm. ***
>>>>>> I have the capability to make that library automatically link in when ***
>>>>>> you link to this library. But I can only do this if you have a *** shared
>>>>>> version of the library, which you do not appear to have *** because I did
>>>>>> check the linker path looking for a file starting *** with libm and none of
>>>>>> the candidates passed a file format test *** using a file magic. Last file
>>>>>> checked: /usr/lib/pa20_64/./libm.2
>>>>>>
>>>>>> *** Warning: linker path does not have real file for library
>>>>>> -lpthread. *** I have the capability to make that library automatically
>>>>>> link in when *** you link to this library. But I can only do this if you
>>>>>> have a *** shared version of the library, which you do not appear to have
>>>>>> *** because I did check the linker path looking for a file starting ***
>>>>>> with libpthread and none of the candidates passed a file format test ***
>>>>>> using a file magic. Last file checked: /usr/lib/pa20_64/./libpthread.1
>>>>>>
>>>>>> *** Warning: linker path does not have real file for library -lc. ***
>>>>>> I have the capability to make that library automatically link in when ***
>>>>>> you link to this library. But I can only do this if you have a *** shared
>>>>>> version of the library, which you do not appear to have *** because I did
>>>>>> check the linker path looking for a file starting *** with libc and none of
>>>>>> the candidates passed a file format test *** using a file magic. Last file
>>>>>> checked: /usr/lib/pa20_64/./libc.2 *** The inter-library dependencies that
>>>>>> have been dropped here will be *** automatically added whenever a program
>>>>>> is linked with this library *** or is declared to -dlopen it.
>>>>>>
>>>>>> We can't seem to figure out the fix for this. Glad if someone can
>>>>>> help us.
>>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>
>>>>>
>>>

Re: [users@httpd] This platform does not like uninstalled shares libraries

Posted by Ferdie Romero <fe...@gmail.com>.
We tried to touch all files indicated in each run of make but we it seems
its an endless loop because the htpass file reappeared.

Any other suggestion?

Thanks.
On Nov 21, 2012 7:47 PM, "Ferdie Romero" <fe...@gmail.com> wrote:

> Ok we're gonna try them. It's hp ux by the way.
>
> Thanks.
> On Nov 21, 2012 7:45 PM, "FINESEC" <in...@finesec.com> wrote:
>
>> Well, those files are not needed for Apache server to work. You might
>> disable all of such tools.
>>
>> Adam Black,
>> FINESEC.COM - Authentication software for Apache
>>
>> On Wed, Nov 21, 2012 at 12:33 PM, Ferdie Romero <fe...@gmail.com>wrote:
>>
>>> We already tried that but when we do that we encounter a new file,
>>> htdigest and disabling it will then identify another problematic file.
>>>
>>> Are we gonna disable all the problematic files?
>>>
>>> Thanks.
>>> On Nov 21, 2012 6:05 PM, "FINESEC" <in...@finesec.com> wrote:
>>>
>>>> Is it HP-UX or mingw? Try disabling building of htpasswd tool:
>>>> cd support
>>>> touch htpasswd
>>>> cd ..
>>>> gmake / make
>>>>
>>>> Adam Black,
>>>> FINESEC.COM - Authentication software for Apache
>>>>
>>>> On Wed, Nov 21, 2012 at 9:19 AM, Ferdie Romero <fe...@gmail.com>wrote:
>>>>
>>>>> While compiling apache https we encountered the errors below in the
>>>>> make step:
>>>>>
>>>>> /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/libtool --silent
>>>>> --mode=link gcc -g -O2 -pthread -o htpasswd htpasswd.lo -lm
>>>>> /usr/local/apache2.1120/httpd-2.2.22/srclib/pcre/libpcre.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/
>>>>> libaprutil-1.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/xml/expat/
>>>>> libexpat.la /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/
>>>>> libapr-1.la -lrt -lm -lpthread libtool: link: warning: this platform
>>>>> does not like uninstalled shared libraries libtool: link: `htpasswd' will
>>>>> be relinked during installation ld: Can't find dependent library
>>>>> "libapr-1.sl.4" Fatal error.
>>>>>
>>>>> *** Warning: linker path does not have real file for library -lrt. ***
>>>>> I have the capability to make that library automatically link in when ***
>>>>> you link to this library. But I can only do this if you have a *** shared
>>>>> version of the library, which you do not appear to have *** because I did
>>>>> check the linker path looking for a file starting *** with librt and none
>>>>> of the candidates passed a file format test *** using a file magic. Last
>>>>> file checked: /usr/lib/pa20_64/./librt.2
>>>>>
>>>>> Hernandez, Godfrey D. 3:49 PM
>>>>>
>>>>> *** Warning: linker path does not have real file for library -lrt. ***
>>>>> I have the capability to make that library automatically link in when ***
>>>>> you link to this library. But I can only do this if you have a *** shared
>>>>> version of the library, which you do not appear to have *** because I did
>>>>> check the linker path looking for a file starting *** with librt and none
>>>>> of the candidates passed a file format test *** using a file magic. Last
>>>>> file checked: /usr/lib/pa20_64/./librt.2
>>>>>
>>>>> *** Warning: linker path does not have real file for library -lm. ***
>>>>> I have the capability to make that library automatically link in when ***
>>>>> you link to this library. But I can only do this if you have a *** shared
>>>>> version of the library, which you do not appear to have *** because I did
>>>>> check the linker path looking for a file starting *** with libm and none of
>>>>> the candidates passed a file format test *** using a file magic. Last file
>>>>> checked: /usr/lib/pa20_64/./libm.2
>>>>>
>>>>> *** Warning: linker path does not have real file for library
>>>>> -lpthread. *** I have the capability to make that library automatically
>>>>> link in when *** you link to this library. But I can only do this if you
>>>>> have a *** shared version of the library, which you do not appear to have
>>>>> *** because I did check the linker path looking for a file starting ***
>>>>> with libpthread and none of the candidates passed a file format test ***
>>>>> using a file magic. Last file checked: /usr/lib/pa20_64/./libpthread.1
>>>>>
>>>>> *** Warning: linker path does not have real file for library -lc. ***
>>>>> I have the capability to make that library automatically link in when ***
>>>>> you link to this library. But I can only do this if you have a *** shared
>>>>> version of the library, which you do not appear to have *** because I did
>>>>> check the linker path looking for a file starting *** with libc and none of
>>>>> the candidates passed a file format test *** using a file magic. Last file
>>>>> checked: /usr/lib/pa20_64/./libc.2 *** The inter-library dependencies that
>>>>> have been dropped here will be *** automatically added whenever a program
>>>>> is linked with this library *** or is declared to -dlopen it.
>>>>>
>>>>> We can't seem to figure out the fix for this. Glad if someone can help
>>>>> us.
>>>>>
>>>>> Thanks.
>>>>>
>>>>
>>>>
>>

Re: [users@httpd] This platform does not like uninstalled shares libraries

Posted by Ferdie Romero <fe...@gmail.com>.
Ok we're gonna try them. It's hp ux by the way.

Thanks.
On Nov 21, 2012 7:45 PM, "FINESEC" <in...@finesec.com> wrote:

> Well, those files are not needed for Apache server to work. You might
> disable all of such tools.
>
> Adam Black,
> FINESEC.COM - Authentication software for Apache
>
> On Wed, Nov 21, 2012 at 12:33 PM, Ferdie Romero <fe...@gmail.com>wrote:
>
>> We already tried that but when we do that we encounter a new file,
>> htdigest and disabling it will then identify another problematic file.
>>
>> Are we gonna disable all the problematic files?
>>
>> Thanks.
>> On Nov 21, 2012 6:05 PM, "FINESEC" <in...@finesec.com> wrote:
>>
>>> Is it HP-UX or mingw? Try disabling building of htpasswd tool:
>>> cd support
>>> touch htpasswd
>>> cd ..
>>> gmake / make
>>>
>>> Adam Black,
>>> FINESEC.COM - Authentication software for Apache
>>>
>>> On Wed, Nov 21, 2012 at 9:19 AM, Ferdie Romero <fe...@gmail.com>wrote:
>>>
>>>> While compiling apache https we encountered the errors below in the
>>>> make step:
>>>>
>>>> /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/libtool --silent
>>>> --mode=link gcc -g -O2 -pthread -o htpasswd htpasswd.lo -lm
>>>> /usr/local/apache2.1120/httpd-2.2.22/srclib/pcre/libpcre.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/
>>>> libaprutil-1.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/xml/expat/
>>>> libexpat.la /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/libapr-1.la-lrt -lm -lpthread libtool: link: warning: this platform does not like
>>>> uninstalled shared libraries libtool: link: `htpasswd' will be relinked
>>>> during installation ld: Can't find dependent library "libapr-1.sl.4" Fatal
>>>> error.
>>>>
>>>> *** Warning: linker path does not have real file for library -lrt. ***
>>>> I have the capability to make that library automatically link in when ***
>>>> you link to this library. But I can only do this if you have a *** shared
>>>> version of the library, which you do not appear to have *** because I did
>>>> check the linker path looking for a file starting *** with librt and none
>>>> of the candidates passed a file format test *** using a file magic. Last
>>>> file checked: /usr/lib/pa20_64/./librt.2
>>>>
>>>> Hernandez, Godfrey D. 3:49 PM
>>>>
>>>> *** Warning: linker path does not have real file for library -lrt. ***
>>>> I have the capability to make that library automatically link in when ***
>>>> you link to this library. But I can only do this if you have a *** shared
>>>> version of the library, which you do not appear to have *** because I did
>>>> check the linker path looking for a file starting *** with librt and none
>>>> of the candidates passed a file format test *** using a file magic. Last
>>>> file checked: /usr/lib/pa20_64/./librt.2
>>>>
>>>> *** Warning: linker path does not have real file for library -lm. *** I
>>>> have the capability to make that library automatically link in when *** you
>>>> link to this library. But I can only do this if you have a *** shared
>>>> version of the library, which you do not appear to have *** because I did
>>>> check the linker path looking for a file starting *** with libm and none of
>>>> the candidates passed a file format test *** using a file magic. Last file
>>>> checked: /usr/lib/pa20_64/./libm.2
>>>>
>>>> *** Warning: linker path does not have real file for library -lpthread.
>>>> *** I have the capability to make that library automatically link in when
>>>> *** you link to this library. But I can only do this if you have a ***
>>>> shared version of the library, which you do not appear to have *** because
>>>> I did check the linker path looking for a file starting *** with libpthread
>>>> and none of the candidates passed a file format test *** using a file
>>>> magic. Last file checked: /usr/lib/pa20_64/./libpthread.1
>>>>
>>>> *** Warning: linker path does not have real file for library -lc. *** I
>>>> have the capability to make that library automatically link in when *** you
>>>> link to this library. But I can only do this if you have a *** shared
>>>> version of the library, which you do not appear to have *** because I did
>>>> check the linker path looking for a file starting *** with libc and none of
>>>> the candidates passed a file format test *** using a file magic. Last file
>>>> checked: /usr/lib/pa20_64/./libc.2 *** The inter-library dependencies that
>>>> have been dropped here will be *** automatically added whenever a program
>>>> is linked with this library *** or is declared to -dlopen it.
>>>>
>>>> We can't seem to figure out the fix for this. Glad if someone can help
>>>> us.
>>>>
>>>> Thanks.
>>>>
>>>
>>>
>

Re: [users@httpd] This platform does not like uninstalled shares libraries

Posted by FINESEC <in...@finesec.com>.
Well, those files are not needed for Apache server to work. You might
disable all of such tools.

Adam Black,
FINESEC.COM - Authentication software for Apache

On Wed, Nov 21, 2012 at 12:33 PM, Ferdie Romero <fe...@gmail.com>wrote:

> We already tried that but when we do that we encounter a new file,
> htdigest and disabling it will then identify another problematic file.
>
> Are we gonna disable all the problematic files?
>
> Thanks.
> On Nov 21, 2012 6:05 PM, "FINESEC" <in...@finesec.com> wrote:
>
>> Is it HP-UX or mingw? Try disabling building of htpasswd tool:
>> cd support
>> touch htpasswd
>> cd ..
>> gmake / make
>>
>> Adam Black,
>> FINESEC.COM - Authentication software for Apache
>>
>> On Wed, Nov 21, 2012 at 9:19 AM, Ferdie Romero <fe...@gmail.com>wrote:
>>
>>> While compiling apache https we encountered the errors below in the make
>>> step:
>>>
>>> /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/libtool --silent
>>> --mode=link gcc -g -O2 -pthread -o htpasswd htpasswd.lo -lm
>>> /usr/local/apache2.1120/httpd-2.2.22/srclib/pcre/libpcre.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/
>>> libaprutil-1.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/xml/expat/
>>> libexpat.la /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/libapr-1.la-lrt -lm -lpthread libtool: link: warning: this platform does not like
>>> uninstalled shared libraries libtool: link: `htpasswd' will be relinked
>>> during installation ld: Can't find dependent library "libapr-1.sl.4" Fatal
>>> error.
>>>
>>> *** Warning: linker path does not have real file for library -lrt. *** I
>>> have the capability to make that library automatically link in when *** you
>>> link to this library. But I can only do this if you have a *** shared
>>> version of the library, which you do not appear to have *** because I did
>>> check the linker path looking for a file starting *** with librt and none
>>> of the candidates passed a file format test *** using a file magic. Last
>>> file checked: /usr/lib/pa20_64/./librt.2
>>>
>>> Hernandez, Godfrey D. 3:49 PM
>>>
>>> *** Warning: linker path does not have real file for library -lrt. *** I
>>> have the capability to make that library automatically link in when *** you
>>> link to this library. But I can only do this if you have a *** shared
>>> version of the library, which you do not appear to have *** because I did
>>> check the linker path looking for a file starting *** with librt and none
>>> of the candidates passed a file format test *** using a file magic. Last
>>> file checked: /usr/lib/pa20_64/./librt.2
>>>
>>> *** Warning: linker path does not have real file for library -lm. *** I
>>> have the capability to make that library automatically link in when *** you
>>> link to this library. But I can only do this if you have a *** shared
>>> version of the library, which you do not appear to have *** because I did
>>> check the linker path looking for a file starting *** with libm and none of
>>> the candidates passed a file format test *** using a file magic. Last file
>>> checked: /usr/lib/pa20_64/./libm.2
>>>
>>> *** Warning: linker path does not have real file for library -lpthread.
>>> *** I have the capability to make that library automatically link in when
>>> *** you link to this library. But I can only do this if you have a ***
>>> shared version of the library, which you do not appear to have *** because
>>> I did check the linker path looking for a file starting *** with libpthread
>>> and none of the candidates passed a file format test *** using a file
>>> magic. Last file checked: /usr/lib/pa20_64/./libpthread.1
>>>
>>> *** Warning: linker path does not have real file for library -lc. *** I
>>> have the capability to make that library automatically link in when *** you
>>> link to this library. But I can only do this if you have a *** shared
>>> version of the library, which you do not appear to have *** because I did
>>> check the linker path looking for a file starting *** with libc and none of
>>> the candidates passed a file format test *** using a file magic. Last file
>>> checked: /usr/lib/pa20_64/./libc.2 *** The inter-library dependencies that
>>> have been dropped here will be *** automatically added whenever a program
>>> is linked with this library *** or is declared to -dlopen it.
>>>
>>> We can't seem to figure out the fix for this. Glad if someone can help
>>> us.
>>>
>>> Thanks.
>>>
>>
>>

Re: [users@httpd] This platform does not like uninstalled shares libraries

Posted by Ferdie Romero <fe...@gmail.com>.
We already tried that but when we do that we encounter a new file, htdigest
and disabling it will then identify another problematic file.

Are we gonna disable all the problematic files?

Thanks.
On Nov 21, 2012 6:05 PM, "FINESEC" <in...@finesec.com> wrote:

> Is it HP-UX or mingw? Try disabling building of htpasswd tool:
> cd support
> touch htpasswd
> cd ..
> gmake / make
>
> Adam Black,
> FINESEC.COM - Authentication software for Apache
>
> On Wed, Nov 21, 2012 at 9:19 AM, Ferdie Romero <fe...@gmail.com>wrote:
>
>> While compiling apache https we encountered the errors below in the make
>> step:
>>
>> /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/libtool --silent
>> --mode=link gcc -g -O2 -pthread -o htpasswd htpasswd.lo -lm
>> /usr/local/apache2.1120/httpd-2.2.22/srclib/pcre/libpcre.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/
>> libaprutil-1.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/xml/expat/
>> libexpat.la /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/libapr-1.la-lrt -lm -lpthread libtool: link: warning: this platform does not like
>> uninstalled shared libraries libtool: link: `htpasswd' will be relinked
>> during installation ld: Can't find dependent library "libapr-1.sl.4" Fatal
>> error.
>>
>> *** Warning: linker path does not have real file for library -lrt. *** I
>> have the capability to make that library automatically link in when *** you
>> link to this library. But I can only do this if you have a *** shared
>> version of the library, which you do not appear to have *** because I did
>> check the linker path looking for a file starting *** with librt and none
>> of the candidates passed a file format test *** using a file magic. Last
>> file checked: /usr/lib/pa20_64/./librt.2
>>
>> Hernandez, Godfrey D. 3:49 PM
>>
>> *** Warning: linker path does not have real file for library -lrt. *** I
>> have the capability to make that library automatically link in when *** you
>> link to this library. But I can only do this if you have a *** shared
>> version of the library, which you do not appear to have *** because I did
>> check the linker path looking for a file starting *** with librt and none
>> of the candidates passed a file format test *** using a file magic. Last
>> file checked: /usr/lib/pa20_64/./librt.2
>>
>> *** Warning: linker path does not have real file for library -lm. *** I
>> have the capability to make that library automatically link in when *** you
>> link to this library. But I can only do this if you have a *** shared
>> version of the library, which you do not appear to have *** because I did
>> check the linker path looking for a file starting *** with libm and none of
>> the candidates passed a file format test *** using a file magic. Last file
>> checked: /usr/lib/pa20_64/./libm.2
>>
>> *** Warning: linker path does not have real file for library -lpthread.
>> *** I have the capability to make that library automatically link in when
>> *** you link to this library. But I can only do this if you have a ***
>> shared version of the library, which you do not appear to have *** because
>> I did check the linker path looking for a file starting *** with libpthread
>> and none of the candidates passed a file format test *** using a file
>> magic. Last file checked: /usr/lib/pa20_64/./libpthread.1
>>
>> *** Warning: linker path does not have real file for library -lc. *** I
>> have the capability to make that library automatically link in when *** you
>> link to this library. But I can only do this if you have a *** shared
>> version of the library, which you do not appear to have *** because I did
>> check the linker path looking for a file starting *** with libc and none of
>> the candidates passed a file format test *** using a file magic. Last file
>> checked: /usr/lib/pa20_64/./libc.2 *** The inter-library dependencies that
>> have been dropped here will be *** automatically added whenever a program
>> is linked with this library *** or is declared to -dlopen it.
>>
>> We can't seem to figure out the fix for this. Glad if someone can help us.
>>
>> Thanks.
>>
>
>

Re: [users@httpd] This platform does not like uninstalled shares libraries

Posted by FINESEC <in...@finesec.com>.
Is it HP-UX or mingw? Try disabling building of htpasswd tool:
cd support
touch htpasswd
cd ..
gmake / make

Adam Black,
FINESEC.COM - Authentication software for Apache

On Wed, Nov 21, 2012 at 9:19 AM, Ferdie Romero <fe...@gmail.com>wrote:

> While compiling apache https we encountered the errors below in the make
> step:
>
> /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/libtool --silent
> --mode=link gcc -g -O2 -pthread -o htpasswd htpasswd.lo -lm
> /usr/local/apache2.1120/httpd-2.2.22/srclib/pcre/libpcre.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/
> libaprutil-1.la/usr/local/apache2.1120/httpd-2.2.22/srclib/apr-util/xml/expat/
> libexpat.la /usr/local/apache2.1120/httpd-2.2.22/srclib/apr/libapr-1.la-lrt -lm -lpthread libtool: link: warning: this platform does not like
> uninstalled shared libraries libtool: link: `htpasswd' will be relinked
> during installation ld: Can't find dependent library "libapr-1.sl.4" Fatal
> error.
>
> *** Warning: linker path does not have real file for library -lrt. *** I
> have the capability to make that library automatically link in when *** you
> link to this library. But I can only do this if you have a *** shared
> version of the library, which you do not appear to have *** because I did
> check the linker path looking for a file starting *** with librt and none
> of the candidates passed a file format test *** using a file magic. Last
> file checked: /usr/lib/pa20_64/./librt.2
>
> Hernandez, Godfrey D. 3:49 PM
>
> *** Warning: linker path does not have real file for library -lrt. *** I
> have the capability to make that library automatically link in when *** you
> link to this library. But I can only do this if you have a *** shared
> version of the library, which you do not appear to have *** because I did
> check the linker path looking for a file starting *** with librt and none
> of the candidates passed a file format test *** using a file magic. Last
> file checked: /usr/lib/pa20_64/./librt.2
>
> *** Warning: linker path does not have real file for library -lm. *** I
> have the capability to make that library automatically link in when *** you
> link to this library. But I can only do this if you have a *** shared
> version of the library, which you do not appear to have *** because I did
> check the linker path looking for a file starting *** with libm and none of
> the candidates passed a file format test *** using a file magic. Last file
> checked: /usr/lib/pa20_64/./libm.2
>
> *** Warning: linker path does not have real file for library -lpthread.
> *** I have the capability to make that library automatically link in when
> *** you link to this library. But I can only do this if you have a ***
> shared version of the library, which you do not appear to have *** because
> I did check the linker path looking for a file starting *** with libpthread
> and none of the candidates passed a file format test *** using a file
> magic. Last file checked: /usr/lib/pa20_64/./libpthread.1
>
> *** Warning: linker path does not have real file for library -lc. *** I
> have the capability to make that library automatically link in when *** you
> link to this library. But I can only do this if you have a *** shared
> version of the library, which you do not appear to have *** because I did
> check the linker path looking for a file starting *** with libc and none of
> the candidates passed a file format test *** using a file magic. Last file
> checked: /usr/lib/pa20_64/./libc.2 *** The inter-library dependencies that
> have been dropped here will be *** automatically added whenever a program
> is linked with this library *** or is declared to -dlopen it.
>
> We can't seem to figure out the fix for this. Glad if someone can help us.
>
> Thanks.
>