Re: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)

From: jignaasu (jignaasu_at_yahoo.com)
Date: 06/23/04

  • Next message: Subbu: "Question"
    Date: 23 Jun 2004 01:19:49 -0700
    
    

    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


  • Next message: Subbu: "Question"

    Relevant Pages