Operating System - Linux
1757735 Members
2128 Online
108863 Solutions
New Discussion юеВ

Problems with pre-build binaries

 
Francisco Mancardi_1
Frequent Advisor

Problems with pre-build binaries

Q1. I've got the apache binaries, and after install I get the following error:

/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/local/apache/libexec/mod_vhost_alias.so
/usr/lib/dld.sl: Permission denied
Syntax error on line 207 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/mod_vhost_alias.so into server: Permission denied
./apachectl start: httpd could not be started

The output of uname -a is:
HP-UX arrayan B.10.20 A 9000/785 2005308127 two-user license


Q2- with the unzip binaries I have the following problem
/usr/lib/dld.sl: Can't open shared library: /usr/lib/libc.2
/usr/lib/dld.sl: No such file or directory
Abort(coredump)

May be something is missing in my installation ( I have experience
administering Solaris but HP-UX is new for me) ?

Best Regards

Francisco

3 REPLIES 3
Alexander M. Ermes
Honored Contributor

Re: Problems with pre-build binaries

Hi there.
Q1 :
Please check your variable for library pathes,
then check the permissions and the ownership
for the apache files. It may be, that the owner and group is just a number.
Q2 :
Check your system for these files :
cd /
find / -name dld.sl

it may also be tha variable for the SHLIB_PATH
or the LD_LIBRARY_PATH.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Alexander M. Ermes
Honored Contributor

Re: Problems with pre-build binaries

Hi there once more.
Could you please place your requests in the right forum next time ?
This is the Linux place. There is a separate forum for HP-UX.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Herve BRANGIER
Respected Contributor

Re: Problems with pre-build binaries

Hi,

Like Alexander said you are not in the good
forum... But...


Q1) I think you have a rights problem in the
.so file : it MUST be readable for all. This
file is launched by httpd (apache) at startup
and httpd is started with non root rigths !!!
In httpd.conf you use virtual host or ask for
vhost module use so if it is not readable you
can't start httpd...

Q2) I think that libc.2 is presents on HPUX11
systems and not on HPUX10.X. Are you sure you
download great version of binaries. Try this
one : http://hpux.cict.fr/hppd/hpux/Misc/unzip-5.42/ (take HPUX 10.20 version :-) )

Hope it's help,


Herve