1821063 Members
2514 Online
109631 Solutions
New Discussion юеВ

libiconv.sl

 
SOLVED
Go to solution
J.A.R. Karremans
Frequent Advisor

libiconv.sl

Hi there world,

I am trying to build PHP for HPUX Apache. This keeps failing because of:

/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libiconv.sl

How can I resolve this issue? Where can I find / download / install a sufficiently advanced package / patch or whatever to "upgrade" libiconv.sl to eliminate this issue...
10 REPLIES 10
whiteknight
Honored Contributor

Re: libiconv.sl

J.A.R

OvPerlA package version 05.06.013 and higher fixes the
problem

PHSS_33527 050728 'OV OVO8.1X Acc Perl HPUX 11 PA A.08.11' HP-UX 11.00
11.11
11.23
PHSS_33528 050728 'OV OVO8.1X Acc Perl HPUX 11 IA A.08.11' HP-UX 11.00
11.11
11.23
PHSS_33529 050809 'OV OVO8.1X Acc Perl Linux A.08.11' HP-UX 11.00
11.11
11.23
PHSS_33530 050809 'OV OVO8.1X Acc Perl Solaris A.08.11' HP-UX 11.00
11.11
11.23
PHSS_33531 050809 'OV OVO8.1X Acc Perl Windows A.08.11' HP-UX 11.00
11.11
11.23
PHSS_33532 050815 'OV OVO8.1X Acc Perl AIX A.08.11' HP-UX 11.00
11.11
11.23

Hope this help..

remember to assign points
Problem never ends, you must know how to fix it
Steven E. Protter
Exalted Contributor
Solution

Re: libiconv.sl

Shalom,

compiling is fun.

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSATW217

swinstall is easier. The depot above includes php.

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
J.A.R. Karremans
Frequent Advisor

Re: libiconv.sl

Thank you all very much for your input...

I have, in the meantime, libiconv running and with my configure script for PHP I am progressing nicely!

The only thing is I wanna (I must) enable PHP in the Oracle HTTP Server (powered by Apache (actually it is just Apache)), so I will need a seperate PHP installation, hence I cannot use the swinstall depot from the last post.

In configuring I now run into a somewhat shaky flex compilation which is missing libintl.sl. Any ideas on that one?

checking for flex... flex
checking for yywrap in -lfl... no
checking lex output file root... /usr/lib/dld.sl: Unresolved symbol: libintl_tex
tdomain (code) from flex
./configure[2554]: 1549 Abort(coredump)
configure: error: cannot find output from flex; giving up

Thanx in advance!!
J.A.R. Karremans
Frequent Advisor

Re: libiconv.sl

Thank you all very much for your input...

I have, in the meantime, libiconv running and with my configure script for PHP I am progressing nicely!

The only thing is I wanna (I must) enable PHP in the Oracle HTTP Server (powered by Apache (actually it is just Apache)), so I will need a seperate PHP installation, hence I cannot use the swinstall depot from the last post.

In configuring I now run into a somewhat shaky flex compilation which is missing libintl.sl. Any ideas on that one?

checking for flex... flex
checking for yywrap in -lfl... no
checking lex output file root... /usr/lib/dld.sl: Unresolved symbol: libintl_textdomain (code) from flex
./configure[2554]: 1549 Abort coredump)
configure: error: cannot find output from flex; giving up

Thanx in advance!!
Robert-Jan Goossens
Honored Contributor

Re: libiconv.sl

http://hpux.connect.org.uk/hppd/hpux/Gnu/gettext-0.16.1/

Libiconv has a run-time dependency gettext, whithin the package you will find libintl.sl.

Regards,
Robert-Jan
J.A.R. Karremans
Frequent Advisor

Re: libiconv.sl

Hi there Robert Jan,

Please can you inform me about another location where I can get this depot, the ones on the site you mentioned do not extract properly :-s

Kindest regards,
Jan
Dennis Handly
Acclaimed Contributor

Re: libiconv.sl

>the ones on the site you mentioned do not extract properly :-s

I had no problems. So if you go elsewhere, you'll probably have the same problem.

You download the the *.depot.gz file:
$ gunzip gettext-0.16.1-ia64-11.23.depot.gz
$ swlist -s $PWD/gettext-0.16.1-ia64-11.23.depot
Joelmel Roche
Valued Contributor

Re: libiconv.sl

J.A.R. Karremans
Frequent Advisor

Re: libiconv.sl

I am sorry, but the ones at the first site are not good. The ones on the second site are! I've installed them now succesfull!!

Thanx all, for your updates!