Mailing List Archive



Back to the month index Back to the list index

Glenn Cooper (gcooper@cdfsga.fnal.gov)
Wed, 26 Nov 1997 08:02:41 -0600


Date: Wed, 26 Nov 1997 08:02:41 -0600
From: gcooper@cdfsga.fnal.gov (Glenn Cooper)
Message-Id: <199711261402.IAA26482@cdfsga.fnal.gov>
Subject: Re:  Installation problems on IRIX 6.2

Hi,

IRIX doesn't need the socket, nsl, and gen libraries defined
in EXTRA_LIB--they're included in the standard C library,
and the external versions conflict with the IRIX versions if
they are used. If you haven't already done so, edit the file
src/conf/site.mm.in and change the line

EXTRA_LIB= @LIBS@

to

EXTRA_LIB=

then reinstall.

Hope this helps,
Glenn

>I am trying to install mSQl release 1.0.16 on a maschine running IRIX 6.2.
>After running "make target", "setup" and "make all" there is a linking
>problem. I have always got the two error messages "ld returned 1 exit
>status - ld: FATAL 2: Internal: at ../../commonlib/ld3264/relocate.c
>merge_ext returns nill during relocation" and "Error code 1 (bu21)".
>
>I have tried to search the file relocate.c, but not found at all. There is
>not the directory commonlib on my maschine.
From joh@shore.net Wed Nov 26 09:05:51 1997
Received: from relay1.shore.net (root@relay1.shore.net [192.233.85.129])
        by services.bunyip.com (8.8.5/8.8.5) with ESMTP id JAA16953
        for <msql-list@services.bunyip.com>; Wed, 26 Nov 1997 09:05:50 -0500 (EST)
Received: from northshore.shore.net (joh@shell1.shore.net [192.233.85.1])
        by relay1.shore.net (8.8.7/8.8.7) with ESMTP id JAA02197;
        Wed, 26 Nov 1997 09:05:49 -0500 (EST)
Received: (from Received: (from joh@localhost)
        by northshore.shore.net (8.8.7/8.8.7) id JAA29984;
        Wed, 26 Nov 1997 09:05:47 -0500 (EST)
Date: Wed, 26 Nov 1997 09:05:46 -0500 (EST)
From: Jean-Olivier Holingue <joh@shore.net>
To: john barbour <soporte@red-sol.conicyt.cl>
cc: Multiple recipients of list <msql-list@services.bunyip.com>
Subject: Re: mod_auth_msql compile problems
In-Reply-To: <3.0.1.32.19971126105308.006ba5c4@red-sol.conicyt.cl>
Message-ID: <Pine.SUN.3.96.971126090112.10602A-100000@northshore.shore.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

John,

Where did you get from the module? I run into the same difficulties a
while ago while trying to use the "standard" one; Vivek Khera pointed me
to the one he modified and my problems magically vanished;
check ftp://ftp.kciLink.com/pub/mod_auth_msql.c.gz

HTH

Jean-Olivier Holingue
joh@shore.net

On Wed, 26 Nov 1997, john barbour wrote:

> >If that fails, or you want a real fix; I'd have to see exactly how
> >the includes and mSQL is configured; the name 'msql2.0.3' is not
> >exactly standard; as the original release of mSQL calls it Minerva
> >for 1.x and Hughes for 2.x.
> >
> >
>
> No luck - I re-installed msql to /usr/local/Hughes and did all the config
> for the apache compile but the same 'undefined references' came back at me
> (see end of message).
>
> I really am stuck here, I have no idea what the problem is.
>
> john barbour
>
> > od_auth_msql.o mod_browser.o regex/libregex.a
> > mod_auth_msql.o: In function `do_msql_query':
> > mod_auth_msql.o(.text+0x1b5): undefined reference to `msqlConnect'
> > mod_auth_msql.o(.text+0x1c7): undefined reference to `msqlErrMsg'
> > mod_auth_msql.o(.text+0x20e): undefined reference to `msqlSelectDB'
> > mod_auth_msql.o(.text+0x21b): undefined reference to `msqlErrMsg'
> > mod_auth_msql.o(.text+0x26b): undefined reference to `msqlQuery'
> > mod_auth_msql.o(.text+0x285): undefined reference to `msqlErrMsg'
> > mod_auth_msql.o(.text+0x2b1): undefined reference to `msqlStoreResult'
> > mod_auth_msql.o(.text+0x2c9): undefined reference to `msqlErrMsg'
> > mod_auth_msql.o(.text+0x306): undefined reference to `msqlClose'
> > mod_auth_msql.o(.text+0x35a): undefined reference to `msqlFetchRow'
> > mod_auth_msql.o(.text+0x39b): undefined reference to `msqlErrMsg'
> > mod_auth_msql.o(.text+0x3e1): undefined reference to `msqlFreeResult'
> > mod_auth_msql.o(.text+0x3ec): undefined reference to `msqlClose'
> > make: *** [httpd] Error 1
> >
>