Operating System - HP-UX
1753318 Members
6328 Online
108792 Solutions
New Discussion юеВ

crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000014

 
graziella_1
New Member

crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000014

Hi,
when i compiling sendmail 8.13.8 on my hpux 11.11 server, reciving this error message :

"crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000014
make[1]: *** [vacation] Error 14
make[1]: Leaving directory `/opt/sendmail-8.13.8/obj.HP-UX.11.11.9000-800/vacation'
make: *** [all] Error 2
"


What happened ?

Thanks in advance

Graziella
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000014

Shalom,

What happened?

SHLIB_PATH is probably not including all necessary libraries.

You may be using the wrong compiler.

You are trying to compile sendmail.

Try HP's sendmail depot on http://software.hp.com

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dennis Handly
Acclaimed Contributor

Re: crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000014

This says that crt0 couldn't open dld.sl because: EFAULT 14 /* Bad address

This has nothing to do with SHLIB_PATH.
You might try a later dld.sl patch?
IT_2007
Honored Contributor

Re: crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000014

It may work if you enter in root .profile

export SHLIB_PATH=/usr/lib:/opt/sendmail-8.13.8/obj.HP-UX.11.11.9000-800

and try to compile it.

ranganath ramachandra
Esteemed Contributor

Re: crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000014

try the latest linker/loader patch. there may be something wrong with the crt0.o you are using (but no such problem has been reported before).
 
--
ranga
[i work for hpe]

Accept or Kudo