Jump to content


Click the link below to see the new game I'm developing!


Photo
- - - - -

proiv and Oracle 10.1.0.3 install problem.


6 replies to this topic

#1 fx_2010

fx_2010

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 07 March 2007 - 10:46 AM

Hi, I am very new to proiv.

I'm having problem installing proiv on my linux box.

here is where I stuck on install....:

PRO-IV options are :-
=============================

o CISAM
o ORACLE
o POSTGRES

Enter Y to change options; D to disable all; RETURN to leave unchanged [N] ?


Build: Dialogue; The PRO-IV serialization file has now been updated.

Do you want to continue the installation [Y] ? Y

Build: Dialogue; Please wait ... PRO-IV is now being configured.

Build: Dialogue; Linking PROIV with Oracle 9.2.0
Cannot find external (ORACLE920) link module "/u01/app/oracle/product/10.1.0/db_1/lib/libclient9.a".
Enter new file location [I to ignore] :

It is asking me for Oracle 9.2 file, but I need Oracle 10.1.0.3.

what should I do?

Here are what I've got :
Oracle 10g 10.1.0.3
Linux ES 3
proiv 5.5 R543

Thanks..

#2 tom braider

tom braider

    Member

  • Validating
  • PipPip
  • 28 posts
  • Gender:Male

Posted 08 March 2007 - 02:40 PM

Hi FX, Have a look at the link http://www.proiv.com...iv_sp_p4v55.xsp to see what platforms are supported.

#3 fx_2010

fx_2010

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 09 March 2007 - 02:07 AM

Hi,

According to the document, Proiv 5.5 R543 supports 10.1.0.3 database, but I can't find any infomation on how to install on 10g..

#4 Chris Mackenzie

Chris Mackenzie

    ProIV Guru

  • Members
  • PipPipPipPipPip
  • 372 posts
  • Gender:Male
  • Location:Bristol, United Kingdom

Posted 09 March 2007 - 09:16 AM

Hi,

According to the document, Proiv 5.5 R543 supports 10.1.0.3 database, but I can't find any infomation on how to install on 10g..


You can try a couple of things, find your kernlink script and edit the oracle library lines
might be first thing to try. I'm not sure why it's looking for version 9 library in version
10 installation. If it really needs v9 client you might copy the lib file in there.

Also previously, I've been able to use different Oracle versions by creating a symbolic
link from where the build is looking for the file to where a real library file is.

e.g. something like

ln -s /u01/app/oracle/product/10.1.0/db_1/lib/libclient9.a /oracle/apps/oracle/product/9.2.0/lib32/libclient9.a
The content and views expressed in this message are those
of the poster and do not represent those of any organisation.

#5 fx_2010

fx_2010

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 12 March 2007 - 02:43 AM

Thanks,

It seems be able to get pass the oracle part,
however, more error to come...

a branch of errors like this :

./main.o(.text+0x215): In function `main':
: undefined reference to `__ctype_tolower'
./main.o(.text+0x24c): In function `main':
: undefined reference to `__ctype_tolower'
./main.o(.text+0x29d): In function `main':
: undefined reference to `__ctype_tolower'
./main.o(.text+0x2b7): In function `main':
: undefined reference to `__ctype_tolower'
./main.o(.text+0x2411): In function `checkMonitorFun':
: undefined reference to `__ctype_b'
./libsrck.a(cmdline.o)(.text+0x1cf): In function `analyzeCommand':
: undefined reference to `__ctype_b'
./libsrck.a(cmdline.o)(.text+0x389): In function `analyzeCommand':
: undefined reference to `__ctype_b'
./libsrck.a(cmdline.o)(.text+0x57f): In function `analyzeCommand':
: undefined reference to `__ctype_b'
...
...
...
collect2: ld returned 1 exit status

Any idea?

Thanks.

#6 Chris Mackenzie

Chris Mackenzie

    ProIV Guru

  • Members
  • PipPipPipPipPip
  • 372 posts
  • Gender:Male
  • Location:Bristol, United Kingdom

Posted 12 March 2007 - 12:22 PM

Thanks,

It seems be able to get pass the oracle part,
however, more error to come...

a branch of errors like this :

./main.o(.text+0x215): In function `main':
: undefined reference to `__ctype_tolower'
./main.o(.text+0x24c): In function `main':
: undefined reference to `__ctype_tolower'
./main.o(.text+0x29d): In function `main':
: undefined reference to `__ctype_tolower'
./main.o(.text+0x2b7): In function `main':
: undefined reference to `__ctype_tolower'
./main.o(.text+0x2411): In function `checkMonitorFun':
: undefined reference to `__ctype_b'
./libsrck.a(cmdline.o)(.text+0x1cf): In function `analyzeCommand':
: undefined reference to `__ctype_b'
./libsrck.a(cmdline.o)(.text+0x389): In function `analyzeCommand':
: undefined reference to `__ctype_b'
./libsrck.a(cmdline.o)(.text+0x57f): In function `analyzeCommand':
: undefined reference to `__ctype_b'
...
...
...
collect2: ld returned 1 exit status

Any idea?

Thanks.


more libraries incompatibility. Are you quite sure you have a supported platform/version ?
my guess is you need /usr/lib/libc.a from a previous linux release.
The content and views expressed in this message are those
of the poster and do not represent those of any organisation.

#7 fx_2010

fx_2010

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 13 March 2007 - 03:10 AM

Thanks.

I have glibc-2.3.2-95.37 on my Linux ES 3 box..

shouldn't it supported?



Reply to this topic



  


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

Click the link below to see the new game I'm developing!