Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2004 02:32:47 +0000
From:      Dima Dorfman <dd@freebsd.org>
To:        Jon Adams <jkadams@computer.org>
Cc:        freebsd-database@freebsd.org
Subject:   Re: Oracle 8i (8.1.7), FreeBSD 5.1 i386 installation questions
Message-ID:  <20041103023247.GC19151@trit.org>
In-Reply-To: <4188339A.5080002@computer.org>
References:  <4183FB7B.2090506@computer.org> <20041031052052.GA22539@trit.org> <4184D6E5.7020009@computer.org> <20041101024029.GD22539@trit.org> <41881615.9090501@computer.org> <1099438265.83080.398.camel@scotth.emsphone.com> <4188339A.5080002@computer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jon Adams <jkadams@computer.org> wrote:
> Scott T. Hildreth wrote:
> 
> >Did you install linux-devel?
> >
> 
> no apologies needed... I **thought** I had it, but I didnt... after 
> installing it I got this:
...
> Rebuilding client shared library...+ 
> PATH=/compat/linux/usr/bin:/compat/linux/bin:

Did you set the PATH like that? Don't put /compat/linux in there
explicitly. Leave it as it normally is (/bin:/usr/bin:/usr/local/bin)
and /compat/linux will be searched appropriately for you. This is
causing all kinds of problems like

> ++ cat /ora/app/lib/ldflags
> /ora/app/bin/genclntsh: cat: command not found

and

> ++ awk '/[ \t]*#/       {next}\
>                                {printf " -u %s", $1}'
> ++ entryList=/ora/app/rdbms/admin/shrept.lst
> /ora/app/bin/genclntsh: awk: command not found

(there are others, too). It looks like it's trying to build the symbol
table, but without those tools, who knows what kind of garbage it
produced. This certainly looks suspicious

> + ld -shared -L/ora/app/lib -R/ora/app/lib -Map /ora/app/lib/clntsh.map 
> -h libclntsh.so.8.0 -o /ora/app/lib/libclntsh.so.8.0 -z defs 
> /ora/app/rdbms/lib/kpudfo.o /ora/app/rdbms/lib/ssdbaed.o 
> /ora/app/lib/nautab.o /ora/app/lib/naeet.o /ora/app/lib/naect.o 
> /ora/app/lib/naedhs.o -lsql8 /ora/app/rdbms/lib/kpuadef.o -lpls8 
> -lclient8 -lldapclnt8 -ln8 -lnl8 -lnro8 -lclient8 -lsql8 -ln8 -lnl8 
> -lnro8 -lclient8 -lcommon8 -lgeneric8 -lmm /ora/app/rdbms/lib/xaondy.o 
> -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lwtc8 -ln8 -lnl8 -lnro8 -lclient8 
> -lcommon8 -lgeneric8 -ltrace8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -ldl 
> -lm -lc

because many libraries are listed more than once.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041103023247.GC19151>