Re: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)
From: Johannes Raspe (j.raspe_at_t-online.de)
Date: 06/23/04
- Next message: Johannes Raspe: "SOLVED: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)"
- Previous message: Rick Jones: "Re: Looking for HP-UX OS"
- In reply to: jignaasu: "Re: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)"
- Next in thread: Johannes Raspe: "SOLVED: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 23 Jun 2004 20:17:03 +0200
jignaasu wrote:
> Johannes Raspe <j.raspe@t-online.de> wrote in message news:
>> /usr/ccs/bin/ld: Unsatisfied symbols:
>> dlerror (code)
>> dlopen (code)
>> dlsym (code)
>>
>> I have the suspect, that HP-UX does not "inlude" dlopen, dlerror and
>> dlsym. But how to get around this ??
>
> they are not available on 10.20 so you can do one of these (2 or 3):
> 1- upgrade to 11.X :) most recommended ;)
> 2- change the code to use shl_load/shl_* instead of dlopen/dl*
> 3- implement your own dlopen/dl* using shl_load/shl_*
> 4- run parisc-linux on your box ? not sure if this will solve it
Thanks for your suggestions but unfortunately I cannot upgrade to 11.X,
because it's too old (735/125) and I was not able to get media for the
very first 11.0 release which was compatible with my machine. HP sent
me some update CDs, but they were too new.
Changing the code or implementing my own dlopen is far beyond my
programming knowledge, I just wanted to have all tools handy to compile
apps for myself, because HP-UX porting center doesn't offer 10.20
depots for most applications anymore.
I tried parisc-linux on my box, but it was creeping slow with it, the
internal FW-SCSI contoller is not supported and I have software which
relies on HP-UX.
Anyway, I'll have to live witout gawk and use hp's awk.
Johannes
- Next message: Johannes Raspe: "SOLVED: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)"
- Previous message: Rick Jones: "Re: Looking for HP-UX OS"
- In reply to: jignaasu: "Re: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)"
- Next in thread: Johannes Raspe: "SOLVED: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|