Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Need file @ORACLE_HOME/lib/__fstd.o for x86 Solaris!!

Re: Need file @ORACLE_HOME/lib/__fstd.o for x86 Solaris!!

From: John D Groenveld <groenvel_at_jovial.cse.psu.edu>
Date: 1996/12/11
Message-ID: <58nnoq$jm@jovial.cse.psu.edu>#1/1

In article <58kg35$dmk_at_epx.cis.umn.edu>, Jeff Stromberg <stromber_at_cs.umn.edu> wrote:
>I am having a small bit of trouble installing oraperl (DBD-Oracle-0.41) on
>a sol
>aris x86 box. I am using a workgroup server 7.1.5.2.0 and the file that I
>am missing is @ORACLE_HOME/lib/__fstd.o. It is on the sparc Solaris that I
>am running,

Been there, done that. Just comment __fstd.o in the Makefile. make w gcc generates some warnings, but I havent had any problems with the builds.

John
groenvel_at_cse.psu.edu

% perl -e 'use Oraperl; system("uname","-a"); &ora_version;' SunOS groenveld 5.5 Generic_103094-03 i86pc i386 i86pc  

Oraperl Emulation Interface version 1.31 Oracle Driver 0.43
DBI-0.73 Switch by Tim Bunce, version 0.73

316c316
< COMPOBJS= $(COMPOBJ)/__fstd.o

---

> COMPOBJS= #$(COMPOBJ)/__fstd.o
Received on Wed Dec 11 1996 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US