1753496 Members
4347 Online
108794 Solutions
New Discussion юеВ

LIBPCRE and HPUX 11.00?

 
SOLVED
Go to solution
Patrick Ware_1
Super Advisor

LIBPCRE and HPUX 11.00?

Hello all,

I've installed the grep-2.5.1-sd-11.00.depot on one of my HPUX 11.00 servers. The issue I am having is a missing library:

server# /usr/local/bin/grep
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libpcre.sl
/usr/lib/dld.sl: No such file or directory
Abort

I do a find, and of course it is not on the system. Does anyone know where I can find the correct version of this library? I've looked for it, but ran into dead-ends. I'm in a time crunch, and really need your help. Thanks in advance.

4 REPLIES 4
Sanjay_6
Honored Contributor
Solution

Re: LIBPCRE and HPUX 11.00?

Hi Patrick,

Did you install the run time dependencies for this package,

http://hpux.cs.utah.edu/hppd/hpux/Gnu/grep-2.5.1/

It should be part of pcre package.

Hope this helps.

Regds
Patrick Ware_1
Super Advisor

Re: LIBPCRE and HPUX 11.00?

Yeah, shortly after I sent out this S.O.S., I was on that page for the PCRE. Looks like I will have to compile since they don't have a depot versionfor HPUX 11.00.
Sanjay_6
Honored Contributor

Re: LIBPCRE and HPUX 11.00?

Hi,

Yes, it does looks as if they don't have a pre-compiled depot for pcre for 11.0

Good Luck with the compiling.

Hope this helps.

Regds
Patrick Ware_1
Super Advisor

Re: LIBPCRE and HPUX 11.00?

The compile worked for me with no problems. Thanks again for your help.