Re: Oracle 8i (8.1.7), FreeBSD 5.1 i386 installation questions

Dima Dorfman <[email protected]>
Newsgroups gmane.os.freebsd.devel.database
Message-ID <[email protected]>
Jon Adams <[email protected]> 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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-database
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.