Thread: compiling on IRIX 6.3 or does anyone hav a tar of the (irix)compiled include dir for me?

compiling on IRIX 6.3 or does anyone hav a tar of the (irix)compiled include dir for me?

From
z.nijmeyers@cable.a2000.nl
Date:
hi,

I want to compile PHP on Irix 6.3 with Postgresql as an extension.
therefore(?) I need to compile the headers for Postgresql, this
however I can't get to succeed.

(
./configure --prefix=/usr/people/tinusz/bin --with-libraries=/usr/local/lib

checking for sigsetjmp... yes
checking for optreset... no
checking test program... 18476:./conftest: rld: Fatal Error: Cannot Successfully Map soname 'libz.so.1.1.3' under any
ofthe filenames
/usr/lib32/libz.so.1.1.3:/usr/lib32/internal/libz.so.1.1.3:/lib32/libz.so.1.1.3:/opt/lib32/libz.so.1.1.3:
failed
configure: error:
*** Could not execute a simple test program.  This may be a problem
*** related to locating shared libraries.  Check the file 'config.log'
*** for the exact reason.

and libz.so.1.1.3 is to be found in /usr/local/lib
)

so, either I'd like some help on compiling on Irix
( I don't own the machine, sysadmin is not helpfull at all)

OR...
could someone send me a tarball of the (compiled) include dir.
( I tried it with the include dir from the source and that didn't work?)

thanks.

Tinus.

Re: compiling on IRIX 6.3 or does anyone hav a tar of the (irix)compiled include dir for me?

From
jdassen@cistron.nl (J.H.M. Dassen (Ray))
Date:
z.nijmeyers@cable.a2000.nl <z.nijmeyers@cable.a2000.nl> wrote:
>./configure --prefix=/usr/people/tinusz/bin --with-libraries=/usr/local/lib
>
>checking for sigsetjmp... yes
>checking for optreset... no
>checking test program... 18476:./conftest: rld: Fatal Error: Cannot Successfully Map soname 'libz.so.1.1.3' under any
ofthe filenames
/usr/lib32/libz.so.1.1.3:/usr/lib32/internal/libz.so.1.1.3:/lib32/libz.so.1.1.3:/opt/lib32/libz.so.1.1.3:

I'm guessing that "rld" is the dynamic loader; you'll need to instruct it to
look in /usr/local/lib for dynamic libraries, e.g. by working in an
environment with LD_LIBRARY_PATH set to /usr/local/lib.

HTH,
Ray
--
Obsig: developing a new sig

Re: Re: compiling on IRIX 6.3 or does anyone hav a tar of the (irix)compiled include dir for me?

From
z.nijmeyers@cable.a2000.nl
Date:
On Thu, Apr 05, 2001 at 01:21:33PM +0000, J.H.M. Dassen (Ray) wrote:
> z.nijmeyers@cable.a2000.nl <z.nijmeyers@cable.a2000.nl> wrote:
> I'm guessing that "rld" is the dynamic loader; you'll need to instruct it to
> look in /usr/local/lib for dynamic libraries, e.g. by working in an
> environment with LD_LIBRARY_PATH set to /usr/local/lib.
> HTH,
> Ray

that's it, thanks.

irix keeps giving me the same problems that
Linux gave me 4 years ago, and I forgot about most of 'em.

Tinus